initial commit

This commit is contained in:
luke-hagar-sp
2023-03-27 12:20:26 -05:00
parent 2fe4b8fadd
commit bf35f93c65
40 changed files with 11628 additions and 102 deletions

22
docs/plex/updater.tag.mdx Normal file
View File

@@ -0,0 +1,22 @@
---
id: updater
title: "Updater"
description: "Updater"
custom_edit_url: null
---
This describes the API for searching and applying updates to the Plex Media Server.
Updates to the status can be observed via the Event API.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```