mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Update overview.md
Order table to match example config
This commit is contained in:
parent
ff7cd0d2fa
commit
45c2e0c0b1
1 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@ A template Configuration File can be found in the
|
||||||
[GitHub Repo](https://github.com/Kometa-Team/Kometa/blob/master/config/config.yml.template).
|
[GitHub Repo](https://github.com/Kometa-Team/Kometa/blob/master/config/config.yml.template).
|
||||||
|
|
||||||
This table outlines the third-party services that Kometa can make use of. Each service has specific
|
This table outlines the third-party services that Kometa can make use of. Each service has specific
|
||||||
requirements for setup that can be found by clicking the links within the table.
|
requirements for setup that can be found by clicking the links within the table or in the sidebar.
|
||||||
|
|
||||||
| Attribute | Required |
|
| Attribute | Required |
|
||||||
|:--------------------------------------------|:----------------------------------------------------------------------|
|
|:--------------------------------------------|:----------------------------------------------------------------------|
|
||||||
|
@ -19,9 +19,10 @@ requirements for setup that can be found by clicking the links within the table.
|
||||||
| [`webhooks`](webhooks.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
| [`webhooks`](webhooks.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
| [`plex`](plex.md) | :fontawesome-solid-circle-check:{ .green } Either here or per library |
|
| [`plex`](plex.md) | :fontawesome-solid-circle-check:{ .green } Either here or per library |
|
||||||
| [`tmdb`](tmdb.md) | :fontawesome-solid-circle-check:{ .green } |
|
| [`tmdb`](tmdb.md) | :fontawesome-solid-circle-check:{ .green } |
|
||||||
| [`github`](github.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
|
||||||
| [`tautulli`](tautulli.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
| [`tautulli`](tautulli.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
|
| [`github`](github.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
| [`omdb`](omdb.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
| [`omdb`](omdb.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
|
| [`mdblist`](mdblist.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
| [`notifiarr`](notifiarr.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
| [`notifiarr`](notifiarr.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
| [`gotify`](gotify.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
| [`gotify`](gotify.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
| [`anidb`](anidb.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
| [`anidb`](anidb.md) | :fontawesome-solid-circle-xmark:{ .red } |
|
||||||
|
@ -39,4 +40,4 @@ This example outlines what a "standard" config.yml file might look like when in
|
||||||
include-markdown "../../config/config.yml.template"
|
include-markdown "../../config/config.yml.template"
|
||||||
comments=false
|
comments=false
|
||||||
%}
|
%}
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in a new issue