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

@@ -1,7 +1,7 @@
---
title: Configuration
description: Complete reference for site.toml configuration
weight: 2
weight: 3
---
sukr is configured via `site.toml`. All settings have sensible defaults.
@@ -110,3 +110,9 @@ The `section_type` field determines which template is used for section indexes:
- _(any other)_ → `templates/section/default.html`
If not specified, sukr uses the directory name as the section type.
## See Also
- [Getting Started](getting-started.html) — install sukr and build your first site
- [Content Organization](content-organization.html) — how directories map to site structure
- [Templates](features/templates.html) — template directory structure and customization