Skip to main content
Version: 3.6.1

下一步是什么?

¥What's next?

恭喜!你现在已经了解了 Docusaurus 的大部分核心功能。你有:

¥Congratulations! You have understood most core features of Docusaurus now. You have:

此时,你可能已经有了一个大 docusaurus.config.js 了😄 但是,你还没有写太多代码!大部分功能都是通过调用封装的 Docusaurus API 来实现的。当你继续你的旅程时,你可以选择三种路径:

¥At this point, you probably have a big docusaurus.config.js already😄 However, you haven't written much code yet! Most of the features are implemented through calling encapsulated Docusaurus APIs. As you continue your journey, you can take three paths:

  • 了解更多高级 Docusaurus 概念。这将帮助你更深入地了解 API 的用途。

    ¥Learn more advanced Docusaurus concepts. This will help you gain a deeper understand of what the APIs do.

  • 阅读有关 所有现有的 API 的内容。其中许多内容尚未在指南中涵盖!

    ¥Read about all existing APIs. Many of them have not been covered in the Guides!

  • 了解 开发一个插件 来扩展你网站的功能。

    ¥Learn to develop a plugin to extend the functionality of your site.