1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website
Thomas Heartman 29da625195
chore: update docusaurus/openapi integration to stable version (#2414)
## What

This PR updates the version of the docusaurus-openapi plugin we depend
on for openapi docs generation from canary version 0.0.0-514 to stable
release 1.4.4.

Also removes the manual file cleanup that was created as a workaround to
solve the issues we were having.

## Why

When we set the canary version before the weekend it was because it
contained a fix of some of the issues we were having with our docs.

That issue (and the one about file cleanup) have now been released in
v1.4.4, so we can upgrade to a stable version and remove now-redundant
cleanup code.
2022-11-14 08:52:46 +01:00
..
.storybook
docs Update index.md (#2383) 2022-11-10 15:59:32 +01:00
src
static docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
.gitignore
babel.config.js
clean-generated-docs.js chore: update docusaurus/openapi integration to stable version (#2414) 2022-11-14 08:52:46 +01:00
docusaurus.config.js docs: Remove/update references to Heroku (#2099) 2022-10-19 12:02:00 +00:00
package.json chore: update docusaurus/openapi integration to stable version (#2414) 2022-11-14 08:52:46 +01:00
README.md
sidebars.js docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
tsconfig.json
yarn.lock chore: update docusaurus/openapi integration to stable version (#2414) 2022-11-14 08:52:46 +01:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.