openpanel/website
2025-03-27 21:18:56 +01:00
..
blog Rename 2024-06-10-openpanel-enterprise-version.md to 2024-06-10-openpanel-enterprise-version.mdTOREMOVE 2025-03-16 19:19:36 +01:00
docs Update 000_intro.md 2025-03-27 21:18:56 +01:00
plugins
src Update landing-hero-github-stars.tsx 2025-03-17 18:03:12 +01:00
static Add files via upload 2025-03-17 18:43:43 +01:00
versioned_docs/version-0.3.7 Update 0.3.8.md 2025-02-01 11:54:24 +01:00
versioned_sidebars 1.0.0 2025-02-01 11:45:58 +01:00
.gitignore
111111vercel.json Rename vercel.json to 111111vercel.json 2025-02-04 10:27:30 +01:00
babel.config.js
docusaurus.config.js Update docusaurus.config.js 2025-03-27 13:55:32 +01:00
example-redirects.json
LICENSE
package-lock.json
package.json
README.md
redirects.json
sidebars.js Update sidebars.js 2025-02-04 09:57:56 +01:00
tailwind.config.js
tsconfig.json
tutorial-units.js
versions.json fix 2025-02-01 11:48:50 +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 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.