๐๏ธ 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.