From a582e24fa6517e51b86573829b7d0ebfbb9182e8 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 17 Jun 2020 10:23:03 -0400 Subject: [PATCH] Fixed site layout, merged install pages into one --- docs/_data/nav.yml | 20 +- docs/_includes/navbar.html | 20 +- docs/_layouts/default.html | 22 +- docs/_layouts/docs.html | 55 --- docs/api.md | 2 +- docs/backing-up-the-server.md | 2 +- docs/contribute.md | 2 +- docs/css/creative.min.css | 3 - docs/freeipa.md | 2 +- docs/hd-audio-modules.md | 2 +- docs/host-configuration.md | 226 ----------- docs/icecast-shoutcast.md | 2 +- docs/install.md | 672 ++++++++++++++++++++++++++++++++ docs/interface-customization.md | 2 +- docs/interface-localization.md | 2 +- docs/library.md | 2 +- docs/live-broadcast.md | 2 +- docs/microsite.md | 2 +- docs/playlists-smartblocks.md | 2 +- docs/playout-history.md | 2 +- docs/podcasts-webstreams.md | 2 +- docs/preparing-media.md | 2 +- docs/quickstart.md | 123 ------ docs/reverse-proxy.md | 117 ------ docs/rights-royalties.md | 2 +- docs/scheduling-shows.md | 2 +- docs/setting-the-server-time.md | 78 ---- docs/settings.md | 2 +- docs/ssl-config.md | 141 ------- docs/stats.md | 2 +- docs/troubleshooting.md | 2 +- docs/upgrading.md | 2 +- docs/users.md | 2 +- docs/vagrant.md | 2 +- 34 files changed, 741 insertions(+), 782 deletions(-) delete mode 100644 docs/_layouts/docs.html delete mode 100644 docs/host-configuration.md create mode 100644 docs/install.md delete mode 100644 docs/quickstart.md delete mode 100644 docs/reverse-proxy.md delete mode 100644 docs/setting-the-server-time.md delete mode 100644 docs/ssl-config.md diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index b72712ac8..78a4634ab 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -1,13 +1,19 @@ +docsdrop: +- page: Broadcasting Live + url: live-broadcast +- page: Intelligent Library + url: library +- page: Scheduling Shows + url: scheduling-shows + + topnav: -- page: Install - url: quickstart -- page: Guides - url: guides - page: Github url: https://github.com/LibreTime/libretime - page: Sponsor url: https://opencollective.com/libretime + djguides: - page: Broadcasting Live url: live-broadcast @@ -62,7 +68,6 @@ docsnav: - page: - section: Using LibreTime contents: - - page: Intelligent Library url: library - page: Built-in Microsite @@ -71,7 +76,6 @@ docsnav: url: scheduling-shows - page: Streaming Statistics url: stats - - section: Appendix contents: - page: HD Audio Modules @@ -81,6 +85,4 @@ docsnav: - page: Letter to the AirTime Community url: https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d - page: Rights and Royalties - url: rights-royalties - - page: UNESCO Public Radio Guide (PDF) - url: img/CommunityRadioUserGuide.pdf \ No newline at end of file + url: rights-royalties \ No newline at end of file diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index bf542aa9d..239a2363c 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -1,14 +1,30 @@