Examples
Docusaurus Capabilities
Find the docs here: https://docusaurus.io/docs/docs-introduction
Visual Stuff
Tabs
- Apple
- Orange
- Banana
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
https://docusaurus.io/docs/markdown-features/tabs
Code
/src/components/HelloCodeTitle.js
function HelloCodeTitle(props) {
return <h1>Hello, {props.name}</h1>;
}
https://docusaurus.io/docs/markdown-features/code-blocks
Admonitions
note
Some content with Markdown syntax. Check this api.
tip
Some content with Markdown syntax. Check this api.
info
Some content with Markdown syntax. Check this api.
caution
Some content with Markdown syntax. Check this api.
danger
Some content with Markdown syntax. Check this api.
https://docusaurus.io/docs/markdown-features/admonitions
Headings and TOC
https://docusaurus.io/docs/markdown-features/toc