📄️ 页面
本章节中,您将学到如何在 Docusaurus 内创建页面。
🗃️ 文档
4 篇文章
📄️ 博客
博客功能使你可以即时部署一个功能丰富的博客。
🗃️ Markdown 特性
10 篇文章
📄️ 样式及布局
A Docusaurus site is a pre-rendered single-page React application. You can style it the way you style React apps.
📄️ Swizzling
Customize your site's appearance through creating your own theme components
📄️ 静态资源
Every website needs assets: images, stylesheets, favicons, etc. By default, you are suggested to put these assets in the static folder.
📄️ 搜索
There are a few options you can use to add search to your website:
📄️ 浏览器支持
Docusaurus 允许网站通过 browserslist 配置来定义支持的浏览器列表。
📄️ SEO
Docusaurus supports search engine optimization in a variety of ways.
📄️ Using Plugins
The Docusaurus core doesn't provide any feature of its own. 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.
📄️ 部署
要为生产环境构建您网站的静态文件,请运行:
🗃️ 国际化
3 篇文章
📄️ 何去何从?
恭喜! You have understood most core features of Docusaurus now. You have: