Major progress completed

This commit is contained in:
Zachary Klosko 2020-06-24 08:50:31 -04:00
parent 608f4370ae
commit 9365706131
5 changed files with 46 additions and 75 deletions

View File

@ -1,29 +1,9 @@
# Navigation # 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: djguides:
- page: Broadcasting Live - page: Broadcasting Live
url: live-broadcast url: live-broadcast
- page: Playlists and Smartblocks - page: Using the Library (Playlists, Smartblocks, Webstreams, Podcasts)
url: playlists-smartblocks url: library
- page: Podcasts and Webstreams
url: podcasts-webstreams
- page: Preparing Media - page: Preparing Media
url: preparing-media url: preparing-media
- page: Scheduling Shows - page: Scheduling Shows
@ -32,6 +12,8 @@ djguides:
managerguides: managerguides:
- page: Playout History & Auditing - page: Playout History & Auditing
url: playout-history url: playout-history
- page: Rights and Royalties
url: rights-royalties
- page: User Management - page: User Management
url: users url: users
@ -39,13 +21,17 @@ adminguides:
- page: API Usage - page: API Usage
url: api url: api
- page: Backing up LibreTime - page: Backing up LibreTime
url: backing-up-the-server url: backing-up-the-server
- page: Built-in Microsite
url: microsite
- page: Configuring Icecast/Shoutcast - page: Configuring Icecast/Shoutcast
url: icecast-shoutcast url: icecast-shoutcast
- page: FreeIPA Configuration - page: FreeIPA Configuration
url: freeipa url: freeipa
- page: HD Audio Modules Reference - page: HD Audio Modules Reference
url: hd-audio-modules url: hd-audio-modules
- page: Installing Libretime
url: install
- page: Interface Customization - page: Interface Customization
url: interface-customization url: interface-customization
- page: Settings - page: Settings
@ -55,37 +41,8 @@ adminguides:
- page: Upgrading LibreTime - page: Upgrading LibreTime
url: upgrading url: upgrading
docsnav: devguides:
- section: Install - page: Contributing to Libretime
contents: url: contribute
- page: 1. Quick Install - page: Developing with Vagrant
url: quickstart url: vagrant
- 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

View File

@ -10,19 +10,8 @@
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="install">Install</a> <a class="nav-link" href="install">Install</a>
</li> </li>
<li class="nav-item dropdown"> <li class="nav-item">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="nav-link" href="guides">Docs</a>
Docs
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
{% for item in site.data.nav.docsdrop %}
<a class="dropdown-item" href="{{ item.url }}">{{ item.page }}</a>
{% endfor %}
<div class="dropdown-divider"></div>
{% for item in site.data.nav.admindocsdrop %}
<a class="dropdown-item" href="{{ item.url }}">{{ item.page }}</a>
{% endfor %}
</div>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="https://www.youtube.com/channel/UC-MA9GzkTb8th1YlDmF0NfA" target="_blank"><i class="fab fa-youtube"></i></a> <a class="nav-link" href="https://www.youtube.com/channel/UC-MA9GzkTb8th1YlDmF0NfA" target="_blank"><i class="fab fa-youtube"></i></a>
@ -30,6 +19,12 @@
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="https://github.com/LibreTime/libretime" target="_blank"><i class="fab fa-github"></i></a> <a class="nav-link" href="https://github.com/LibreTime/libretime" target="_blank"><i class="fab fa-github"></i></a>
</li> </li>
<li class="nav-item">
<a class="nav-link" href="https://discourse.libretime.org/" target="_blank"><i class="fab fa-discourse"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://chat.libretime.org/login" target="_blank"><i class="fas fa-comments"></i></a>
</li>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -58,7 +58,7 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 mx-auto text-center"> <div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">Guides for DJs</h2> <h2 class="section-heading text-white">Docs for DJs</h2>
<hr class="light my-4"> <hr class="light my-4">
<p class="text-faded mb-4"> <p class="text-faded mb-4">
Basic guides for broadcasting with Libretime can be found here, perfect for DJs. Basic guides for broadcasting with Libretime can be found here, perfect for DJs.
@ -77,7 +77,7 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 mx-auto text-center"> <div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Guides for Program Managers</h2> <h2 class="section-heading">Docs for Program Managers</h2>
<hr class="light my-4"> <hr class="light my-4">
<p class="mb-4"> <p class="mb-4">
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) 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 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 mx-auto text-center"> <div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">Guides for System Administrators</h2> <h2 class="section-heading text-white">Docs for System Administrators</h2>
<hr class="light my-4"> <hr class="light my-4">
<p class="text-faded mb-4"> <p class="text-faded mb-4">
System administrators can find all of the information they need here to configure and maintain their LibreTime instance. System administrators can find all of the information they need here to configure and maintain their LibreTime instance.
@ -111,6 +111,25 @@
</div> </div>
</section> </section>
<section class="" id="devs">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Docs for Developers</h2>
<hr class="light my-4">
<p class="mb-4">
Calling all developers! Find the information you need to get started at the links below.
</p>
{% for item in site.data.nav.devguides %}
<li>
<a class="" href="{{ item.url }}">{{ item.page }}</a>
</li>
{% endfor %}
</div>
</div>
</div>
</section>
{% include footer.html %} {% include footer.html %}
{% include scripts.html %} {% include scripts.html %}

View File

@ -224,7 +224,7 @@
<h2 class="section-heading">Get started with LibreTime today</h2> <h2 class="section-heading">Get started with LibreTime today</h2>
<hr class="my-4"> <hr class="my-4">
<p class="mb-5" style="text-align: center;"> <p class="mb-5" style="text-align: center;">
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. <br> What are you waiting for?
<div class="start-buttons" style="padding: 0px;"> <div class="start-buttons" style="padding: 0px;">
<a class="btn btn-light btn-xl sr-button" href="install">Server Install</a> <a class="btn btn-light btn-xl sr-button" href="install">Server Install</a>

View File

@ -1,4 +1,4 @@
--- ---
title: Guides title: Docs
layout: guides layout: guides
--- ---