chore(dashboard): sort Reference nav pages alphabetically
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6d97a992ae
commit
a3338c3a23
1 changed files with 5 additions and 5 deletions
|
|
@ -17,14 +17,14 @@ export default {
|
|||
name: "Reference",
|
||||
collapsible: true,
|
||||
pages: [
|
||||
{ name: "Live Data", path: "/docs/live-data" },
|
||||
{ name: "Workstreams", path: "/docs/workstreams" },
|
||||
{ name: "Workstream Health", path: "/docs/workstream-health-index" },
|
||||
{ name: "Decisions", path: "/docs/decisions" },
|
||||
{ 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: "Inter-Repo Communication", path: "/docs/inter-repo-communication" },
|
||||
{ name: "Workstream Health", path: "/docs/workstream-health-index" },
|
||||
{ name: "Workstreams", path: "/docs/workstreams" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue