Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e899868
feat(docs): branded homepage, Sandworm announcement bar, Materialize …
Corey-T1000 Jun 16, 2026
8f6f5f8
fix(home): basePath-safe internal links + navbar background on scroll
Corey-T1000 Jun 16, 2026
6800f8b
feat(docs-home): team-feedback IA pass on the landing page
Corey-T1000 Jun 17, 2026
66fd531
fix(docs-home): responsive breakpoint fixes for nav + hero
Corey-T1000 Jun 17, 2026
72fbd07
feat(docs): content-change review indicator
Corey-T1000 Jun 17, 2026
3f70452
refactor(docs): move Best Practices under SpiceDB + redirect
Corey-T1000 Jun 17, 2026
ab59e14
fix(docs): gate content-review indicator to non-production only
Corey-T1000 Jun 17, 2026
0f2067d
style(docs): apply oxfmt formatting
Corey-T1000 Jun 17, 2026
c1052c7
fix(docs): stop oxfmt from breaking Materialize MDX
Corey-T1000 Jun 17, 2026
0bc3feb
fix(docs): wire up favicon via app-router convention
Corey-T1000 Jun 17, 2026
acc3378
feat(docs-home): sand accent, open index, color-coded surfaces
Corey-T1000 Jun 17, 2026
63e61f3
fix(docs): match Nextra accent to canonical Sandworm sand
Corey-T1000 Jun 17, 2026
40f1c02
feat(docs): Sandworm feature-matrix marks instead of emoji
Corey-T1000 Jun 17, 2026
6de7787
fix(docs-home): stop re-constraining the navbar on the landing route
Corey-T1000 Jun 17, 2026
b2b3ab3
fix(docs): make feature-matrix marks theme-aware (light mode)
Corey-T1000 Jun 17, 2026
b61b17a
docs(materialize): remove the Download API page
Corey-T1000 Jun 17, 2026
386e080
docs(materialize): address review feedback on hydration + overview pages
Corey-T1000 Jun 23, 2026
b8fc1ef
docs(home): point Managed SpiceDB card at Cloud getting-started
Corey-T1000 Jun 24, 2026
ca622f3
docs(home): wire MCP card sublinks to their real pages
Corey-T1000 Jun 24, 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
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: "Materialize",
type: "page",
},
mcp: {
title: "MCP",
type: "page",
},
changes: {
display: "hidden",
},
} satisfies MetaRecord;
Loading
Loading