docs: fix prose linting errors

- Properly enclose code between triple backticks
- Put paths and url between backticks
- Remove links <> enclosing
- Libretime styled name is LibreTime
- Put urls and paths betwen backticks
- Use sentence like capitalization for headings
- Put tools name between backticks
- Update links
This commit is contained in:
jo 2022-02-10 12:15:23 +01:00 committed by Jonas L
parent 75e3760f2e
commit 94d3c5e496
37 changed files with 414 additions and 319 deletions

View file

@ -4,11 +4,11 @@ sidebar_position: 1
# Introduction
Libretime is an open-source radio automation system. It can be used for music and show playout in a radio studio or start an internet radio station on its own. Libretime runs on Ubuntu and Debian Linux; [we're also working on making Docker images](https://github.com/LibreTime/libretime/issues/949).
LibreTime is an open-source radio automation system. It can be used for music and show playout in a radio studio or start an internet radio station on its own. LibreTime runs on Ubuntu and Debian Linux; [we're also working on making Docker images](https://github.com/LibreTime/libretime/issues/949).
## Getting Started
## Getting started
Get started by installing Libretime on your server. Open up your terminal and enter
Get started by installing LibreTime on your server. Open up your terminal and enter
```bash
git clone https://github.com/LibreTime/libretime.git
@ -49,7 +49,7 @@ When you're done, click **Ok** at the bottom of the window.
You just scheduled your first show! It will automatically begin playing back at the time your show is set to start. You can listen to what is playing live by clicking the **Listen** button under the On Air indicator in the top right corner.
## Next Steps
## Next steps
- Make sure you [set the time on your server](/docs/getting-started/set-server-time)
- Learn how to [work with podcasts](/docs/guides/podcasts)