Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/guides/docs/sidebar/autogenerated.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
// highlight-start
{
type: 'autogenerated',
dirName: 'tutorials/advanced', // Generate sidebar slice from docs/tutorials/hard
dirName: 'tutorials/advanced', // Generate sidebar slice from docs/tutorials/advanced
},
// highlight-end
'tutorial-end',
Expand Down Expand Up @@ -123,7 +123,7 @@ module.exports = {
// highlight-end
'tutorial-medium',
// highlight-start
// Two files and a folder in docs/tutorials/hard
// Two files and a folder in docs/tutorials/advanced
'advanced1',
'advanced2',
{
Expand Down Expand Up @@ -395,7 +395,7 @@ docs
│ ├── 01-First Part.md
│ ├── 02-Second Part.md
│ └── 03-End.md
├── 03-Tutorial Hard
├── 03-Tutorial Advanced
│ ├── 01-First Part.md
│ ├── 02-Second Part.md
│ ├── 03-Third Part.md
Expand Down