From 61e4de7f94562eeedf5eebdfeb5fbcfa0783c2f4 Mon Sep 17 00:00:00 2001 From: Steven Serrata Date: Tue, 10 Dec 2024 15:25:16 -0600 Subject: [PATCH] update docs --- README.md | 2 +- demo/docs/intro.mdx | 2 +- packages/docusaurus-plugin-openapi-docs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62b4b73b8..439097e43 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Key Features: Run the following to bootstrap a Docsaurus v3 site (classic theme) with `docusaurus-openapi-docs`: ```bash -npx create-docusaurus@3.5.2 my-website --package-manager yarn +npx create-docusaurus@3.6.3 my-website --package-manager yarn ``` > When prompted to select a template choose `Git repository`. diff --git a/demo/docs/intro.mdx b/demo/docs/intro.mdx index a672bc0e8..1476b716c 100644 --- a/demo/docs/intro.mdx +++ b/demo/docs/intro.mdx @@ -73,7 +73,7 @@ If you"re building a Docusaurus site from scratch the easiest way to get started Run the following to bootstrap a Docsaurus v2 site (classic theme) with `docusaurus-openapi-docs`: ```bash -npx create-docusaurus@3.5.2 my-website --package-manager yarn +npx create-docusaurus@3.6.3 my-website --package-manager yarn ``` > When prompted to select a template choose `Git repository`. diff --git a/packages/docusaurus-plugin-openapi-docs/README.md b/packages/docusaurus-plugin-openapi-docs/README.md index 8e5e801fe..f31b69c56 100644 --- a/packages/docusaurus-plugin-openapi-docs/README.md +++ b/packages/docusaurus-plugin-openapi-docs/README.md @@ -51,7 +51,7 @@ Key Features: Run the following to bootstrap a Docsaurus v3 site (classic theme) with `docusaurus-openapi-docs`: ```bash -npx create-docusaurus@3.5.2my-website --package-manager yarn +npx create-docusaurus@3.6.3 my-website --package-manager yarn ``` > When prompted to select a template choose `Git repository`.