Testing new nav
This commit is contained in:
parent
04aa318b14
commit
0e385001e1
|
@ -13,65 +13,51 @@ main:
|
|||
url: troubleshooting
|
||||
|
||||
installer:
|
||||
- text: --Go Back
|
||||
url: index
|
||||
- text: Quick Install
|
||||
url: quickstart
|
||||
- text: Advanced Install
|
||||
url: install
|
||||
- text: Host Configuration
|
||||
url: host-configuration
|
||||
- text: Setting the Server Time
|
||||
url: setting-the-server-time
|
||||
- text: Configuring 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:
|
||||
- text: Quick Install
|
||||
url: quickstart
|
||||
- text: Advanced Install
|
||||
url: install
|
||||
- text: Features
|
||||
url: features
|
||||
- text: FAQ
|
||||
url: faq
|
||||
- text: ---
|
||||
- text: Back to manual
|
||||
mainmenus:
|
||||
- text: --Back to Manual
|
||||
url: manual
|
||||
- text: Upload
|
||||
url: upload
|
||||
- text: Dashboard
|
||||
url: dashboard
|
||||
- text: Tracks
|
||||
url: tracks
|
||||
- text: Playlists
|
||||
url: playlists
|
||||
- text: Smartblocks
|
||||
url: smartblocks
|
||||
- text: Webstreams
|
||||
url: webstreams
|
||||
- text: Podcasts
|
||||
url: podcasts
|
||||
- text: Radio Page
|
||||
url: radio-page
|
||||
- text: Calendar
|
||||
url: calendar
|
||||
- text: Settings
|
||||
- text: General
|
||||
url: general-settings
|
||||
- text: Users
|
||||
url: users
|
||||
- text: Stream Settings
|
||||
url: stream-settings
|
||||
- text: Status
|
||||
url: status
|
||||
- text: Main Menus
|
||||
subfolderitems:
|
||||
- text: Upload
|
||||
url: upload
|
||||
- text: Dashboard
|
||||
url: dashboard
|
||||
- text: Tracks
|
||||
url: tracks
|
||||
- text: Playlists
|
||||
url: playlists
|
||||
- text: Smartblocks
|
||||
url: smartblocks
|
||||
- text: Webstreams
|
||||
url: webstreams
|
||||
- text: Podcasts
|
||||
url: podcasts
|
||||
- text: Radio Page
|
||||
url: radio-page
|
||||
- text: Calendar
|
||||
url: calendar
|
||||
- text: Settings
|
||||
- text: General
|
||||
url: general-settings
|
||||
- text: Users
|
||||
url: users
|
||||
- text: Stream Settings
|
||||
url: stream-settings
|
||||
- text: Status
|
||||
url: status
|
||||
- test: ---
|
||||
- text: Analytics
|
||||
- text: Playout History
|
||||
|
@ -79,11 +65,4 @@ man-mainmenus:
|
|||
- text: History Templates
|
||||
url: history-templates
|
||||
- text: Listener Statistics
|
||||
url: listener-stats
|
||||
- text: ---
|
||||
- text: Help
|
||||
url: help
|
||||
- text: Listen
|
||||
url: listen
|
||||
- text: Help!
|
||||
url: troubleshooting
|
||||
url: listener-stats
|
|
@ -38,11 +38,15 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<ul>
|
||||
{% for item in site.data.nav[page.sidebar] %}
|
||||
<li><a href="{{ item.url }}">{{ item.text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% for item in site.data.nav[page.sidebar] %}
|
||||
<p><a href="{{ item.url }}">{{ item.text }}</a></p>
|
||||
{% if item.subfolderitems[0] %}
|
||||
<ul>
|
||||
{% for entry in item.subfolderitems %}
|
||||
<li><a href="{{ entry.url }}">{{ item.text}}</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</header>
|
||||
<section>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
sidebar: installer
|
||||
---
|
||||
|
||||
# Advanced Installation
|
||||
|
||||
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
|
||||
|
||||
Creating a new playlist
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
sidebar: main
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# Upload
|
||||
---
|
||||
sidebar: mainmenus
|
||||
---
|
||||
|
||||
# Upload
|
||||
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
|
||||
visible to *Guest* users). This page includes an upload queue for media files,
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
sidebar: main
|
||||
---
|
||||
|
||||
The Webstreams page
|
||||
-------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue