Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ae2c4e9
feat(docs): branded homepage, Sandworm announcement bar, Materialize …
Corey-T1000 Jun 16, 2026
f910557
fix(home): basePath-safe internal links + navbar background on scroll
Corey-T1000 Jun 16, 2026
b5b768d
feat(docs-home): team-feedback IA pass on the landing page
Corey-T1000 Jun 17, 2026
6710ef4
fix(docs-home): responsive breakpoint fixes for nav + hero
Corey-T1000 Jun 17, 2026
2b67a88
feat(docs): content-change review indicator
Corey-T1000 Jun 17, 2026
b35a35e
refactor(docs): move Best Practices under SpiceDB + redirect
Corey-T1000 Jun 17, 2026
8afc862
fix(docs): gate content-review indicator to non-production only
Corey-T1000 Jun 17, 2026
5e42a41
style(docs): apply oxfmt formatting
Corey-T1000 Jun 17, 2026
c5777af
fix(docs): stop oxfmt from breaking Materialize MDX
Corey-T1000 Jun 17, 2026
dcddde6
fix(docs): wire up favicon via app-router convention
Corey-T1000 Jun 17, 2026
647e7b9
feat(docs-home): sand accent, open index, color-coded surfaces
Corey-T1000 Jun 17, 2026
5170c4c
fix(docs): match Nextra accent to canonical Sandworm sand
Corey-T1000 Jun 17, 2026
3b767ce
feat(docs): Sandworm feature-matrix marks instead of emoji
Corey-T1000 Jun 17, 2026
c257a85
fix(docs-home): stop re-constraining the navbar on the landing route
Corey-T1000 Jun 17, 2026
8ccf06f
fix(docs): make feature-matrix marks theme-aware (light mode)
Corey-T1000 Jun 17, 2026
907fe81
docs(materialize): remove the Download API page
Corey-T1000 Jun 17, 2026
8ca1648
docs(materialize): address review feedback on hydration + overview pages
Corey-T1000 Jun 23, 2026
aefed0c
docs(home): point Managed SpiceDB card at Cloud getting-started
Corey-T1000 Jun 24, 2026
f5df635
docs(home): wire MCP card sublinks to their real pages
Corey-T1000 Jun 24, 2026
3dcfd3b
docs(materialize): rename section heading to Managed Materialize
Corey-T1000 Jul 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .oxfmtrc.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"app/spicedb/concepts/commands/page.mdx",
// Autogenerated
"app/spicedb/getting-started/installing-zed/page.mdx",
// oxfmt de-indents the list inside <Callout>, which breaks nextra's MDX
// compile ("expected closing tag </Callout>"). Leave these hand-formatted.
"app/materialize/concepts/snapshots/page.mdx",
],
}
20 changes: 16 additions & 4 deletions app/_meta.ts

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jzelinskie suggested "Managed Materialize" as a heading, to match "Managed SpiceDB"

Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,33 @@ export default {
index: {
title: "Documentation",
display: "hidden",
theme: {
layout: "full",
toc: false,
sidebar: false,
breadcrumb: false,
pagination: false,
timestamp: false,
copyPage: false,
},
},
spicedb: {
title: "SpiceDB Documentation",
title: "SpiceDB",
type: "page",
},
authzed: {
title: "AuthZed Product Documentation",
title: "Managed SpiceDB",
type: "page",
},
"best-practices": {
title: "Best Practices",
materialize: {
title: "Managed Materialize",
type: "page",
},
mcp: {
title: "MCP",
type: "page",
},
changes: {
display: "hidden",
},
} satisfies MetaRecord;
Loading
Loading