Files
plex-docs/docs/plex/server.tag.mdx
luke-hagar-sp 6c634befe0 gen steps
2023-03-27 14:42:16 -05:00

21 lines
335 B
Plaintext

---
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}/>
```