mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
21 lines
349 B
Plaintext
21 lines
349 B
Plaintext
---
|
|
id: butler
|
|
title: "Butler"
|
|
description: "Butler"
|
|
custom_edit_url: null
|
|
---
|
|
|
|
|
|
|
|
Butler is the task manager of the Plex Media Server Ecosystem.
|
|
|
|
|
|
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|