Skip to main content

Wiki creation

Creating files

Put your markdown file into docs/ and it will automatically appear on the website

Optional: Create category

If you want to create category - create folder and add _category_.json file, with content:

{
"label": "Your header here",
"link": {
"type": "generated-index",
"description": "Your description here"
}
}