diff --git a/docs/_config.yml b/docs/_config.yml index 09770b95e..ee87b9234 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,6 +18,11 @@ headsubtext: Everything you need to get your terrestrial / on-line radio station headbuttonurl: index#get-started headbuttontext: Get LibreTime +# Collections Settings +collections: + docs: + output: true + # Build settings plugins: - kramdown diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 6390c9483..9bc465453 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -1,50 +1,7 @@ -# Navigation for Docs page (guides.md) -djguides: -- page: Broadcasting Live - url: live-broadcast -- page: Using the Library (Playlists, Smartblocks, Webstreams, Podcasts) - url: library -- page: Preparing Media - url: preparing-media -- page: Scheduling Shows - url: scheduling-shows - -managerguides: -- page: Playout History & Auditing - url: analytics -- page: Rights and Royalties - url: rights-royalties -- page: User Management - url: users - -adminguides: -- page: API Usage - url: api -- page: Backing up LibreTime - 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 - url: settings -- page: Troubleshooting/Uninstall - url: troubleshooting -- page: Upgrading LibreTime - url: upgrading - -devguides: -- page: Contributing to Libretime - url: contribute -- page: Developing with Vagrant - url: vagrant -- page: Translate Libretime - url: interface-localization +navbarlink: +- name: Install + url: /install +- name: Docs + url: /docs +- name: Github + url: https://github.com/LibreTime/libretime \ No newline at end of file diff --git a/docs/analytics.md b/docs/_docs/analytics.md similarity index 99% rename from docs/analytics.md rename to docs/_docs/analytics.md index e2c1363e9..828e9b6f6 100644 --- a/docs/analytics.md +++ b/docs/_docs/analytics.md @@ -1,8 +1,8 @@ --- -layout: default +layout: article title: Analytics git: analytics.md - +category: manager --- ## History {#history} diff --git a/docs/api.md b/docs/_docs/api.md similarity index 99% rename from docs/api.md rename to docs/_docs/api.md index e43062920..a72c5798b 100644 --- a/docs/api.md +++ b/docs/_docs/api.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: LibreTime API Usage git: api.md --- diff --git a/docs/backing-up-the-server.md b/docs/_docs/backing-up-the-server.md similarity index 99% rename from docs/backing-up-the-server.md rename to docs/_docs/backing-up-the-server.md index 4ecc57540..9228d5eb8 100644 --- a/docs/backing-up-the-server.md +++ b/docs/_docs/backing-up-the-server.md @@ -1,6 +1,7 @@ --- -layout: default +layout: article title: Backing Up The Server +category: admin git: backing-up-the-server.md --- diff --git a/docs/contribute.md b/docs/_docs/contribute.md similarity index 99% rename from docs/contribute.md rename to docs/_docs/contribute.md index 068bd0d4e..179ddf2f2 100644 --- a/docs/contribute.md +++ b/docs/_docs/contribute.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Contributing to LibreTime git: contribute.md --- diff --git a/docs/freeipa.md b/docs/_docs/freeipa.md similarity index 99% rename from docs/freeipa.md rename to docs/_docs/freeipa.md index 1e33f3b7b..f9f962ced 100644 --- a/docs/freeipa.md +++ b/docs/_docs/freeipa.md @@ -1,6 +1,7 @@ --- -layout: default +layout: article title: FreeIPA Configuration +category: admin --- You can configure LibreTime to delegate all authentication to a FreeIPA server. diff --git a/docs/hd-audio-modules.md b/docs/_docs/hd-audio-modules.md similarity index 99% rename from docs/hd-audio-modules.md rename to docs/_docs/hd-audio-modules.md index f97025cd0..281d00485 100644 --- a/docs/hd-audio-modules.md +++ b/docs/_docs/hd-audio-modules.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: HD Audio Modules git: hd-audio-modules.md +category: admin --- This listing is provided to help ensure that the correct model parameter is passed to the ALSA kernel module for an Intel HDA soundcard, if one is fitted to your LibreTime server. See the chapter *Preparing the server* in this book for more details. diff --git a/docs/icecast-shoutcast.md b/docs/_docs/icecast-shoutcast.md similarity index 99% rename from docs/icecast-shoutcast.md rename to docs/_docs/icecast-shoutcast.md index 45f7767aa..9ff2ee0d7 100644 --- a/docs/icecast-shoutcast.md +++ b/docs/_docs/icecast-shoutcast.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: Icecast and Shoutcast Stream Configuration git: icecast-shoutcast.md +category: admin --- ## Background diff --git a/docs/install.md b/docs/_docs/install.md similarity index 99% rename from docs/install.md rename to docs/_docs/install.md index 7ef4f9a1b..137dd0d9c 100644 --- a/docs/install.md +++ b/docs/_docs/install.md @@ -1,6 +1,6 @@ --- title: Install -layout: default +layout: article git: install.md --- diff --git a/docs/interface-customization.md b/docs/_docs/interface-customization.md similarity index 98% rename from docs/interface-customization.md rename to docs/_docs/interface-customization.md index 1b282ef00..56d5adf72 100644 --- a/docs/interface-customization.md +++ b/docs/_docs/interface-customization.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: Modifying the LibreTime interface git: interface-customization.md +category: admin --- diff --git a/docs/interface-localization.md b/docs/_docs/interface-localization.md similarity index 99% rename from docs/interface-localization.md rename to docs/_docs/interface-localization.md index a0aeb1833..b3c4764cc 100644 --- a/docs/interface-localization.md +++ b/docs/_docs/interface-localization.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Interface Localization git: interface-localization.md --- diff --git a/docs/library.md b/docs/_docs/library.md similarity index 99% rename from docs/library.md rename to docs/_docs/library.md index e2a4eda5f..221082243 100644 --- a/docs/library.md +++ b/docs/_docs/library.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: Library git: library.md +category: dj --- ## Dashboard {#dashboard} diff --git a/docs/live-broadcast.md b/docs/_docs/live-broadcast.md similarity index 99% rename from docs/live-broadcast.md rename to docs/_docs/live-broadcast.md index eb69bbf5d..3012f8e66 100644 --- a/docs/live-broadcast.md +++ b/docs/_docs/live-broadcast.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: Broadcasting live with MIXXX or B.U.T.T. git: live-broadcast.md +category: dj --- ## Live shows with MIXXX {#mixxx} diff --git a/docs/microsite.md b/docs/_docs/microsite.md similarity index 97% rename from docs/microsite.md rename to docs/_docs/microsite.md index 0705dd465..7c3badc62 100644 --- a/docs/microsite.md +++ b/docs/_docs/microsite.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: Built-in Microsite git: microsite.md +category: admin --- ## Overview diff --git a/docs/preparing-media.md b/docs/_docs/preparing-media.md similarity index 99% rename from docs/preparing-media.md rename to docs/_docs/preparing-media.md index 25395a84e..0c8382d81 100644 --- a/docs/preparing-media.md +++ b/docs/_docs/preparing-media.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: Preparing Media for LibreTime git: preparing-media.md +category: dj --- Before uploading media to an LibreTime server, there are a number of factors which should be considered. Getting your ingest workflow right will save you a lot of time later. diff --git a/docs/rights-royalties.md b/docs/_docs/rights-royalties.md similarity index 99% rename from docs/rights-royalties.md rename to docs/_docs/rights-royalties.md index f02adf87b..9d0b633bf 100644 --- a/docs/rights-royalties.md +++ b/docs/_docs/rights-royalties.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Rights and Royalties git: rights-royalties.md --- diff --git a/docs/scheduling-shows.md b/docs/_docs/scheduling-shows.md similarity index 99% rename from docs/scheduling-shows.md rename to docs/_docs/scheduling-shows.md index 257b13350..0799704a5 100644 --- a/docs/scheduling-shows.md +++ b/docs/_docs/scheduling-shows.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Scheduling Shows git: scheduling-shows.md --- diff --git a/docs/settings.md b/docs/_docs/settings.md similarity index 99% rename from docs/settings.md rename to docs/_docs/settings.md index c57b96007..5cfb28f0f 100644 --- a/docs/settings.md +++ b/docs/_docs/settings.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Settings git: settings.md --- diff --git a/docs/troubleshooting.md b/docs/_docs/troubleshooting.md similarity index 99% rename from docs/troubleshooting.md rename to docs/_docs/troubleshooting.md index a65373835..e5212c3a2 100644 --- a/docs/troubleshooting.md +++ b/docs/_docs/troubleshooting.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Troubleshooting git: troubleshooting.md --- diff --git a/docs/upgrading.md b/docs/_docs/upgrading.md similarity index 99% rename from docs/upgrading.md rename to docs/_docs/upgrading.md index 8423f1b6b..46772b4e7 100644 --- a/docs/upgrading.md +++ b/docs/_docs/upgrading.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Upgrading LibreTime git: upgrading.md --- diff --git a/docs/users.md b/docs/_docs/users.md similarity index 98% rename from docs/users.md rename to docs/_docs/users.md index d8f49599c..a46951070 100644 --- a/docs/users.md +++ b/docs/_docs/users.md @@ -1,7 +1,8 @@ --- -layout: default +layout: article title: Managing Users git: users.md +category: manager --- > Note: if your Airtime server is accessible from the public Internet (ex. being hosted in a cloud VM) diff --git a/docs/vagrant.md b/docs/_docs/vagrant.md similarity index 99% rename from docs/vagrant.md rename to docs/_docs/vagrant.md index 197136740..21700507e 100644 --- a/docs/vagrant.md +++ b/docs/_docs/vagrant.md @@ -1,5 +1,5 @@ --- -layout: default +layout: article title: Using Vagrant and Virtualbox for developing LibreTime git: vagrant.md --- diff --git a/docs/_includes/head.html b/docs/_includes/head.html index f1a49e89e..2a04fecbb 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -6,12 +6,14 @@ - + - + - \ No newline at end of file + + + {{ site.title }} - {{ page.title }} \ No newline at end of file diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index dd101e213..a79fd1787 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -7,24 +7,11 @@ diff --git a/docs/_layouts/404.html b/docs/_layouts/404.html index d57fe6438..85dad0a60 100644 --- a/docs/_layouts/404.html +++ b/docs/_layouts/404.html @@ -1,43 +1,16 @@ - - - - {% include head.html %} - - - - {{ site.title }} - {{ page.title }} - - +--- +layout: default +--- - - {% include navbar.html %} - -
-
+
+
404 Tape

Page not found :(

The requested page could not be found.

- + Back to Docs
- - {% include footer.html %} - {% include scripts.html %} - - + diff --git a/docs/_layouts/article.html b/docs/_layouts/article.html new file mode 100644 index 000000000..f518edaa3 --- /dev/null +++ b/docs/_layouts/article.html @@ -0,0 +1,37 @@ +--- +layout: default +--- + + +
+
+
+
+

{{ page.title }}

+ +
+
+
+
+ + +
+
+
+
+ {{ content }} +
+ +
+
+
+

Contents

+
+
+
{% include toc.html html=content class=toc %}
+
+
+
+
+
+
diff --git a/docs/_layouts/contacts.html b/docs/_layouts/contacts.html new file mode 100644 index 000000000..f3d0c92a7 --- /dev/null +++ b/docs/_layouts/contacts.html @@ -0,0 +1,307 @@ + + + + + Contacts | Docs - UI Kit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+
+
+

Let's Talk

+
You came to the right place
+
+
+
+ + + + + + + +
+ + + +
+
+
+
+
+ + +

Live Chat

+ Chat with our live support +
+
+
+
+ + +

Support Ticket

+ Submit a ticket +
+
+
+
+ + +

Phone Number

+ 1-800-643-4500 +
+
+
+
+
+ + +
+
+
+
+
+

Say Hello!

+

Usually, we reply within 2 business days

+
+ + +
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+ +
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index fbb148448..ae92c0934 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -3,10 +3,6 @@ {% include head.html %} - - - {{ site.title }} - {{ page.title }} @@ -21,55 +17,7 @@ Back to top -
-
-
-
- - - Back - -
-

-
- - -
-
-
-
-
-
-
- -
{% include toc.html html=content class=toc %}
-
-
- -
-
-
- -
{% include toc.html html=content class=toc %}
-
-
-
-
+ {{content}} {% include footer.html %} diff --git a/docs/_layouts/docindex.html b/docs/_layouts/docindex.html new file mode 100644 index 000000000..228fff4f4 --- /dev/null +++ b/docs/_layouts/docindex.html @@ -0,0 +1,141 @@ +--- +layout: default +--- + +
+
+
+
+

Knowledge Base

+

All of the guides you need to set up, maintain, and use Libretime, all in one place.

+
+ +
+
+
+
+
+

Install

+

Get Libretime up and running in just 10 minutes.

+
+
+
+ +
+
+
+
+

Configure

+

We strive to embrace and drive change in our industry.

+
+
+
+ +
+
+
+
+

Schedule Shows

+

We strive to embrace and drive change in our industry.

+
+
+
+ +
+
+
+
+

User Accounts

+

Learn how to add, change, and delete user accounts.

+
+
+
+ +
+
+
+
+

Libretime for FM Radio

+

We strive to embrace and drive change in our industry.

+
+
+
+ +
+
+
+
+

FAQs

+

Have questions?
We have answers.

+
+
+
+
+
+
+ + +
+
+
+
+
+

Can't find what you're looking for?

+

Let us help you!

+
+ + +
+
+
+
+ + +
+
+
+
+ +

For DJs

+ +
    + {% for doc in site.docs %} + {% if doc.category == "dj" %} +
  • {{doc.title}}
  • + {% endif %} + {% endfor %} +
+
+ +
+ +

For Program Managers

+ +
    + {% for doc in site.docs %} + {% if doc.category == "manager" %} +
  • {{doc.title}}
  • + {% endif %} + {% endfor %} +
+
+ +
+ +

For System Administrators

+ +
    + {% for doc in site.docs %} + {% if doc.category == "admin" %} +
  • {{doc.title}}
  • + {% endif %} + {% endfor %} +
+
+
+
+
+
+ diff --git a/docs/_layouts/faq.html b/docs/_layouts/faq.html new file mode 100644 index 000000000..a30181d17 --- /dev/null +++ b/docs/_layouts/faq.html @@ -0,0 +1,504 @@ + + + + + FAQ | Docs - UI Kit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+
+
+

Frequently Asked Questions

+ + +
+
+
+ + + + + + + +
+ + +
+
+
+ + +
+
+
+
+
+
+
What is Docs UI Kit?
+ +
+ +
+
Docs UI Kit is beautiful Open Source Bootstrap 4 UI Kit under MIT license. The UI Kit comes with more than 10 beautiful complete pages and includes a lot of reusable and customizable UI Blocks. Furthermore, Docs UI Kit includes 4 different Documentation Layouts.
+
+
+ +
+ +
+
Yes! It's just absolutely FREE and comes with a simple license! If you have any questions or doubts, please feel free to reach us here.
+
+
+ +
+ +
+
Yes! Docs UI Kit is absolutely Free and you can use in both personal and commercial projects without any attribution. However, we would much appreciate for any attribution.
+
+
+ +
+
+
Where can I download Docs UI Kit?
+ +
+ +
+
You can download Docs UI Kit on Htmlstream website or on the Github page.
+
+
+ +
+ +
+
Corrently, all our freebies comes with community support and you can open an issue on the product github page. We will do our best to answers your questions.
+
+
+ +
+ +
+
Sure! Please feel free to contribute - we appreciate any community help! You can pull request on github page.
+
+
+ +
+ +
+
You can check out our documenttion for detailed examples.
+
+
+ +
+ +
+
Docs UI Kit comes with 10+ example pages.
+
+
+
+
+ +
+
+
+
+
Installation Group Item #1
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+
+
Update Group Item #1
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+
+
Gitlab Group Item #1
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+
+
+
+
+ +
+
+ +

Can't find what you're looking for?

+
Let us help you right now!
+ Submit a Request +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/_layouts/guides.html b/docs/_layouts/guides.html deleted file mode 100644 index b583eb21a..000000000 --- a/docs/_layouts/guides.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - {% include head.html %} - - - - {{ site.title }} - {{ page.title }} - - - - - {% include navbar.html %} - - - - - - - Back to top - - - - - -
-
-
-
-

Docs for DJs

-
-

- Basic guides for broadcasting with Libretime can be found here, perfect for DJs. -

- {% for item in site.data.nav.djguides %} -
  • - {{ item.page }} -
  • - {% endfor %} -
    -
    -
    -
    - -
    -
    -
    -
    -

    Docs for Program Managers

    -
    -

    - 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) -

    - {% for item in site.data.nav.managerguides %} -
  • - {{ item.page }} -
  • - {% endfor %} -
    -
    -
    -
    - -
    -
    -
    -
    -

    Docs for System Administrators

    -
    -

    - System administrators can find all of the information they need here to configure and maintain their LibreTime instance. -

    - {% for item in site.data.nav.adminguides %} -
  • - {{ item.page }} -
  • - {% endfor %} -
    -
    -
    -
    - -
    -
    -
    -
    -

    Docs for Developers

    -
    -

    - Calling all developers! Find the information you need to get started at the links below. -

    - {% for item in site.data.nav.devguides %} -
  • - {{ item.page }} -
  • - {% endfor %} -
    -
    -
    -
    - - {% include footer.html %} - - {% include scripts.html %} - - diff --git a/docs/css/creative.min.css b/docs/css/creative.min.css index 376e90bb0..8a44eb7a7 100755 --- a/docs/css/creative.min.css +++ b/docs/css/creative.min.css @@ -83,7 +83,8 @@ div.text-footer{ text-align: center; } -section{padding:8rem 0} +/* Changed padding */ +section{padding:2rem 0} .section-heading{margin-top:0} ::-moz-selection{color:#fff;background:#212529;text-shadow:none} ::selection{color:#fff;background:#212529;text-shadow:none} diff --git a/docs/guides.md b/docs/docs.md similarity index 52% rename from docs/guides.md rename to docs/docs.md index d0355b18d..6d6191810 100644 --- a/docs/guides.md +++ b/docs/docs.md @@ -1,4 +1,4 @@ --- title: Docs -layout: guides +layout: docindex --- \ No newline at end of file