docs: add Docusaurus v3.0 upgrade guide (#9417)

This commit is contained in:
Sébastien Lorber 2023-10-19 19:38:32 +02:00 committed by GitHub
parent 45f1a669b5
commit 4e150d2b82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 896 additions and 41 deletions

View file

@ -1,6 +1,6 @@
# Plugins
Plugins are the building blocks of features in a Docusaurus 2 site. Each plugin handles its own individual feature. Plugins may work and be distributed as part of a bundle via presets.
Plugins are the building blocks of features in a Docusaurus site. Each plugin handles its own individual feature. Plugins may work and be distributed as part of a bundle via presets.
## Creating plugins {#creating-plugins}