Updating menu items, starting Interface Tour page
This commit is contained in:
parent
b873a4330a
commit
a137fe149a
|
@ -3,6 +3,8 @@ sidebar:
|
|||
subfolderitems:
|
||||
- page: Features
|
||||
url: features
|
||||
- page: Interface Tour
|
||||
url: tour
|
||||
- page: FAQ
|
||||
url: faq
|
||||
- page: Contribute to LibreTime
|
||||
|
@ -12,15 +14,14 @@ sidebar:
|
|||
subfolderitems:
|
||||
- page: Quick Install
|
||||
url: quickstart
|
||||
subsubfolderitems:
|
||||
- page: Host Configuration
|
||||
url: host-configuration
|
||||
- page: Setting the Server Time
|
||||
url: setting-the-server-time
|
||||
- page: Configuring Track Types
|
||||
url: track-types
|
||||
- page: Setting up SSL
|
||||
url: ssl-config
|
||||
- page: Host Configuration
|
||||
url: host-configuration
|
||||
- page: Setting the Server Time
|
||||
url: setting-the-server-time
|
||||
- page: Configuring Track Types
|
||||
url: track-types
|
||||
- page: Setting up SSL
|
||||
url: ssl-config
|
||||
- page:
|
||||
- title: Using LibreTime
|
||||
subfolderitems:
|
||||
|
@ -34,9 +35,8 @@ sidebar:
|
|||
url: users
|
||||
- page: Help!
|
||||
url: troubleshooting
|
||||
subsubfolderitems:
|
||||
- page: More Tutorials
|
||||
url: tutorials
|
||||
- page: Advanced Configuration
|
||||
url: advanced-configuration
|
||||
- page:
|
||||
- title: Radio Broadcasting 101
|
||||
subfolderitems:
|
||||
|
|
|
@ -76,11 +76,6 @@
|
|||
{% if item.subfolderitems[0] %}
|
||||
{% for entry in item.subfolderitems %}
|
||||
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
||||
{% if entry.subsubfolderitems[0] %}
|
||||
{% for subentry in entry.subsubfolderitems %}
|
||||
<br> -- <a href="{{ subentry.url }}">{{ subentry.page }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@ -94,7 +89,8 @@
|
|||
</section>
|
||||
<footer>
|
||||
<br>
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small>
|
||||
<p><small>Spanish Tutorials can be found <a href="https://vimeo.com/user90812787">here</a>.</small>
|
||||
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
# Interface Tour
|
Loading…
Reference in New Issue