📄️ Styling and LayoutA Docusaurus site is a pre-rendered single-page React application. You can style it the way you style React apps.
📄️ Static AssetsEvery website needs assets: images, stylesheets, favicons, etc. By default, you are suggested to put these assets in the static folder.
📄️ Browser supportDocusaurus allows sites to define the list of supported browsers through a browserslist configuration.
📄️ Using PluginsThe 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.