Different Ways to Create Docs
Using the VS Code Extension Editor
This a full rich text editor built into VS Code using the Dev-Docs VS Code extension. It is very similar to what you could expect from a notion type interface. It can be accessed at any time by right clicking any code file and selecting "Open Devdocs Markdown." This editor has built in benefits including AI helpers, out of the box styling options, and out the box component selections so you do not have to remember shorthand.
Using Dev-Docs Markdown
Dev-Docs has it's own custom markdown that gives you more flexability than the out-of-box markdown in docusaurus that allows you to style your markdown and use custom components without needing to use React.
Using Docusaurus Markdown
At its core Dev-Docs user-facing documentation framework is built around all the great functionality of Docusaurus. If you want to use out the box docusaurus features and markdown syntax you can do that.