OpenPanel/documentation
2024-05-26 15:51:47 +02:00
..
blog Update 2024-2-26-openpanel-public-beta.md 2024-03-01 13:34:06 +01:00
docs Update 0.1.9.md 2024-05-26 15:51:47 +02:00
plugins proba 2024-02-25 10:54:40 +01:00
src Update top-announcement.tsx 2024-05-26 08:03:32 +02:00
static [ImgBot] Optimize images 2024-03-15 10:01:31 +00:00
versioned_docs/version-3.xx.xx fork refine 2024-02-05 10:23:04 +01:00
versioned_sidebars fork refine 2024-02-05 10:23:04 +01:00
.gitignore fork refine 2024-02-05 10:23:04 +01:00
1111vercel.json Rename vercel.json to 1111vercel.json 2024-03-01 09:59:06 +01:00
11111versions.json fork refine 2024-02-05 10:23:04 +01:00
babel.config.js fork refine 2024-02-05 10:23:04 +01:00
docusaurus.config.js Update docusaurus.config.js 2024-05-26 08:01:22 +02:00
example-redirects.json Update example-redirects.json 2024-03-21 15:32:27 +01:00
package-lock.json fork refine 2024-02-05 10:23:04 +01:00
package.json fork refine 2024-02-05 10:23:04 +01:00
README.md fork refine 2024-02-05 10:23:04 +01:00
redirects.json fork refine 2024-02-05 10:23:04 +01:00
sidebars.js Update sidebars.js 2024-02-29 12:31:15 +01:00
tailwind.config.js fork refine 2024-02-05 10:23:04 +01:00
tsconfig.json fork refine 2024-02-05 10:23:04 +01:00
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.