From b23664910026c957a3ab9da4eb8cd8c5b1d1bee2 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Thu, 12 Dec 2024 16:50:52 -0800 Subject: [PATCH] Remove Sphinx/Mkdocs focus on dashboard: Depends on https://github.com/readthedocs/readthedocs.org/pull/11853 --- readthedocsext/theme/templates/projects/base_dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readthedocsext/theme/templates/projects/base_dashboard.html b/readthedocsext/theme/templates/projects/base_dashboard.html index d13043b3..7a973301 100644 --- a/readthedocsext/theme/templates/projects/base_dashboard.html +++ b/readthedocsext/theme/templates/projects/base_dashboard.html @@ -40,9 +40,8 @@

{% trans "Help topics" %}

{% trans "Tutorials" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/tutorial/index.html" text="Getting started" is_external=True class="item" %} - {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/getting-started-with-sphinx.html" text="Getting started with Sphinx" is_external=True class="item" %} - {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/getting-started-with-mkdocs.html" text="Getting started with MkDocs" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/import-guide.html" text="Creating a project" is_external=True class="item" %} + {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/doctools.html" text="Popular documentation tools" is_external=True class="item" %}
{% trans "Reference" %}