From 93657061315f496daecf53d7c0df14aebf0db6d1 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 24 Jun 2020 08:50:31 -0400 Subject: [PATCH] Major progress completed --- docs/_data/nav.yml | 71 ++++++++------------------------------ docs/_includes/navbar.html | 21 +++++------ docs/_layouts/guides.html | 25 ++++++++++++-- docs/_layouts/splash.html | 2 +- docs/guides.md | 2 +- 5 files changed, 46 insertions(+), 75 deletions(-) diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 7b1fdeade..ba328bb49 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -1,29 +1,9 @@ # Navigation -docsdrop: -- page: Broadcasting Live - url: live-broadcast -- page: Intelligent Library - url: library -- page: Playout History - url: analytics -- page: Scheduling Shows - url: scheduling-shows -- page: Troubleshooting - url: troubleshooting -- page: User Management - url: users - -admindocsdrop: -- page: Admin Guides - url: guides - djguides: - page: Broadcasting Live url: live-broadcast -- page: Playlists and Smartblocks - url: playlists-smartblocks -- page: Podcasts and Webstreams - url: podcasts-webstreams +- page: Using the Library (Playlists, Smartblocks, Webstreams, Podcasts) + url: library - page: Preparing Media url: preparing-media - page: Scheduling Shows @@ -32,6 +12,8 @@ djguides: managerguides: - page: Playout History & Auditing url: playout-history +- page: Rights and Royalties + url: rights-royalties - page: User Management url: users @@ -39,13 +21,17 @@ adminguides: - page: API Usage url: api - page: Backing up LibreTime - url: backing-up-the-server + url: backing-up-the-server +- page: Built-in Microsite + url: microsite - page: Configuring Icecast/Shoutcast url: icecast-shoutcast - page: FreeIPA Configuration url: freeipa - page: HD Audio Modules Reference url: hd-audio-modules +- page: Installing Libretime + url: install - page: Interface Customization url: interface-customization - page: Settings @@ -55,37 +41,8 @@ adminguides: - page: Upgrading LibreTime url: upgrading -docsnav: -- section: Install - contents: - - page: 1. Quick Install - url: quickstart - - page: 1.1 Reverse Proxy - url: reverse-proxy - - page: 2. Host Configuration - url: host-configuration - - page: 3. Setting the Server Time - url: setting-the-server-time - - page: 4. Setting up SSL - url: ssl-config - - page: -- section: Using LibreTime - contents: - - page: Intelligent Library - url: library - - page: Built-in Microsite - url: microsite - - page: Scheduling Shows - url: scheduling-shows - - page: Streaming Statistics - url: stats -- section: Appendix - contents: - - page: HD Audio Modules - url: hd-audio-modules - - page: Contribute to LibreTime - url: contribute - - page: Letter to the AirTime Community - url: https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d - - page: Rights and Royalties - url: rights-royalties \ No newline at end of file +devguides: +- page: Contributing to Libretime + url: contribute +- page: Developing with Vagrant + url: vagrant diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index 9f1db9f2a..2f931958c 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -10,19 +10,8 @@ - + + diff --git a/docs/_layouts/guides.html b/docs/_layouts/guides.html index 681f6c97a..b583eb21a 100644 --- a/docs/_layouts/guides.html +++ b/docs/_layouts/guides.html @@ -58,7 +58,7 @@
-

Guides for DJs

+

Docs for DJs


Basic guides for broadcasting with Libretime can be found here, perfect for DJs. @@ -77,7 +77,7 @@

-

Guides for Program Managers

+

Docs for Program Managers


Program Managers, sometimes known as Program Directors, manage DJs and are responsible for maintaining the station's on-air calendar. All the help Program Managers need is right here. (Note: guides for DJs will also be helpful for programming Libretime) @@ -96,7 +96,7 @@

-

Guides for System Administrators

+

Docs for System Administrators


System administrators can find all of the information they need here to configure and maintain their LibreTime instance. @@ -111,6 +111,25 @@

+
+
+
+
+

Docs for Developers

+
+

+ Calling all developers! Find the information you need to get started at the links below. +

+ {% for item in site.data.nav.devguides %} +
  • + {{ item.page }} +
  • + {% endfor %} +
    +
    +
    +
    + {% include footer.html %} {% include scripts.html %} diff --git a/docs/_layouts/splash.html b/docs/_layouts/splash.html index 80f049346..ff7098dff 100644 --- a/docs/_layouts/splash.html +++ b/docs/_layouts/splash.html @@ -224,7 +224,7 @@

    Get started with LibreTime today


    - Requires: 1 Ghz processor, 2 GB RAM, wired ethernet connection with static IP address, and you. What are you waiting for? + Requires: 1 Ghz processor, 2 GB RAM, wired ethernet connection with static IP address, and you.
    What are you waiting for?

    Server Install diff --git a/docs/guides.md b/docs/guides.md index 2dd9e0006..d0355b18d 100644 --- a/docs/guides.md +++ b/docs/guides.md @@ -1,4 +1,4 @@ --- -title: Guides +title: Docs layout: guides --- \ No newline at end of file