fix: add Packs to navbar, reorder docs sidebar by importance

Nav: Docs | Layouts | Packs | Lab
Sidebar: Getting Started → Core → Vault → Reference →
Components → Content → Typography → Packs

Promotes ASW-unique features (Vault, Reference) above
standard web framework docs (Typography, Content).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ludo 2026-04-11 18:30:20 +02:00
parent 502b2e8266
commit 080acfebb7
Signed by: ludo
GPG key ID: F6E479DEFAB84D6E
6 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,4 @@
--- ---
title: "Content" title: "Content"
weight: 25 weight: 35
--- ---

View file

@ -1,4 +1,4 @@
--- ---
title: "Core" title: "Core"
weight: 20 weight: 15
--- ---

View file

@ -1,4 +1,4 @@
--- ---
title: "Reference" title: "Reference"
weight: 40 weight: 25
--- ---

View file

@ -1,4 +1,4 @@
--- ---
title: "Typography" title: "Typography"
weight: 15 weight: 40
--- ---

View file

@ -1,4 +1,4 @@
--- ---
title: "Vault" title: "Vault"
weight: 45 weight: 20
--- ---

View file

@ -5,6 +5,9 @@ items:
- name: Layouts - name: Layouts
url: /layouts/ url: /layouts/
weight: 2 weight: 2
- name: Packs
url: /docs/packs/overview/
weight: 3
- name: Lab - name: Lab
url: /lab/ url: /lab/
weight: 3 weight: 4