Guide auto fixing links implemented

This commit is contained in:
2026-08-05 13:01:30 -05:00
parent aed6a7c24d
commit c1659943fa
4 changed files with 248 additions and 2 deletions
@@ -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">