gen steps

This commit is contained in:
luke-hagar-sp
2023-03-27 14:42:16 -05:00
parent b4c59d0843
commit 6c634befe0
20 changed files with 603 additions and 1 deletions

21
docs/plex/log.tag.mdx Normal file
View File

@@ -0,0 +1,21 @@
---
id: log
title: "Log"
description: "Log"
custom_edit_url: null
---
Submit logs to the Log Handler for Plex Media Server
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```