mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
initial commit
This commit is contained in:
27
api.mustache
Normal file
27
api.mustache
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
id: {{{id}}}
|
||||
{{^api}}
|
||||
sidebar_label: Introduction
|
||||
{{/api}}
|
||||
{{#api}}
|
||||
sidebar_label: {{{title}}}
|
||||
{{/api}}
|
||||
{{^api}}
|
||||
sidebar_position: 0
|
||||
{{/api}}
|
||||
hide_title: true
|
||||
{{#api}}
|
||||
hide_table_of_contents: true
|
||||
{{/api}}
|
||||
{{#json}}
|
||||
api: {{{json}}}
|
||||
{{/json}}
|
||||
{{#api.method}}
|
||||
sidebar_class_name: "{{{api.method}}} api-method"
|
||||
{{/api.method}}
|
||||
{{#infoPath}}
|
||||
info_path: {{{infoPath}}}
|
||||
{{/infoPath}}
|
||||
---
|
||||
|
||||
{{{markdown}}}
|
||||
Reference in New Issue
Block a user