From 229fb438acc5fa87d7deb05d6a455f7a17ec4094 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Mon, 18 May 2020 14:03:57 -0400 Subject: [PATCH] Move nav workings --- docs/_config.yml | 16 +------ docs/_css/csscopy.css | 4 +- docs/_data/nav.yml | 87 --------------------------------------- docs/_data/navigation.yml | 56 +++++++++++-------------- docs/quickstart.md | 2 +- 5 files changed, 27 insertions(+), 138 deletions(-) delete mode 100644 docs/_data/nav.yml diff --git a/docs/_config.yml b/docs/_config.yml index 0066b5629..6e09743f8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 \ No newline at end of file +data_dir: _data \ No newline at end of file diff --git a/docs/_css/csscopy.css b/docs/_css/csscopy.css index 7277d7b9a..475623c08 100644 --- a/docs/_css/csscopy.css +++ b/docs/_css/csscopy.css @@ -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; diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml deleted file mode 100644 index 3bf523325..000000000 --- a/docs/_data/nav.yml +++ /dev/null @@ -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 diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index c7b9d7d85..9fcf045a0 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -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 diff --git a/docs/quickstart.md b/docs/quickstart.md index b79675077..e0b82769b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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 |