Testing new nav
This commit is contained in:
parent
04aa318b14
commit
0e385001e1
|
@ -13,38 +13,24 @@ main:
|
||||||
url: troubleshooting
|
url: troubleshooting
|
||||||
|
|
||||||
installer:
|
installer:
|
||||||
|
- text: --Go Back
|
||||||
|
url: index
|
||||||
- text: Quick Install
|
- text: Quick Install
|
||||||
url: quickstart
|
url: quickstart
|
||||||
|
- text: Advanced Install
|
||||||
|
url: install
|
||||||
- text: Host Configuration
|
- text: Host Configuration
|
||||||
url: host-configuration
|
url: host-configuration
|
||||||
- text: Setting the Server Time
|
- text: Setting the Server Time
|
||||||
url: setting-the-server-time
|
url: setting-the-server-time
|
||||||
- text: Configuring Track Types
|
- text: Configuring Track Types
|
||||||
url: track-types
|
url: track-types
|
||||||
- text: ---
|
|
||||||
- text: Advanced Install
|
|
||||||
url: install
|
|
||||||
- text: Features
|
|
||||||
url: features
|
|
||||||
- text: FAQ
|
|
||||||
url: faq
|
|
||||||
- text: Manual
|
|
||||||
url: manual
|
|
||||||
- text: Help!
|
|
||||||
url: troubleshooting
|
|
||||||
|
|
||||||
man-mainmenus:
|
mainmenus:
|
||||||
- text: Quick Install
|
- text: --Back to Manual
|
||||||
url: quickstart
|
|
||||||
- text: Advanced Install
|
|
||||||
url: install
|
|
||||||
- text: Features
|
|
||||||
url: features
|
|
||||||
- text: FAQ
|
|
||||||
url: faq
|
|
||||||
- text: ---
|
|
||||||
- text: Back to manual
|
|
||||||
url: manual
|
url: manual
|
||||||
|
- text: Main Menus
|
||||||
|
subfolderitems:
|
||||||
- text: Upload
|
- text: Upload
|
||||||
url: upload
|
url: upload
|
||||||
- text: Dashboard
|
- text: Dashboard
|
||||||
|
@ -80,10 +66,3 @@ man-mainmenus:
|
||||||
url: history-templates
|
url: history-templates
|
||||||
- text: Listener Statistics
|
- text: Listener Statistics
|
||||||
url: listener-stats
|
url: listener-stats
|
||||||
- text: ---
|
|
||||||
- text: Help
|
|
||||||
url: help
|
|
||||||
- text: Listen
|
|
||||||
url: listen
|
|
||||||
- text: Help!
|
|
||||||
url: troubleshooting
|
|
|
@ -38,11 +38,15 @@
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<ul>
|
|
||||||
{% for item in site.data.nav[page.sidebar] %}
|
{% for item in site.data.nav[page.sidebar] %}
|
||||||
<li><a href="{{ item.url }}">{{ item.text }}</a></li>
|
<p><a href="{{ item.url }}">{{ item.text }}</a></p>
|
||||||
{% endfor %}
|
{% if item.subfolderitems[0] %}
|
||||||
|
<ul>
|
||||||
|
{% for entry in item.subfolderitems %}
|
||||||
|
<li><a href="{{ entry.url }}">{{ item.text}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: installer
|
||||||
|
---
|
||||||
|
|
||||||
# Advanced Installation
|
# Advanced Installation
|
||||||
|
|
||||||
This guide is for administrators who need to install LibreTime using a more hands-on method, such as
|
This guide is for administrators who need to install LibreTime using a more hands-on method, such as
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: main
|
||||||
|
---
|
||||||
|
|
||||||
# The Playlists page
|
# The Playlists page
|
||||||
|
|
||||||
Creating a new playlist
|
Creating a new playlist
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: main
|
||||||
|
---
|
||||||
|
|
||||||
# The Podcasts page
|
# The Podcasts page
|
||||||
|
|
||||||
The Podcasts page allows you add subscriptions to podcasts which are often used to syndicated audio files using a URL called a RSS feed. This allows your LibreTime instance to automatically download new shows from the web.
|
The Podcasts page allows you add subscriptions to podcasts which are often used to syndicated audio files using a URL called a RSS feed. This allows your LibreTime instance to automatically download new shows from the web.
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
# Upload
|
---
|
||||||
|
sidebar: mainmenus
|
||||||
|
---
|
||||||
|
|
||||||
|
# Upload
|
||||||
The primary way you can add files to the LibreTime library is using the
|
The primary way you can add files to the LibreTime library is using the
|
||||||
**Upload** page of the administration interface. (The **Upload** page is not
|
**Upload** page of the administration interface. (The **Upload** page is not
|
||||||
visible to *Guest* users). This page includes an upload queue for media files,
|
visible to *Guest* users). This page includes an upload queue for media files,
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: main
|
||||||
|
---
|
||||||
|
|
||||||
The Webstreams page
|
The Webstreams page
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue