Frequently Asked Questions (FAQ)
🔹 What is Docusaurus?​
Docusaurus is an open-source tool for building documentation websites quickly.
🔹 How do I add a new page in Docusaurus?​
Simply create a new .md
or .mdx
file inside src/pages/
. Docusaurus will automatically generate a new page.
🔹 Can I customize the theme?​
Yes! You can use the swizzle
command to override specific theme components.
npx docusaurus swizzle @docusaurus/theme-classic Navbar