Welcome home!
Repository gathering documentation for Xenit open source projects.
Take a look at the Makefile and in docs/.
This website is built using Docusaurus 2, a modern static website generator.
yarn install
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.
The search function does not work when running the dev server, it requires running yarn build
(see below).
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service or locally by running yarn serve
.
This documentation is deployed automatically to https://xenitab.github.io when changes are merged to the main
branch.