mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 12:37:45 +00:00
21 lines
335 B
Plaintext
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}/>
|
|
```
|
|
|