diff --git a/docs/defaults/chart/flixpatrol.md b/docs/defaults/chart/flixpatrol.md index 3e6c125c..a469fa67 100644 --- a/docs/defaults/chart/flixpatrol.md +++ b/docs/defaults/chart/flixpatrol.md @@ -42,6 +42,8 @@ Template Variables can be used to manipulate the file in various ways to slightl |:---------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Default:** `10`
**Values:** Any Number 1-10 | | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Any Number 1-10 | +| `in_the_last` | **Description:** Changes How many days of daily Top 10 Lists to look at.
**Default:** `1`
**Values:** Any Number 1-30 | +| `in_the_last_<>`1 | **Description:** Changes How many days of daily Top 10 Lists to look at.
**Default:** `in_the_last`
**Values:** Any Number 1-30 | | `location` | **Description:** Changes the Builder Location for all collections in a Defaults file.
**Default:** `world`
**Values:** [`location` Attribute Options](../../builders/flixpatrol.md#top-platform-attributes) | | `location_<>`1 | **Description:** Changes the Builder Location of the specified key's collection.
**Default:** `location`
**Values:** [`location` Attribute Options](../../builders/flixpatrol.md#top-platform-attributes) | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| @@ -75,4 +77,4 @@ libraries: location: united_states #(1)! ``` -1. Change the location of the FlixPatrol collections to the United States of America \ No newline at end of file +1. Change the location of the FlixPatrol collections to the United States of America diff --git a/mkdocs.yml b/mkdocs.yml index 39462843..0a5af74f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -151,6 +151,7 @@ nav: - "THIRD-PARTY CONNECTORS": - Notifiarr: config/notifiarr.md - TMDb: config/tmdb.md + - Github: config/github.md - Trakt: config/trakt.md - MdbList: config/mdblist.md - OMDb: config/omdb.md @@ -350,9 +351,6 @@ nav: - FlixPatrol Builders: - Overview: builders/flixpatrol.md - FlixPatrol Top Platform: builders/flixpatrol/#flixpatrol-top - - FlixPatrol Popular: builders/flixpatrol/#flixpatrol-popular - - FlixPatrol Demographics: builders/flixpatrol/#flixpatrol-demographics - - FlixPatrol URL: builders/flixpatrol/#flixpatrol-url - Reciperr Builders: - Overview: builders/reciperr.md - Reciperr List: builders/reciperr/#reciperr-list @@ -457,4 +455,4 @@ nav: - Acknowledgements: pmm/essentials/acknowledgements.md - SPONSOR: https://github.com/sponsors/meisnate12 # - SHOWCASE: -# - Overlays Showcase: showcase/overlays.md \ No newline at end of file +# - Overlays Showcase: showcase/overlays.md