fix wiki nav menu

pull/1464/head
bullmoose20 1 year ago
parent 70e2ac071b
commit 3e22304bdd

@ -249,6 +249,7 @@ html_theme_options = {
]),
("_menu", "Movie", "defaults/collections", "#general-collections", [
("Actors", "defaults/both/actor"),
("Aspect Ratio", "defaults/both/aspect"),
("Audio Languages", "defaults/both/audio_language"),
("Based On...", "defaults/both/based"),
("Collectionless", "defaults/both/collectionless"),
@ -274,6 +275,7 @@ html_theme_options = {
]),
("_menu", "Show", "defaults/collections", "#general-collections", [
("Actors", "defaults/both/actor"),
("Aspect Ratio", "defaults/both/aspect"),
("Audio Languages", "defaults/both/audio_language"),
("Based On...", "defaults/both/based"),
("Collectionless", "defaults/both/collectionless"),
@ -300,6 +302,7 @@ html_theme_options = {
("Overlays", "defaults/overlays"),
("Shared Variables", "defaults/overlay_variables"),
("_divider", ),
("Aspect Ratio", "defaults/overlays/aspect"),
("Audio Codec", "defaults/overlays/audio_codec"),
("Common Sense Age Ratings", "defaults/overlays/commonsense"),
("Content Ratings (UK)", "defaults/overlays/content_rating_uk"),

@ -55,7 +55,7 @@ For example: `collection_section: 01` translates to `sort_title: "!<<collection_
This is the default PMM collection ordering:
| Collection | Collection Section |
|:-----------------------|:-------------------|
|:--------------------|:-------------------|
| `seasonal` | `000` |
| `basic` | `010` |
| `anilist` | `020` |
@ -82,6 +82,7 @@ This is the default PMM collection ordering:
| `content_rating_uk` | `110` |
| `content_rating_cs` | `110` |
| `resolution` | `120` |
| `aspect` | `125` |
| `bafta` | `130` |
| `cannes` | `130` |
| `choice` | `130` |

@ -12,6 +12,7 @@ These overlays are applied by calling the below paths into the `overlay_path` [s
| Default | path | Example Overlays | Movies | Shows | Seasons | Episodes |
|:--------------------------------------------------------------------|:--------------------------|:--------------------------------------------------------------------------|:-------------------:|:-------------------:|:-------------------:|:-------------------:|
| [Aspect Ratio](overlays/aspect) | `aspect` | "1.33","1.78" | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> |
| [Audio Codec](overlays/audio_codec) | `audio_codec` | Dolby Atmos logo, DTS logo | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> |
| [CommonSense Age Rating](overlays/commonsense) | `commonsense` | "3+", "16+" | &#9989; | &#9989; | &#10071; | &#10071; |
| [Content Rating UK (BBFC)](overlays/content_rating_uk) | `content_rating_uk` | "12", "12a" | &#9989; | &#9989; | &#10071; | &#10071; |

Loading…
Cancel
Save