下一步是什么?
¥What's next?
恭喜!你现在已经了解了 Docusaurus 的大部分核心功能。你有:
¥Congratulations! You have understood most core features of Docusaurus now. You have:
-
使用页面插件 创建独立的 React / Markdown 页面
¥Used the pages plugin to create a standalone React / Markdown page
-
使用了文档插件 创建文档页面。这包括 配置侧边栏,甚至 versioning
¥Used the docs plugin to create documentation pages. This includes configuring the sidebar, and even versioning
-
使用博客插件 创建一个功能齐全的博客
¥Used the blog plugin to create a fully featured blog
-
尝试过 一系列 Markdown 功能,它对所有内容插件都很有用
¥Tried your hands on a range of Markdown features, which are useful for all content plugins
-
¥Used stylesheets or swizzling to customize your site's appearance
-
你页面中的 包含图片和其他资源
¥Included images and other assets in your pages
-
添加了搜索 到你的网站
¥Added search to your site
-
了解如何通过标准 Docusaurus API 完成 浏览器支持 和 SEO
¥Understood how browser support and SEO are done through standard Docusaurus APIs
-
了解了 单独的插件 的安装和配置方式
¥Learned about how individual plugins are installed and configured
-
将你的网站 已部署 为内容托管服务商
¥Deployed your site to a content host
-
国际化 你的网站包含多种语言
¥Internationalized your site to include multiple languages
此时,你可能已经有了一个大 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.