Skip to content

Commit 412ee15

Browse files
baijumclaude
andcommitted
docs: reorganize nav into grouped sections
Replaces flat 10-item tab bar with 4 grouped sections (Getting Started, Architecture, Deployment, Project). Adds 3 previously missing pages (server-contract, deploy-prompt, self-hosted-runners) to the nav. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7955093 commit 412ee15

2 files changed

Lines changed: 33 additions & 16 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,26 @@ Deploy full web applications to your own server directly from GitHub. No custom
88

99
Full documentation is available at **[towlion.github.io/platform](https://towlion.github.io/platform)**.
1010

11-
- [Architecture](https://towlion.github.io/platform/architecture/) — platform design, tech stack, diagrams
12-
- [App Specification](https://towlion.github.io/platform/spec/) — application contract (ports, endpoints, env vars)
11+
**Getting Started**
1312
- [Scope](https://towlion.github.io/platform/scope/) — design boundaries and when to use something else
14-
- [Deployment](https://towlion.github.io/platform/deployment/) — CI/CD pipeline, deploy behavior, migrations
13+
- [Tutorial](https://towlion.github.io/platform/tutorial/) — step-by-step deployment walkthrough
14+
15+
**Architecture**
16+
- [Overview](https://towlion.github.io/platform/architecture/) — platform design, tech stack, diagrams
17+
- [App Specification](https://towlion.github.io/platform/spec/) — application contract (ports, endpoints, env vars)
18+
- [Server Contract](https://towlion.github.io/platform/server-contract/) — platform-to-workflow interface
19+
20+
**Deployment**
21+
- [Pipeline](https://towlion.github.io/platform/deployment/) — CI/CD pipeline, deploy behavior, migrations
1522
- [Self-Hosting](https://towlion.github.io/platform/self-hosting/) — fork model, server requirements, bootstrap
1623
- [Preview Environments](https://towlion.github.io/platform/preview-environments/) — PR previews, DNS, cleanup
24+
- [Deploy Prompt](https://towlion.github.io/platform/deploy-prompt/) — reusable deployment session prompt
25+
- [Self-Hosted Runners](https://towlion.github.io/platform/self-hosted-runners/) — GitHub Actions runner setup
26+
27+
**Project**
1728
- [Ecosystem](https://towlion.github.io/platform/ecosystem/) — org structure, app template, multi-app hosting
29+
- [Governance](https://towlion.github.io/platform/governance/) — repository policies and conventions
1830
- [Roadmap](https://towlion.github.io/platform/roadmap/) — phased development plan
19-
- [Tutorial](https://towlion.github.io/platform/tutorial/) — step-by-step deployment walkthrough
20-
- [Server Contract](https://towlion.github.io/platform/server-contract/) — platform-to-workflow interface
2131

2232
## Project Status
2333

mkdocs.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,24 @@ extra_css:
3030
- stylesheets/custom.css
3131

3232
nav:
33-
- Home: index.md
34-
- Scope: scope.md
35-
- Tutorial: tutorial.md
36-
- Architecture: architecture.md
37-
- App Specification: spec.md
38-
- Deployment: deployment.md
39-
- Self-Hosting: self-hosting.md
40-
- Preview Environments: preview-environments.md
41-
- Ecosystem: ecosystem.md
42-
- Governance: governance.md
43-
- Roadmap: roadmap.md
33+
- Getting Started:
34+
- Home: index.md
35+
- Scope: scope.md
36+
- Tutorial: tutorial.md
37+
- Architecture:
38+
- Overview: architecture.md
39+
- App Specification: spec.md
40+
- Server Contract: server-contract.md
41+
- Deployment:
42+
- Pipeline: deployment.md
43+
- Self-Hosting: self-hosting.md
44+
- Preview Environments: preview-environments.md
45+
- Deploy Prompt: deploy-prompt.md
46+
- Self-Hosted Runners: self-hosted-runners.md
47+
- Project:
48+
- Ecosystem: ecosystem.md
49+
- Governance: governance.md
50+
- Roadmap: roadmap.md
4451

4552
markdown_extensions:
4653
- tables

0 commit comments

Comments
 (0)