Docusaurus Testing
This file is meant to show what Docusaurus is capable of and how it looks in this projects styles
Sources:
Callouts / Admonitions
note
The content and title can include markdown.
You can specify an optional title
Heads up! Here's a pro-tip.
info
Useful information.
caution
Warning! You better pay attention!
danger
Danger danger, mayday!
Specify type and title
Your Title
The content and title can include markdown.
Badges
PrimarySecondarySuccessInfoWarningDangerTabs
- Tab 1
- Tab 2
Hello Tab 1, text first
Code in Tab 1
Code in Tab 2
Hello Tab 2, text last
Extra Code Block Styling
import something from "some";
class SomeClass {
public hello?: string
}
export SomeClass;
import something from "some";
class SomeClass {
public hello?: string
}
export SomeClass;
npm install somepackage