📄️ 页面
在本节中,我们将学习如何在 Docusaurus 中创建页面。
🗃️ 文档
4 个项目
📄️ 博客
Deploy a full-featured blog in no time with Docusaurus.
🗃️ Markdown 特性
11 个项目
📄️ 样式和布局
A Docusaurus site is a pre-rendered single-page React application. You can style it the way you style React apps.
📄️ 搅拌
通过创建自己的主题组件来定制站点的外观
📄️ 静态的资产
Static assets are the non-code files that are directly copied to the build output. Learn about how they are handled and what the best practices of using static assets are.
📄️ 搜索
有几个选项,你可以使用添加搜索到您的网站:
📄️ 浏览器支持
How to keep a reasonable bundle size while ensuring sufficient browser support.
📄️ SEO
How to make your Docusaurus site maximally search-engine-friendly.
📄️ 使用插件
Docusaurus 核心并没有提供任何自己的特性。 All features are delegated to individual plugins: the docs feature provided by the docs plugin; the blog feature provided by the blog plugin; or individual pages provided by the pages plugin. If there are no plugins installed, the site won't contain any routes.
📄️ 部署
将Docusaurus应用部署到一系列静态站点托管服务上进行生产。
🗃️ 国际化
3 个项目
📄️ 接下来是什么?
恭喜你!现在你已经了解了 Docusaurus 的大部分核心特征。你有: