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
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
devguides:
- page: Contributing to Libretime
url: contribute
- page: Developing with Vagrant
url: vagrant

View File

@ -10,19 +10,8 @@
<li class="nav-item">
<a class="nav-link" href="install">Install</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
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 class="nav-item">
<a class="nav-link" href="guides">Docs</a>
</li>
<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>
@ -30,6 +19,12 @@
<li class="nav-item">
<a class="nav-link" href="https://github.com/LibreTime/libretime" target="_blank"><i class="fab fa-github"></i></a>
</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>
</div>
</div>

View File

@ -58,7 +58,7 @@
<div class="container">
<div class="row">
<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">
<p class="text-faded mb-4">
Basic guides for broadcasting with Libretime can be found here, perfect for DJs.
@ -77,7 +77,7 @@
<div class="container">
<div class="row">
<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">
<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)
@ -96,7 +96,7 @@
<div class="container">
<div class="row">
<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">
<p class="text-faded mb-4">
System administrators can find all of the information they need here to configure and maintain their LibreTime instance.
@ -111,6 +111,25 @@
</div>
</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 scripts.html %}

View File

@ -224,7 +224,7 @@
<h2 class="section-heading">Get started with LibreTime today</h2>
<hr class="my-4">
<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;">
<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
---