docusaurus/website/versioned_docs/version-2.0.0-beta.19/guides/whats-next.md
Alexey Pyltsyn 6fa51890f0
chore: prepare v2.0.0-beta.19 release (#7325)
* chore: prepare v2.0.0-beta.19 release

* v2.0.0-beta.19
2022-05-04 18:38:45 +03: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.