Skip to main content

Examples

Docusaurus Capabilities

Find the docs here: https://docusaurus.io/docs/docs-introduction

Visual Stuff

Tabs

This is an apple 🍎

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

Mermaid