๐๏ธ Pages
In this section, we will learn about creating pages in Docusaurus.
๐๏ธ Docs
4 items
๐๏ธ Blog
The blog feature enables you to deploy in no time a full-featured blog.
๐๏ธ Markdown Features
10 items
๐๏ธ Styling and Layout
A Docusaurus site is a pre-rendered single-page React application. You can style it the way you style React apps.
๐๏ธ Swizzling
Customize your site's appearance through creating your own theme components
๐๏ธ Static Assets
Every website needs assets: images, stylesheets, favicons, etc. By default, you are suggested to put these assets in the static folder.
๐๏ธ Search
There are a few options you can use to add search to your website:
๐๏ธ Browser support
Docusaurus allows sites to define the list of supported browsers through a browserslist configuration.
๐๏ธ SEO
Docusaurus supports search engine optimization in a variety of ways.
๐๏ธ Using Plugins
The Docusaurus core doesn't provide any feature of its own. All features are delegated to individual plugins: the docs feature provided by the docs plugin; the blog feature provided by the blog plugin; or individual pages provided by the pages plugin. If there are no plugins installed, the site won't contain any routes.
๐๏ธ Deployment
To build the static files of your website for production, run:
๐๏ธ Internationalization
3 items
๐๏ธ What's next?
Congratulations! You have understood most core features of Docusaurus now. You have: