From 3427b851a389bc41440930185a435c7030838d5f Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:14:29 +0100 Subject: [PATCH] update README --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 76aee7f9..c73ca0ae 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,4 @@ Requires [yarn](https://yarnpkg.com/getting-started/install). ```sh yarn install # install the necessary dependencies yarn start # run the webserver -``` - -### Generate OpenAPI Documentation - -The [docusaurus-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs) plugin is used to include the `services` OpenAPI documentation. Run this before `yarn start`: - -```sh -yarn docusaurus gen-api-docs all -``` - -[New specifications can be added](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs#configuring-docusaurusconfigjs-plugin-and-theme-usage) and the docs regenerated using `yarn docusaurus gen-api-docs `. +``` \ No newline at end of file