Advanced Tutorials
This section is not going to be very structured, but we will cover the following topics:
📄️ Arquitetura
Como o Docusaurus realiza o build seu aplicativo
📄️ Plugins
Plugins are the building blocks of features in a Docusaurus site. Cada plugin lida com seu próprio recurso. Plugins may work and be distributed as part of a bundle via presets.
📄️ Roteamento
Docusaurus' routing system follows single-page application conventions: one route, one component.
📄️ Static site generation
Docusaurus statically renders your React code into HTML, allowing faster load speed and better SEO.
📄️ Client architecture
How the Docusaurus client is structured
We will assume that you have finished the guides, and know the basics like how to configure plugins, how to write React components, etc. These sections will have plugin authors and code contributors in mind, so we may occasionally refer to plugin APIs or other architecture details. Don't panic if you don't understand everything😉