User manual, API documentation, and main website.
Find a file
2025-06-03 16:48:17 +01:00
docs feat: improves text on www and adds sources 2025-05-24 15:07:06 +01:00
src feat: initial commit 2025-05-21 11:46:27 +01:00
static feat: social card 2025-05-26 11:11:52 +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 feat: adds link to forgejo in footer 2025-05-26 12:30:20 +01:00
flake.nix chore: update tar-fs pin due to vuln 2025-06-03 16:21:28 +01:00
package-lock.json feat: update to docusaurus 3.8.0 2025-06-03 16:48:17 +01:00
package.json feat: update to docusaurus 3.8.0 2025-06-03 16:48:17 +01:00
README.md feat: initial commit 2025-05-21 11:46:27 +01:00
sidebars.ts feat: more content 2025-05-23 20:12:19 +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.