chore: update examples with docusaurus 3.6 (#10642)

This commit is contained in:
Sébastien Lorber 2024-11-04 12:31:10 +01:00 committed by GitHub
parent ed2cdf391f
commit 5a883b4008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 3198 additions and 2968 deletions

View file

@ -1,3 +1,7 @@
// @ts-check
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
@ -7,11 +11,9 @@
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
@type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
*/
// @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: '.'}],