openpanel/website
Stefan Pejcic b4c22f4e39 1docs
2025-02-01 11:41:46 +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 2025-02-01 00:44:40 +01:00
plugins pakcages 2024-09-18 16:30:56 +02:00
src Update index.tsx 2024-11-22 13:26:39 +01:00
static Update 2024-12-10 11:38:06 +01:00
versioned_docs 1docs 2025-02-01 11:41:46 +01:00
versioned_sidebars Update version-1.0.0-sidebars.json 2025-02-01 11:30:00 +01:00
.gitignore pakcages 2024-09-18 16:30:56 +02:00
444444444vercel.json Rename vercel.json to 444444444vercel.json 2024-10-21 13:31:36 +02:00
babel.config.js pakcages 2024-09-18 16:30:56 +02:00
docusaurus.config.js Update docusaurus.config.js 2024-12-04 14:13:27 +01:00
example-redirects.json pakcages 2024-09-18 16:30:56 +02:00
LICENSE license 2024-11-06 14:20:37 +01:00
package-lock.json pakcages 2024-09-18 16:30:56 +02:00
package.json pakcages 2024-09-18 16:30:56 +02:00
README.md pakcages 2024-09-18 16:30:56 +02:00
redirects.json pakcages 2024-09-18 16:30:56 +02:00
sidebars.js Update sidebars.js 2024-12-03 09:41:39 +01:00
tailwind.config.js pakcages 2024-09-18 16:30:56 +02:00
tsconfig.json pakcages 2024-09-18 16:30:56 +02:00
tutorial-units.js pakcages 2024-09-18 16:30:56 +02:00
versions.json Rename 11111versions.json to versions.json 2025-01-29 22:23:51 +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.