docusaurus-plugin-openapi-docs 0.0.0-370 → 0.0.0-372

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -101,12 +101,12 @@ Here is an example of properly configuring your `docusaurus.config.js` file for
101
101
 
102
102
  `docusaurus-plugin-openapi-docs` can be configured with the following options:
103
103
 
104
- | Name | Type | Default | Description |
105
- | ---------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------- |
104
+ | Name | Type | Default | Description |
105
+ | ---------------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------- |
106
106
  | `specPath` | `string` | `null` | Designated URL or path to the source of an OpenAPI specification file or directory of multiple OpenAPI specification files. |
107
- | `ouputDir` | `string` | `null` | Desired output path for generated MDX files. |
108
- | `template` | `string` | `null` | _Optional:_ Customize MDX content with a desired template. |
109
- | `sidebarOptions` | `object` | `null` | _Optional:_ Set of options for sidebar configuration. See below for a list of supported options. |
107
+ | `ouputDir` | `string` | `null` | Desired output path for generated MDX files. |
108
+ | `template` | `string` | `null` | _Optional:_ Customize MDX content with a desired template. |
109
+ | `sidebarOptions` | `object` | `null` | _Optional:_ Set of options for sidebar configuration. See below for a list of supported options. |
110
110
 
111
111
  `sidebarOptions` can be configured with the following options:
112
112
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "docusaurus-plugin-openapi-docs",
3
3
  "description": "OpenAPI plugin for Docusaurus.",
4
- "version": "0.0.0-370",
4
+ "version": "0.0.0-372",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -62,5 +62,5 @@
62
62
  "engines": {
63
63
  "node": ">=14"
64
64
  },
65
- "gitHead": "7e897ad05419c341a0b7fb42eb17d4c2e77b43e7"
65
+ "gitHead": "cb2266e68c4453350e2457804dd76897593f052e"
66
66
  }