This site is powered by Docusarus v2.
All docs are stored as Markdown files under /docs/. To add a document to an existing category, simply create a new markdown file in the category folder.
Then include the following text at the very top of the file (including the ---es).
---
sidebar_position: TOTAL_COUNT_OF_CATEGORY_PAGES + 1
---To add a new category, create a new folder for your category, and create a _category_.json file inside this folder.
Then include the following text at the very top of the file (including the ---es).
{
  "label": "CATEGORY TITLE",
  "position": CATEGORY_SIDEBAR_POSITION,
  "collapsible": false,
  "collapsed": false,
  "link": {
    "type": "generated-index",
    "description": "OPTIONAL_CATEGORY_DESCRIPTION"
  }
}