content: simplify index page and remove redundant sections#31
content: simplify index page and remove redundant sections#31sbaerlocher merged 2 commits intomainfrom
Conversation
Remove Documentation Hub and Statistics sections. Remove broken links to non-existent pages. Add RST anchor labels for cross-referencing. Streamline CTA buttons in footer.
| <h3>🚀 Quick Start in Minutes</h3> | ||
| <p>Get started with arillso in under 5 minutes. Install collections, run your first playbook.</p> | ||
| <a href="guide/getting-started/quickstart.html" class="btn-primary">Quick Start Guide →</a> | ||
| </div> |
There was a problem hiding this comment.
The feature cards now contain only a heading and paragraph with no actionable link. While removing the broken links is correct, consider whether these cards should be redesigned (e.g., as plain informational tiles without a card/button style) or left as placeholders until the target pages exist.
If they're intentional placeholders, a short comment like {# TODO: add link once quickstart page is created #} or an RST comment would help future contributors understand the intent.
rst/index.rst
Outdated
| @@ -597,7 +503,6 @@ Copyright (c) 2022-2026, arillso | |||
| <p>Choose your path and start automating your infrastructure today.</p> | |||
| <div class="cta-buttons"> | |||
| <a href="guide/getting-started/quickstart.html" class="btn-primary-lg">Quick Start Guide</a> | |||
There was a problem hiding this comment.
The PR description lists guide/getting-started/quickstart.html as one of the broken links, and it was correctly removed from the feature cards — but this footer CTA still references the same path. If the page doesn't exist yet, this link will also be broken and should either be removed or replaced with a working target (e.g., collections/index.html).
| <a href="guide/getting-started/quickstart.html" class="btn-primary-lg">Quick Start Guide</a> | |
| <a href="collections/index.html" class="btn-primary-lg">Get Started</a> |
The quickstart page does not exist yet, so replace the footer CTA with a single link to the collections page.
Summary
.. _features:,.. _community:, etc.) for cross-referencingTest plan