openpanel/website
2024-12-20 19:43:06 +01:00
..
blog Update 2024-09-16-openpanel-enterprise-price-update.md 2024-09-25 15:22:55 +02:00
docs Update 1.0.0.md 2024-12-20 19:43:06 +01:00
plugins
src Update index.tsx 2024-11-22 13:26:39 +01:00
static Update 2024-12-10 11:38:06 +01:00
versioned_docs/version-3.xx.xx
versioned_sidebars
.gitignore
11111versions.json
444444444vercel.json Rename vercel.json to 444444444vercel.json 2024-10-21 13:31:36 +02:00
babel.config.js
docusaurus.config.js Update docusaurus.config.js 2024-12-04 14:13:27 +01:00
example-redirects.json
LICENSE license 2024-11-06 14:20:37 +01:00
package-lock.json
package.json
README.md
redirects.json
sidebars.js Update sidebars.js 2024-12-03 09:41:39 +01:00
tailwind.config.js
tsconfig.json
tutorial-units.js

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.