* Support docusaurus admonitions in markdown docs
* Narrow down docs folders in vscod workspace
* Add mdast and remark-directive dependencies
* Add remark-directive to Markdown component plugins
* Add admonitions plugin to support docusaurus admonitions
* Add styles for admonitions in markdown files
* Add storybook component for Markdown and fix issues with code blocks
* Rename Markdown component styles files, improve code blocks style and lower heading font sizes
* Update admonitions tag to div
* Update DocumentationPanel to lazy load
* Add @types/unist to package.json
* Add docs/ to frontend workspace
* Migrate Markdown components to scss and cleanup when not found is rendered
* Add white-space: break-spaces rule to markdown code blocks