docs: add cross-references and fix nav ordering

Link feature names in architecture.md to feature docs pages.
Add See Also section to configuration.md with related pages.
Add getting-started prerequisite link to deployment.md. Adjust
page weights for user journey sidebar order: Getting Started
(0) → Deployment (1) → Content Organization (2) → Config (3).
This commit is contained in:
Timothy DeHerrera
2026-02-12 13:27:23 -07:00
parent 44e51cbdb7
commit ef173ec092
5 changed files with 17 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ description: Deploy your sukr site to any static hosting platform
weight: 1
---
sukr builds your site to `public/`. This directory contains self-contained static HTML, CSS, and assets — no server-side runtime needed. Upload it anywhere that serves static files.
sukr builds your site to `public/`. This directory contains self-contained static HTML, CSS, and assets — no server-side runtime needed. Upload it anywhere that serves static files. If you haven't built a site yet, start with the [Getting Started](getting-started.html) guide.
## Local Preview