Skip to content

Commit

Permalink
Merge pull request #63 from maykinmedia/issue/62-setup-config-usage-i…
Browse files Browse the repository at this point in the history
…ncorrect-anchor

🐛 [#62] Fix setup-config-usage ToS step links
  • Loading branch information
stevenbal authored Feb 10, 2025
2 parents 3579668 + 34f411c commit a9d8a20
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You can use the included ``setup_configuration`` management command to configure your
You can use the included ``setup_configuration`` management command to configure your
instance from a yaml file as follows:

.. code-block:: bash
Expand Down Expand Up @@ -31,12 +31,12 @@ Further information can be found at the `django-setup-configuration

{% if show_steps %}
This projects includes the following configuration steps (click on each step for a
brief descripion and an example YAML you can include in your config file):
brief descripion and an example YAML you can include in your config file):
{% else %}
This projects includes the following configuration steps:
This projects includes the following configuration steps:
{% endif %}

{% for step in steps %}
- {% if show_steps %}`{{ step.title }} <#{{ step.anchor_id }}>`_{% else %} {{ step.title }} {% endif %}
- {% if show_steps %}`{{ step.title }} <#{{ step.module_path }}>`_{% else %} {{ step.title }} {% endif %}
{% endfor %}
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
setup_configuration
</span>
</code>
management command to configure your
management command to configure your
instance from a yaml file as follows:
</p>
<div class="highlight-bash notranslate">
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1>
<ul class="simple">
<li>
<p>
<a class="reference external" href="#ref_step_testapp.configuration.UserConfigurationStep">
<a class="reference external" href="#testapp.configuration.UserConfigurationStep">
User Configuration
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
setup_configuration
</span>
</code>
management command to configure your
management command to configure your
instance from a yaml file as follows:
</p>
<div class="highlight-bash notranslate">
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1>
<ul class="simple">
<li>
<p>
<a class="reference external" href="#ref_step_testapp.configuration.UserConfigurationStep">
<a class="reference external" href="#testapp.configuration.UserConfigurationStep">
User Configuration
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
setup_configuration
</span>
</code>
management command to configure your
management command to configure your
instance from a yaml file as follows:
</p>
<div class="highlight-bash notranslate">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
setup_configuration
</span>
</code>
management command to configure your
management command to configure your
instance from a yaml file as follows:
</p>
<div class="highlight-bash notranslate">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
setup_configuration
</span>
</code>
management command to configure your
management command to configure your
instance from a yaml file as follows:
</p>
<div class="highlight-bash notranslate">
Expand Down

0 comments on commit a9d8a20

Please sign in to comment.