/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/docs/advanced/index.mdx
11 строк
568 B
Sébastien Lorber
docs(website): use .mdx extension for every docs (#8490)
30 дек 2022, 17:08
Не верифицирован
30 дек 2022, 17:08
120b99b
Код
Авторство
О чём код?
# 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😉