Skip to content

Update docs for Docusaurus 3.8.1 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Key Features:

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

```bash
npx create-docusaurus@3.7.0 my-website --package-manager yarn
npx create-docusaurus@3.8.1 my-website --package-manager yarn
```

> When prompted to select a template choose `Git repository`.
Expand Down
4 changes: 2 additions & 2 deletions demo/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Key Features:

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

```bash
npx create-docusaurus@3.7.0 my-website --package-manager yarn
npx create-docusaurus@3.8.1 my-website --package-manager yarn
```

> When prompted to select a template choose `Git repository`.
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-openapi-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Key Features:

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

```bash
npx create-docusaurus@3.7.0 my-website --package-manager yarn
npx create-docusaurus@3.8.1 my-website --package-manager yarn
```

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