その後は?
おめでとうございます! Docusaurus の主要な機能のほとんどを理解しました。 あなたは以下のことを成し遂げました:
- Used the pages plugin to create a standalone React / Markdown page
- 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
- 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
- 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
At this point, you probably have a big docusaurus.config.js already😄 However, you haven't written much code yet! ほとんどの機能はカプセル化されたDocusaurus APIを呼び出すことによって実装されます。 この旅を続けると、3つの道があります。
- Docusaurus のより高度な概念を学びます。 これにより、APIが何を行っているのかをより深く理解できます。
- Read about all existing APIs. その多くは、ガイドでは扱わなかった API です!
- Learn to develop a plugin to extend the functionality of your site.