From b40e807547b4f31bc9436c4be0e8115c1b158c9b Mon Sep 17 00:00:00 2001 From: rohan Date: Wed, 4 Mar 2026 14:28:48 +0530 Subject: [PATCH] fix(docs): replace Insiders-only grid cards with standard markdown table --- docs/index.md | 41 ++++++----------------------------------- 1 file changed, 6 insertions(+), 35 deletions(-) diff --git a/docs/index.md b/docs/index.md index e999bd4..444b6b9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,41 +6,12 @@ GDS gives you a composition algebra for modeling complex systems — from epidem ## Where to Start -
- -- :material-rocket-launch:{ .lg .middle } **New to GDS?** - - --- - - Follow the hands-on tutorial to build your first model in minutes. - - [:octicons-arrow-right-24: Start Here](tutorials/getting-started.md) - -- :material-map-marker-path:{ .lg .middle } **Guided Learning Path** - - --- - - Work through seven example models in recommended order, from simple to complex. - - [:octicons-arrow-right-24: Learning Path](examples/learning-path.md) - -- :material-swap-horizontal:{ .lg .middle } **Which DSL Should I Use?** - - --- - - Compare all seven domain DSLs and pick the right one for your problem. - - [:octicons-arrow-right-24: Choosing a DSL](guides/choosing-a-dsl.md) - -- :material-translate:{ .lg .middle } **Rosetta Stone** - - --- - - See the same problem modeled with stockflow, control, and game theory DSLs side by side. - - [:octicons-arrow-right-24: Rosetta Stone](guides/rosetta-stone.md) - -
+| | | +|---|---| +| **[Start Here](tutorials/getting-started.md)** | New to GDS? Follow the hands-on tutorial to build your first model in minutes. | +| **[Learning Path](examples/learning-path.md)** | Work through seven example models in recommended order, from simple to complex. | +| **[Choosing a DSL](guides/choosing-a-dsl.md)** | Compare all seven domain DSLs and pick the right one for your problem. | +| **[Rosetta Stone](guides/rosetta-stone.md)** | See the same problem modeled with stockflow, control, and game theory DSLs side by side. | ## Interactive Notebooks