openpanel/documentation
2024-05-23 22:52:40 +02:00
..
blog
docs Update intro.md 2024-05-23 22:52:40 +02:00
plugins
src Update integrations.ts 2024-05-09 15:48:58 +02:00
static
versioned_docs/version-3.xx.xx
versioned_sidebars
.gitignore
1111vercel.json
11111versions.json
babel.config.js
docusaurus.config.js Update docusaurus.config.js 2024-05-09 14:57:16 +02:00
example-redirects.json Update example-redirects.json 2024-03-21 15:32:27 +01:00
package-lock.json
package.json
README.md
redirects.json
sidebars.js
tailwind.config.js
tsconfig.json
tutorial-units.js Create tutorial-units.js 2024-05-06 19:09:21 +02: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 open 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.