Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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