Testing new nav

This commit is contained in:
Zachary Klosko 2020-05-17 21:37:15 -04:00
parent 04aa318b14
commit 0e385001e1
7 changed files with 66 additions and 63 deletions

View File

@ -13,65 +13,51 @@ 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: Upload - text: Main Menus
url: upload subfolderitems:
- text: Dashboard - text: Upload
url: dashboard url: upload
- text: Tracks - text: Dashboard
url: tracks url: dashboard
- text: Playlists - text: Tracks
url: playlists url: tracks
- text: Smartblocks - text: Playlists
url: smartblocks url: playlists
- text: Webstreams - text: Smartblocks
url: webstreams url: smartblocks
- text: Podcasts - text: Webstreams
url: podcasts url: webstreams
- text: Radio Page - text: Podcasts
url: radio-page url: podcasts
- text: Calendar - text: Radio Page
url: calendar url: radio-page
- text: Settings - text: Calendar
- text: General url: calendar
url: general-settings - text: Settings
- text: Users - text: General
url: users url: general-settings
- text: Stream Settings - text: Users
url: stream-settings url: users
- text: Status - text: Stream Settings
url: status url: stream-settings
- text: Status
url: status
- test: --- - test: ---
- text: Analytics - text: Analytics
- text: Playout History - text: Playout History
@ -79,11 +65,4 @@ man-mainmenus:
- text: History Templates - text: History Templates
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

View File

@ -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] %} <p><a href="{{ item.url }}">{{ item.text }}</a></p>
<li><a href="{{ item.url }}">{{ item.text }}</a></li> {% if item.subfolderitems[0] %}
{% endfor %} <ul>
</ul> {% for entry in item.subfolderitems %}
<li><a href="{{ entry.url }}">{{ item.text}}</a></li>
</ul>
{% endif %}
{% endfor %}
</header> </header>
<section> <section>

View File

@ -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

View File

@ -1,3 +1,7 @@
---
sidebar: main
---
# The Playlists page # The Playlists page
Creating a new playlist Creating a new playlist

View File

@ -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.

View File

@ -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,

View File

@ -1,3 +1,7 @@
---
sidebar: main
---
The Webstreams page The Webstreams page
------------------- -------------------