Skip to content

Commit 8a1d1c4

Browse files
authored
docs: update compatibility for docusaurus 3.8.1 (PaloAltoNetworks#1177)
1 parent b8204cc commit 8a1d1c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Key Features:
4141

4242
| Docusaurus OpenAPI Docs | Docusaurus |
4343
| ----------------------- | --------------- |
44-
| 4.x.x (current) | `3.5.0 - 3.7.x` |
44+
| 4.x.x (current) | `3.5.0 - 3.8.1` |
4545
| 3.0.x (end-of-support) | `3.0.1 - 3.4.0` |
4646
| 2.2.3 (legacy) | `2.4.1 - 2.4.3` |
4747
| 1.7.3 (end-of-support) | `2.0.1 - 2.2.0` |
@@ -51,7 +51,7 @@ Key Features:
5151
Run the following to bootstrap a Docusaurus v3 site (classic theme) with `docusaurus-openapi-docs`:
5252

5353
```bash
54-
npx create-docusaurus@3.7.0 my-website --package-manager yarn
54+
npx create-docusaurus@3.8.1 my-website --package-manager yarn
5555
```
5656

5757
> When prompted to select a template choose `Git repository`.

demo/docs/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Key Features:
5858

5959
| Docusaurus OpenAPI Docs | Docusaurus |
6060
| ----------------------- | --------------- |
61-
| 4.0.x (current) | `3.5.0 - 3.7.x` |
61+
| 4.0.x (current) | `3.5.0 - 3.8.1` |
6262
| 3.0.x (end-of-support) | `3.0.1 - 3.4.0` |
6363
| 2.2.3 (legacy) | `2.4.1 - 2.4.3` |
6464
| 1.7.3 (end-of-support) | `2.0.1 - 2.2.0` |
@@ -73,7 +73,7 @@ If you're building a Docusaurus site from scratch, the easiest way to get starte
7373
Run the following to bootstrap a Docusaurus v3 site (classic theme) with `docusaurus-openapi-docs`:
7474

7575
```bash
76-
npx create-docusaurus@3.7.0 my-website --package-manager yarn
76+
npx create-docusaurus@3.8.1 my-website --package-manager yarn
7777
```
7878

7979
> When prompted to select a template choose `Git repository`.

packages/docusaurus-plugin-openapi-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Key Features:
4141

4242
| Docusaurus OpenAPI Docs | Docusaurus |
4343
| ----------------------- | --------------- |
44-
| 4.0.x (current) | `3.5.0 - 3.7.x` |
44+
| 4.0.x (current) | `3.5.0 - 3.8.1` |
4545
| 3.0.x (end-of-support) | `3.0.1 - 3.4.0` |
4646
| 2.2.3 (legacy) | `2.4.1 - 2.4.3` |
4747
| 1.7.3 (end-of-support) | `2.0.1 - 2.2.0` |
@@ -51,7 +51,7 @@ Key Features:
5151
Run the following to bootstrap a Docusaurus v3 site (classic theme) with `docusaurus-openapi-docs`:
5252

5353
```bash
54-
npx create-docusaurus@3.7.0 my-website --package-manager yarn
54+
npx create-docusaurus@3.8.1 my-website --package-manager yarn
5555
```
5656

5757
> When prompted to select a template choose `Git repository`.

0 commit comments

Comments
 (0)