docs: include new pages in site nav
This commit is contained in:
parent
1b78581bca
commit
bac1e5ac39
@ -26,13 +26,13 @@ const productDescription =
|
||||
const installCmd = "pnpm add @openclaw/fs-safe";
|
||||
|
||||
const sections = [
|
||||
["Start", ["index.md", "install.md", "quickstart.md", "security-model.md", "python-helper.md"]],
|
||||
["Start", ["index.md", "install.md", "quickstart.md", "security-model.md", "python-helper.md", "config.md"]],
|
||||
["Root API", ["root.md", "reading.md", "writing.md", "path-scope.md"]],
|
||||
["Atomic & temp", ["atomic.md", "json.md", "temp.md", "archive.md"]],
|
||||
["Stores", ["json-store.md", "file-store.md", "private-file-store.md"]],
|
||||
["Stores", ["store.md", "json-store.md", "file-store.md", "private-file-store.md"]],
|
||||
["Specialized", ["secret-file.md", "regular-file.md", "sidecar-lock.md", "pinned-open.md", "local-roots.md"]],
|
||||
["Path & filename", ["path.md", "filename.md", "install-path.md"]],
|
||||
["Reference", ["errors.md", "types.md", "testing.md", "timing.md", "contributing.md"]],
|
||||
["Reference", ["errors.md", "types.md", "testing.md", "timing.md", "advanced.md", "test-hooks.md", "contributing.md"]],
|
||||
];
|
||||
|
||||
const buildExcludes = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user