diff --git a/docs/index.md b/docs/index.md index f9bdde9a6..996319117 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ title: Home Welcome to LibreTime ==================== -LibreTime makes it easy to run your own online or terrestrial radio station. Check out some [features](features.md) and [screenshots](features.md#screenshots), then [install it](install.md) and start broadcasting! +LibreTime makes it easy to run your own online or terrestrial radio station. Check out some [features](features) and [screenshots](features#screenshots), then [install it](install) and start broadcasting! Don't believe us? Check out our [On Air in 60 Seconds](on-air-in-60-seconds/index) page to see just how easy it is to use LibreTime! LibreTime is Free/Libre and Open Source Software (FLOSS). Among other things, this means that you have the freedom to: @@ -18,9 +18,7 @@ LibreTime is Free/Libre and Open Source Software (FLOSS). Among other things, th LibreTime is a fork of AirTime due to stalled development of the FLOSS version. For background on this, see this [open letter to the Airtime community](https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d). -If you are end-user of an already installed LibreTime instance we have a number of [tutorials](manual/tutorials/index.md) that can help you learn how to use the software. - -We also have [how-to guides](manual/howtos) that contain step-by-step instructions for various common tasks. +We have a number of [how-to guides](tutorials) that contain step-by-step instructions for various common tasks for both end users and administrators. There are currently no companies offering turn-key LibreTime hosting so if you are interested in running it you will need to have some familiarity with running a linux server. You can always reach out to help from the community at our [forum](http://discourse.libretime.org). You can also join our [Mattermost instance](https://chat.libretime.org/) and talk with other developers and users. diff --git a/docs/static/stations/wcrs927.png b/docs/static/stations/wrcs927.png similarity index 100% rename from docs/static/stations/wcrs927.png rename to docs/static/stations/wrcs927.png diff --git a/docs/tutorials.md b/docs/tutorials.md index 32ff2f4f2..47c23b36e 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -46,6 +46,7 @@ There are also a number of tutorials in Spanish on [Vimeo](https://vimeo.com/use * [How to schedule a repeating webstream with a linked show](tuts/webstream-link) ## For Server Administrators +* [How to configure API Authentication](api) * [Installing LibreTime from Git on a stand-alone VPS](tuts/install-vps) * [Securing icecast and customizing stream settings ](tuts/stream-settings) * [How to install player and calendar widgets on your website](tuts/widgets) diff --git a/docs/manual/airtime-api-authentication/index.md b/docs/tuts/api.md similarity index 100% rename from docs/manual/airtime-api-authentication/index.md rename to docs/tuts/api.md