高级教程
¥Advanced Tutorials
本节不会非常结构化,但我们将涵盖以下主题:
¥This section is not going to be very structured, but we will cover the following topics:
📄️ 架构
Docusaurus 如何构建你的应用
📄️ 插件
plugins}
📄️ 路由
Docusaurus 的路由系统遵循单页应用约定:一条路由,一个组件。
📄️ 静态站点生成
Docusaurus 将你的 React 代码静态渲染为 HTML,从而实现更快的加载速度和更好的 SEO。
📄️ 客户端架构
Docusaurus 客户端的结构如何
我们假设你已经完成了指南,并且知道如何配置插件、如何编写 React 组件等基础知识。这些部分将考虑插件作者和代码贡献者,因此我们可能偶尔会参考 插件 API 或其他架构 细节。如果你不理解所有内容,请不要惊慌 😉
¥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😉