generated from coulomb/repo-seed
35 lines
1.5 KiB
JavaScript
35 lines
1.5 KiB
JavaScript
export default {
|
|
root: "src",
|
|
title: "Custodian State Hub",
|
|
pages: [
|
|
{ name: "Overview", path: "/" },
|
|
{ name: "Workstreams", path: "/workstreams" },
|
|
{ name: "Tasks", path: "/tasks" },
|
|
{ name: "Decisions", path: "/decisions" },
|
|
{ name: "Progress", path: "/progress" },
|
|
{ name: "Domains", path: "/domains" },
|
|
{ name: "Repos", path: "/repos" },
|
|
{ name: "Extension Points", path: "/extensions" },
|
|
{ name: "Technical Debt", path: "/techdept" },
|
|
{ name: "Contributions", path: "/contributions" },
|
|
{ name: "SBOM", path: "/sbom" },
|
|
{
|
|
name: "Reference",
|
|
collapsible: true,
|
|
pages: [
|
|
{ name: "Decision Health", path: "/docs/decisions-kpi" },
|
|
{ name: "Decisions", path: "/docs/decisions" },
|
|
{ name: "Inter-Repo Communication", path: "/docs/inter-repo-communication" },
|
|
{ name: "Live Data", path: "/docs/live-data" },
|
|
{ name: "Progress Log", path: "/docs/progress-log" },
|
|
{ name: "SBOM", path: "/docs/sbom" },
|
|
{ name: "Workstream Health", path: "/docs/workstream-health-index" },
|
|
{ name: "Workstreams", path: "/docs/workstreams" },
|
|
],
|
|
},
|
|
],
|
|
theme: ["air", "near-midnight"],
|
|
head: `<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🗄️</text></svg>">`,
|
|
footer: "Custodian State Hub — local-first, append-only, sovereignty-preserving.",
|
|
};
|