mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
dev changes
This commit is contained in:
21
docs/plex-media-server/search.tag.mdx
Normal file
21
docs/plex-media-server/search.tag.mdx
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
id: search
|
||||
title: "Search"
|
||||
description: "Search"
|
||||
custom_edit_url: null
|
||||
---
|
||||
|
||||
|
||||
|
||||
API Calls that perform search operations with Plex Media Server
|
||||
|
||||
|
||||
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user