User manual, API documentation, and main website.
Find a file
2025-05-21 14:17:43 +01:00
docs fix: paths and such 2025-05-21 14:16:23 +01:00
src feat: initial commit 2025-05-21 11:46:27 +01:00
static feat: adds openapi documentation 2025-05-21 13:59:53 +01:00
.gitignore build: ignore generated docs for git 2025-05-21 14:16:49 +01:00
.gitlab-ci.yml feat: adds openapi documentation 2025-05-21 13:59:53 +01:00
docusaurus.config.ts fix: one more path 2025-05-21 14:17:43 +01:00
package-lock.json feat: adds openapi documentation 2025-05-21 13:59:53 +01:00
package.json feat: adds openapi documentation 2025-05-21 13:59:53 +01:00
README.md feat: initial commit 2025-05-21 11:46:27 +01:00
sidebars.ts fix: paths and such 2025-05-21 14:16:23 +01:00
tsconfig.json feat: initial commit 2025-05-21 11:46:27 +01:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens 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

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> 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.