From a0c74de90358ea30043e83acee189a4a1a4ee719 Mon Sep 17 00:00:00 2001 From: rohan Date: Wed, 4 Mar 2026 14:55:11 +0530 Subject: [PATCH] docs: restructure nav around Diataxis framework Move Ecosystem from Reference to Design & Research tab, remove misplaced Examples Overview entry, and drop Installation section from home page (already covered in Framework > Getting Started). --- docs/index.md | 23 ----------------------- mkdocs.yml | 3 +-- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/docs/index.md b/docs/index.md index 444b6b9..3b1f228 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,29 +38,6 @@ Key guides include embedded [marimo](https://marimo.io) notebooks — run code, | `gds-business` | `gds_business` | Business dynamics DSL (CLD, supply chain, value stream map) | | `gds-examples` | — | Tutorial models demonstrating framework features | -## Installation - -Install individual packages from PyPI as needed: - -```bash -pip install gds-framework # Core library -pip install gds-viz # Visualization -pip install gds-stockflow # Stock-flow DSL -pip install gds-control # Control systems DSL -pip install gds-games # Game theory DSL -pip install gds-software # Software architecture DSL -pip install gds-business # Business dynamics DSL -pip install gds-examples # Tutorial models -``` - -For development (all packages linked locally): - -```bash -git clone https://github.com/BlockScience/gds-core.git -cd gds-core -uv sync --all-packages -``` - ## Architecture ``` diff --git a/mkdocs.yml b/mkdocs.yml index 335b5b0..1f921a9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -311,10 +311,9 @@ nav: - gds_software.dependency.compile: software/api/dep-compile.md - gds_software.dependency.checks: software/api/dep-checks.md - gds_software.verification: software/api/verification.md - - Ecosystem: framework/ecosystem.md - Design & Research: - Layer 0 Milestone: guides/architecture-milestone-layer0.md - DSL Roadmap: guides/dsl-roadmap.md - Research Boundaries: guides/research-boundaries.md - View Stratification: guides/view-stratification.md - - Examples Overview: examples/index.md + - Ecosystem: framework/ecosystem.md