Skip to content

Commit

Permalink
Remove Sphinx/Mkdocs focus on dashboard: (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher authored Jan 14, 2025
1 parent 23c755e commit ed0d2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions readthedocsext/theme/templates/projects/base_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ <h2 class="ui small header">{% trans "Help topics" %}</h2>
<div class="ui mini header">{% trans "Tutorials" %}</div>
<div class="ui bulleted list">
{% 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="Quickstart with popular tools" is_external=True class="item" %}
</div>

<div class="ui mini header">{% trans "Reference" %}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ <h3 class="ui small header">{% trans "Delete project" %}</h3>
<div class="ui mini header">{% trans "Tutorials" %}</div>
<div class="ui bulleted list">
{% 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="Importing your documentation" is_external=True class="item" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/doctools.html" text="Quickstart with popular tools" is_external=True class="item" %}
</div>
<div class="ui mini header">{% trans "Resources" %}</div>
<div class="ui bulleted list">
Expand Down

0 comments on commit ed0d2c1

Please sign in to comment.