From 2e15562bd986b4117af8c98aa15566fcf121a561 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 27 Oct 2020 19:37:58 +0100 Subject: [PATCH] Updated: Sort Order Updated: Sort Order --- docs/.pages | 8 ++++++++ docs/Radarr/.pages | 4 ++++ docs/Radarr/README.md | 4 ++-- docs/Sonarr/.pages | 4 ++++ docs/Sonarr/README.md | 4 ++-- mkdocs.yml | 1 + requrements.txt | 3 ++- 7 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 docs/.pages create mode 100644 docs/Radarr/.pages create mode 100644 docs/Sonarr/.pages diff --git a/docs/.pages b/docs/.pages new file mode 100644 index 000000000..d7ca815a8 --- /dev/null +++ b/docs/.pages @@ -0,0 +1,8 @@ +nav: + - Home: index.md + - Radarr + - Sonarr + - Bazarr + - NZBGet + - Plex + - Misc \ No newline at end of file diff --git a/docs/Radarr/.pages b/docs/Radarr/.pages new file mode 100644 index 000000000..8bb770a86 --- /dev/null +++ b/docs/Radarr/.pages @@ -0,0 +1,4 @@ +nav: + - Radarr: readme.md + - V3 + - V0.2 \ No newline at end of file diff --git a/docs/Radarr/README.md b/docs/Radarr/README.md index af686300d..3937fc6c0 100644 --- a/docs/Radarr/README.md +++ b/docs/Radarr/README.md @@ -1,7 +1,7 @@ # Radarr -Here you will find a collection of Radarr V0.2/V3 Guides I made. +Here you will find a collection of Radarr Guides I made. V0.2 = The still stable release -V3 = Beta version called Aphrodite +V3 = Beta (Branch:Aphrodite) diff --git a/docs/Sonarr/.pages b/docs/Sonarr/.pages new file mode 100644 index 000000000..56825a8bc --- /dev/null +++ b/docs/Sonarr/.pages @@ -0,0 +1,4 @@ +nav: + - Sonarr: readme.md + - V3 + - V2 \ No newline at end of file diff --git a/docs/Sonarr/README.md b/docs/Sonarr/README.md index 9806edd1b..d3d03aff9 100644 --- a/docs/Sonarr/README.md +++ b/docs/Sonarr/README.md @@ -1,7 +1,7 @@ # Sonarr -Here you will find a collection of Sonarr V2/V3 Guides I made. +Here you will find a collection of Sonarr Guides I made. V2 = The still stable release -V3 = Stable Beta version called Phantom +V3 = Stable Beta (Branch:Phantom) diff --git a/mkdocs.yml b/mkdocs.yml index 82d12bccc..3e4933328 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,6 +27,7 @@ markdown_extensions: plugins: - search + - awesome-pages - macros: j2_block_start_string: "[[%" j2_block_end_string: "%]]" diff --git a/requrements.txt b/requrements.txt index 495704635..0642d7364 100644 --- a/requrements.txt +++ b/requrements.txt @@ -1,4 +1,5 @@ mkdocs>=1.1.2 mkdocs-material>=6.1.0 pymdown-extensions>=3.3.2 -mkdocs-macros-plugin>=0.4.18 \ No newline at end of file +mkdocs-macros-plugin>=0.4.18 +mkdocs-awesome-pages-plugin>=2.4.0 \ No newline at end of file