This website is built using Docusaurus 2, a modern static website generator.
$ npm ci
$ npm start
- Add new
.mdx
file in thedocs
directory.- Fill it with content.
- Remember to add description using frontmatter.
- Check Docusaurus documentation for additional components and MDX formatting / styling to make your content interesting.
- Add your filename in the
sidebars.js
file in a desired section.
$ npm build
This command generates static content into the build
directory and can be served using any static contents hosting service.
The master
branch is deployed automatically to Github Pages using Github Actions.