Advanced Tutorials
This section is not going to be very structured, but we will cover the following topics:
📄️ 아키텍쳐
도큐사우루스가 어떻게 당신의 앱을 만든는지 알아봅시다
📄️ 플러그인
플러그인은 도큐사우루스 2 사이트 내에서 기능을 담당하는 구성 요소입니다. 각 플러그인은 개별적인 기능을 가지고 있습니다. Plugins may work and be distributed as part of a bundle via presets.
📄️ 라우팅
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
테마 별칭
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😉