openpanel/documentation
2024-09-18 15:51:55 +02:00
..
blog Update 2024-06-10-openpanel-enterprise-version.md 2024-09-16 15:03:09 +02:00
docs Update 0.3.0.md 2024-09-18 15:51:55 +02:00
plugins Update templates.js 2024-09-16 14:51:09 +02:00
src Update index.tsx 2024-09-18 10:57:21 +02:00
static Add files via upload 2024-09-16 14:43:26 +02:00
versioned_docs/version-3.xx.xx
versioned_sidebars
.gitignore
11111versions.json
babel.config.js
docusaurus.config.js Update docusaurus.config.js 2024-09-12 13:54:14 +02:00
example-redirects.json
package-lock.json Update package-lock.json 2024-07-10 19:47:56 +02:00
package.json Update package.json 2024-07-10 19:47:30 +02:00
README.md
redirects.json
sidebars.js Update sidebars.js 2024-09-12 13:54:57 +02:00
tailwind.config.js
tsconfig.json
tutorial-units.js
vercel.json1111 Rename vercel.json to vercel.json1111 2024-08-29 01:09:16 +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.