From 8b3a7e56c9ef2172e3fb48b4e888efe996256015 Mon Sep 17 00:00:00 2001 From: Sam Markowitz Date: Tue, 27 Jun 2023 10:23:42 +0300 Subject: [PATCH] Add documentation.yaml for Docs v2 --- guides/documentation.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 guides/documentation.yaml diff --git a/guides/documentation.yaml b/guides/documentation.yaml new file mode 100644 index 0000000000..e25b7e13be --- /dev/null +++ b/guides/documentation.yaml @@ -0,0 +1,36 @@ +apiDoc: + title: REST API and App Docs + + markdownOnlyAutoUpdate: true + + docs: + - file: './Overview.md' + title: Overview + - file: './Authentication.md' + title: Authentication + - file: './SPI.md' + title: Service Provider Interface + - file: './AboutAPIKeys.md' + title: API Keys + - file: './App Versions.md' + title: App Versions and Updates + - file: './Permissions.md' + title: Permissions + - file: './RateLimits.md' + title: Rate Limits + - file: './Webhooks.md' + title: Webhooks + - file: './Data Payloads.md' + title: Data Payloads + - file: './Errors.md' + title: Errors + - file: './DevGlossary.md' + title: Developers' Glossary + - file: './field-projection.md' + title: Field Projection + - file: './API Query Language.md' + title: API Query Language + - file: './Pagination.md' + title: Sorting and Paging + - file: './WixApps.md' + title: Wix Business Solutions