Updating docs

This commit is contained in:
Zachary Klosko 2020-05-23 16:48:49 -04:00
parent 2e14e5ab23
commit 620e0b521c
8 changed files with 31 additions and 13 deletions

View File

@ -7,6 +7,8 @@ topnav:
url: advanced-configuration url: advanced-configuration
- page: Contribute - page: Contribute
url: contribute url: contribute
- page: <svg class="bi bi-heart-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/></svg> Sponsor
url: https://opencollective.com/libretime
docsnav: docsnav:
- section: Install - section: Install
@ -32,7 +34,7 @@ docsnav:
url: scheduling-shows url: scheduling-shows
- page: Broadcasting Live - page: Broadcasting Live
url: live-broadcast url: live-broadcast
- page: Adding Users - page: Managing Users
url: users url: users
- page: Listen To Your Stream - page: Listen To Your Stream
url: listen url: listen

View File

@ -30,6 +30,9 @@ layout: default
/* Estimated height of largest sidebar in case of short content */ /* Estimated height of largest sidebar in case of short content */
min-height: 800px; min-height: 800px;
} }
section{
padding:1rem 0
}
</style> </style>
<title>{{ site.title }} - {{ page.title }}</title> <title>{{ site.title }} - {{ page.title }}</title>
@ -74,7 +77,21 @@ layout: default
{% endfor %} {% endfor %}
</nav> </nav>
<!-- Page Header -->
<div class="container-fluid"> <div class="container-fluid">
<section class="bg-primary">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white"> {{ page.title }} </h2>
<hr class="light my-4">
<p class="text-faded mb-4">
{{ page.blurb }}
</p>
</div>
</div>
</div>
</section>
<!-- This is the main content of the page getting pulled from the MDs --> <!-- This is the main content of the page getting pulled from the MDs -->
<div class="content"> <div class="content">
{{ content }} {{ content }}

View File

@ -221,7 +221,7 @@ text-align: right;
/* Code Blocks */ /* Code Blocks */
code { code {
color: gray; color: #f05f40;
font-size: .9rem; font-size: .9rem;
} }

View File

@ -1,11 +1,9 @@
--- ---
layout: page layout: page
title: Features title: Features
blurb: blurb: Just some of LibreTime's greatest hits
--- ---
Some of LibreTime's greatest hits:
* *Web-based remote station management* - authorized personnel can add * *Web-based remote station management* - authorized personnel can add
programme material, create playlists or smart blocks, and stream in live, programme material, create playlists or smart blocks, and stream in live,
all via a web interface. all via a web interface.
@ -109,7 +107,7 @@ Optionally, the outgoing Icecast stream can be relayed to a transmitter.
<div class="col-lg-3 col-md-6 text-center"> <div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto"> <div class="service-box mt-5 mx-auto">
<h3 class="mb-3">"Can I upgrade to LibreTime?"</h3> <h3 class="mb-3">"Can I upgrade to LibreTime?"</h3>
<p class="text-muted mb-0">In theory you can update any pre 3.0 version of AirTime to LibreTime 3.0.0 and above. More information is <a href:"upgrading">here</a>.</p> <p class="text-muted mb-0">In theory you can update any pre 3.0 version of AirTime to LibreTime 3.0.0 and above. More information is <a href="upgrading">here</a>.</p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 text-center"> <div class="col-lg-3 col-md-6 text-center">

View File

@ -1,6 +1,6 @@
--- ---
title: Quick Install title: Quick Install
layout: page layout: docs
blurb: LibreTime is quick and easy to install and get running. Follow this guide to go from zero to full internet radio station in 10 minutes! blurb: LibreTime is quick and easy to install and get running. Follow this guide to go from zero to full internet radio station in 10 minutes!
--- ---

View File

@ -3,8 +3,6 @@ layout: docs
title: Setting up SSL title: Setting up SSL
--- ---
# Setting up SSL
To increase the security of your server, you can enable encrypted access to the LibreTime administration interface, and direct your users towards this more secure login page. The main advantage of using this encryption is that your remote users' login names and passwords are not sent in plain text across the public Internet or untrusted local networks, such as shared Wi-Fi access points. To increase the security of your server, you can enable encrypted access to the LibreTime administration interface, and direct your users towards this more secure login page. The main advantage of using this encryption is that your remote users' login names and passwords are not sent in plain text across the public Internet or untrusted local networks, such as shared Wi-Fi access points.
## Deploying a certificate with Certbot ## Deploying a certificate with Certbot

View File

@ -1,4 +1,7 @@
# Upgrading LibreTime ---
layout: docs
title: Upgrading LibreTime
---
## LibreTime versioning ## LibreTime versioning

View File

@ -1,9 +1,9 @@
--- ---
sidebar: mainmenus layout: docs
title: Managing Users
blurb: How to add, edit, and remove user accounts
--- ---
# The Users page
> Note: if your Airtime server is accessible from the public Internet (ex. being hosted in a cloud VM) > Note: if your Airtime server is accessible from the public Internet (ex. being hosted in a cloud VM)
it is recommended that you create a second administrator account with a secure password and then it is recommended that you create a second administrator account with a secure password and then
delete the `admin` account, for best security practice. delete the `admin` account, for best security practice.