openpanel/documentation
2024-02-29 14:15:03 +01:00
..
blog blog 2024-02-29 13:17:29 +01:00
docs Update 000_intro.md 2024-02-29 12:37:16 +01:00
plugins proba 2024-02-25 10:54:40 +01:00
src Create nextcloud.tsx 2024-02-29 14:15:03 +01:00
static Merge pull request #2 from stefanpejcic/imgbot 2024-02-28 17:50:58 +01:00
versioned_docs/version-3.xx.xx
versioned_sidebars
.gitignore
11111versions.json
babel.config.js
docusaurus.config.js
example-redirects.json
package-lock.json
package.json
README.md
redirects.json
refine-new.md
sidebars.js Update sidebars.js 2024-02-29 12:31:15 +01:00
tailwind.config.js
tsconfig.json
tutorial-units.js
vercel.json Rename 11111vercel.json to vercel.json 2024-02-29 12:21:20 +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.