Files
plex-docs/api.mustache
luke-hagar-sp bf35f93c65 initial commit
2023-03-27 12:20:26 -05:00

27 lines
401 B
Plaintext

---
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}}}