dev changes

This commit is contained in:
Luke Hagar
2023-04-20 07:50:46 -05:00
parent 02d7ef5d88
commit 9e0c39c66b
75 changed files with 2606 additions and 4173 deletions

View File

@@ -0,0 +1,21 @@
---
id: server
title: "Server"
description: "Server"
custom_edit_url: null
---
Operations against the Plex Media Server System.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```