Skip to content

Commit

Permalink
Quickstart naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Dec 17, 2024
1 parent dd7a35c commit b94814f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ <h2 class="ui small header">{% trans "Help topics" %}</h2>
<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/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>
<div class="ui bulleted list">
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/doctools.html" text="Popular documentation tools" is_external=True class="item" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/config-file/index.html" text="Configuration file reference" is_external=True class="item" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/build-customization.html" text="Build process customization" is_external=True class="item" %}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ <h3 class="ui small header">{% trans "Delete project" %}</h3>
<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/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">
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/doctools.html" text="Popular documentation tools" is_external=True class="item" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/config-file/v2.html" text="Configuration file" is_external=True class="item" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/guides/pull-requests.html" text="How to configure pull request builds" is_external=True class="item" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/guides/automation-rules.html" text="How to manage versions automatically" is_external=True class="item" %}
Expand Down

0 comments on commit b94814f

Please sign in to comment.