Guide auto fixing links implemented
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<div class="guide-switcher" role="tablist">
|
||||
{% for doc in guide_docs %}
|
||||
<button type="button" class="guide-switch-btn{% if forloop.first %} active{% endif %}"
|
||||
data-url="{% url 'library:guide_doc' project.slug doc.version.pk doc.file.uuid %}">{{ doc.filename }}</button>
|
||||
data-url="{{ doc.url }}">{{ doc.filename }}</button>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="markdown-body guide-content" id="guide-content">
|
||||
|
||||
Reference in New Issue
Block a user