docusaurus/website/versioned_docs/version-2.0.0-beta.21/guides/whats-next.md
Sébastien Lorber 613d938cfc
chore: prepare v2.0.0-beta.21 release (#7513)
* add beta 21 version

* v2.0.0-beta.21

* typo
2022-05-27 18:29:11 +02:00

1.7 KiB

What's next?

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

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:

  • Learn more advanced Docusaurus concepts. This will help you gain a deeper understand of what the APIs do.
  • 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.