mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-11 04:47:15 +02:00
Implemented all mds on same level in sidebar
This commit is contained in:
10
sphinx/_templates/local_md_files.html
Normal file
10
sphinx/_templates/local_md_files.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% if local_md_files %}
|
||||
<div class="local-md-files">
|
||||
<h3>Local Markdown Files</h3>
|
||||
<ul>
|
||||
{% for item in local_md_files %}
|
||||
<li><a href="{{ pathto(item.link) }}">{{ item.name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
Reference in New Issue
Block a user