Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link landing pages from homepage #266

Merged
merged 2 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/pages/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ <h3 class="ui large monospace header">
<div class="ui centered vertically padded container stackable grid">

{% call homepage.feature_detail_item(header="Supports any doc tool", icon="fad fa-terminal") %}
Integrated support for Sphinx, MkDocs, and Jupyter Book.
Flexible enough to work with any documentation tool.
{% markdown %}
Integrated support for **[Sphinx](/tools/sphinx/)**, **[MkDocs](/tools/mkdocs/)**, and **[Jupyter Book](/tools/jupyter-book/)**.
Flexible enough to work with any documentation tool.
{% endmarkdown %}
{% endcall %}

{% call homepage.feature_detail_item(header="Integrated search", icon="fad fa-search") %}
Expand Down
Loading