Move nav workings

This commit is contained in:
Zachary Klosko 2020-05-18 14:03:57 -04:00
parent b6f7dc122d
commit 229fb438ac
5 changed files with 27 additions and 138 deletions

View File

@ -5,18 +5,4 @@ show_downloads: false
theme: jekyll-theme-minimal
layouts_dir: _layouts
data_dir: _data
navigation:
- text: Quick Install
url: quickstart
- text: Advanced Install
url: install
- text: Features
url: features
- text: FAQ
url: faq
- text: Manual
url: manual
- text: Help!
url: troubleshooting
data_dir: _data

View File

@ -112,12 +112,12 @@ a:hover,a:focus{
}
a small{
font-size:11px;
color:#777;
color:#F25416;
margin-top:-0.3em;
display:block
}
a:hover small{
color:#777
color:#F25416
}
.wrapper{
width:860px;

View File

@ -1,87 +0,0 @@
main:
- text: Quick Install
url: quickstart
- text: Advanced Install
url: install
- text: Features
url: features
- text: FAQ
url: faq
- text: Manual
url: manual
- text: Help!
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
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: Analytics
- text: Playout History
url: history
- text: History Templates
url: history-templates
- text: Listener Statistics
url: listener-stats
devs:
- text: <--Back to Manual
url: manual
- text: Vagrant
url: vagrant
- text: Multipass
url: multipass
- text: Database access
url: database
- text: Translating LibreTime
url: interface-localization
appendix:
- text: <--Back to Manual
url: manual
- text: HD Audio Modules
url: hd-audio-modules
- text: Rights and Royalties
url: rights-royalties
- text: Media Folders
url: folders

View File

@ -1,25 +1,29 @@
sidebar:
- title: Installation
subfolderitems:
- page: Quick Install
url: quickstart
- page: Advanced Install
url: install
- page: Host Configuration
url: host-configuration
subsubfolderitems:
- page: Setting the Server Time
url: setting-the-server-time
- page: Configuring Track Types
url: track-types
- page:
- title: About LibreTime
subfolderitems:
- page: Features
url: features
- page: FAQ
url: faq
- page:
- page: Features
url: features
- page: FAQ
url: faq
- page:
- title: Installation
subfolderitems:
- page: Quick Install
url: quickstart
- page: Advanced Install
url: install
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: Advanced Configuration
url: manual
- page:
- title: Using LibreTime
subfolderitems:
- page: Interface Tour
@ -27,20 +31,6 @@ sidebar:
- page: Tutorials
url: manual
- page:
- title: Configuring LibreTime
subfolderitems:
- page: Contents
url: manual
subsubfolderitems:
- page: Subwidget 1
url: /subwidget1.html
- page: Subwidget 2
url: /subwidget2.html
- page: Widget 2
url: /widget2.html
- page: Widget 3
url: /widget3.html
- page:
- title: Contribute to LibreTime
subfolderitems:
- page: Testing with Vagrant

View File

@ -15,7 +15,7 @@ to full internet radio station in 10 minutes!
|---------------------|---------------|
| 1 Ghz Processor| 1vCPU |
| 2 GB RAM | 2 GB RAM |
| Wired ethernet connection | 2 TB of data transfer/month |
| Wired ethernet connection and a static IP address (see below for instructions) | 2 TB of data transfer/month |
| Ubuntu Server 18.04 LTS | Ubuntu Server 18.04 LTS |
| git, ntp | git, ntp |