From c712e7c3b980cf2a4a931848226fed13552e3712 Mon Sep 17 00:00:00 2001 From: Steven Serrata Date: Fri, 13 Sep 2024 10:23:10 -0400 Subject: [PATCH] update docs --- README.md | 2 ++ demo/docs/intro.mdx | 2 ++ packages/docusaurus-plugin-openapi-docs/README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d0546503..6fcf5c9c6 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ The `docusaurus-plugin-openapi-docs` plugin can be configured with the following | `markdownGenerators` | `object` | `null` | _Optional:_ Customize MDX content with a set of options for specifying markdown generator functions. See below for a list of supported options. | | `showSchemas` | `boolean` | `null` | _Optional:_ If set to `true`, generates schema pages and adds them to the sidebar. | +### sidebarOptions + `sidebarOptions` can be configured with the following options: | Name | Type | Default | Description | diff --git a/demo/docs/intro.mdx b/demo/docs/intro.mdx index 15683cddc..3f908dcbb 100644 --- a/demo/docs/intro.mdx +++ b/demo/docs/intro.mdx @@ -200,6 +200,8 @@ The `docusaurus-plugin-openapi-docs` plugin can be configured with the following | `markdownGenerators` | `object` | `null` | _Optional:_ Customize MDX content with a set of options for specifying markdown generator functions. See [markdownGenerators](#markdowngenerators) for a list of supported options. | | `showSchemas` | `boolean` | `null` | _Optional:_ If set to `true`, generates schema pages and adds them to the sidebar. | +### sidebarOptions + `sidebarOptions` can be configured with the following options: | Name | Type | Default | Description | diff --git a/packages/docusaurus-plugin-openapi-docs/README.md b/packages/docusaurus-plugin-openapi-docs/README.md index 6c56f11b3..7ffec67c7 100644 --- a/packages/docusaurus-plugin-openapi-docs/README.md +++ b/packages/docusaurus-plugin-openapi-docs/README.md @@ -172,6 +172,8 @@ The `docusaurus-plugin-openapi-docs` plugin can be configured with the following | `markdownGenerators` | `object` | `null` | _Optional:_ Customize MDX content with a set of options for specifying markdown generator functions. See below for a list of supported options. | | `showSchemas` | `boolean` | `null` | _Optional:_ If set to `true`, generates schema pages and adds them to the sidebar. | +### sidebarOptions + `sidebarOptions` can be configured with the following options: | Name | Type | Default | Description |