You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ Theme:
51
51
yarn add docusaurus-theme-openapi-docs
52
52
```
53
53
54
+
## Compatibility Matrix
55
+
56
+
| Docusaurus OpenAPI Docs | Docusaurus |
57
+
| ----------------------- | ---------------- |
58
+
| 1.x.x |`>=2.0.1 <2.3.0`|
59
+
| 2.x.x (beta) |`>=2.3.0`|
60
+
54
61
## Configuring `docusaurus.config.js` (Plugin and theme usage)
55
62
56
63
Here is an example of properly configuring your `docusaurus.config.js` file for `docusaurus-plugin-openapi-docs` and `docusaurus-theme-openapi-docs` usage.
Copy file name to clipboardExpand all lines: demo/docs/customization/languagetabs.md
+30-20Lines changed: 30 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,17 @@ description: Configuring language tabs for the API Demo Panel.
10
10
11
11
The Docusaurus OpenAPI docs plugin comes with support for 8 languages which you can render as code snippets on an API operation page. The languages currently supported are:
0 commit comments