高级教程
This section is not going to be very structured, but we will cover the following topics:
📄️ 体系架构
Docusaurus如何构建你的应用
📄️ 插件
插件是 Docusaurus 2 站点功能的构建模块。每个插件都有自己的特性。插件可以通过预设作为捆绑包的一部分工作和分发。
📄️ 路由
Docusaurus的路由系统遵循单页应用惯例:一条路由,一个组件。
📄️ 静态站点生成
Docusaurus静态地将你的React代码渲染成HTML,允许更快的加载速度和更好的SEO。
📄️ 客户端架构
Docusaurus客户端是如何构建的
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😉