chore: regenerate beta.7 examples (#5720)

This commit is contained in:
Alexey Pyltsyn 2021-10-16 09:25:24 +03:00 committed by GitHub
parent f9fd8efbf4
commit 7ae3ea2c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 2380 additions and 2254 deletions

View file

@ -9,7 +9,10 @@
Create as many sidebars as you want.
*/
module.exports = {
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
@ -24,3 +27,5 @@ module.exports = {
],
*/
};
module.exports = sidebars;