Adding new docs
Add new documents to your documentation site and blog.
For documentation
- Create a new
.mdxfile in theapps/content/docs/[language]folder with the content of your document. - Add the document to the site's navigation menu.
To do this, add a new item to the
src/config/docs.tsfile in thesidebarNavproperty with the desired information, just follow the pattern of the existing items. By doing this, the document will also be added to the search command palette.
For the Blog
Just create a new .mdx file in the apps/content/blog/[language] folder with the content of your post.