From 45c2e0c0b183ce7b4d826bea240b1676757b1f91 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 26 Apr 2024 16:19:33 -0500 Subject: [PATCH] Update overview.md Order table to match example config --- docs/config/overview.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/config/overview.md b/docs/config/overview.md index 16abf692..bc9b374f 100644 --- a/docs/config/overview.md +++ b/docs/config/overview.md @@ -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). 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 | |:--------------------------------------------|:----------------------------------------------------------------------| @@ -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 } | | [`plex`](plex.md) | :fontawesome-solid-circle-check:{ .green } Either here or per library | | [`tmdb`](tmdb.md) | :fontawesome-solid-circle-check:{ .green } | -| [`github`](github.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 } | +| [`mdblist`](mdblist.md) | :fontawesome-solid-circle-xmark:{ .red } | | [`notifiarr`](notifiarr.md) | :fontawesome-solid-circle-xmark:{ .red } | | [`gotify`](gotify.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" comments=false %} -~~~ \ No newline at end of file +~~~