chore: rename 2.4.2 docs/changelog to 2.4.3 after bad publish (#9327)

This commit is contained in:
Sébastien Lorber 2023-09-20 17:57:16 +02:00 committed by GitHub
parent 68e4ceaaaa
commit bca980aeef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
95 changed files with 6 additions and 1 deletions

View file

@ -1,11 +0,0 @@
# Advanced Tutorials
This section is not going to be very structured, but we will cover the following topics:
```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```
We will assume that you have finished the guides, and know the basics like how to configure plugins, how to write React components, etc. These sections will have plugin authors and code contributors in mind, so we may occasionally refer to [plugin APIs](../api/plugin-methods/README.mdx) or other architecture details. Don't panic if you don't understand everything😉