Skip to main content

WRITE_TITLE_HERE

level 2 heading

create a category file in the same directory as this file, with the name category.json, and add the following content to it:

{
"label": "NAME_IN_SIDEBAR",
"position": 1
}

you can also automatically generate the category.json file as follows:

  1. create a new directory under docs, and and a new .mdx file in it. Either manually or by right clicking the folder and selecting front matter-> new article from template
  2. open this new file, and from the left menu, select front matter.
  3. scroll down to custmom actions and click the "create category" button. This will create a category.json file in the same directory as the .mdx file, with the correct content.