Skip to content

Commit

Permalink
docs: autogenerated page comment does not matching dirName in examples (
Browse files Browse the repository at this point in the history
  • Loading branch information
HumbleDeer committed Nov 23, 2022
1 parent d45083f commit 4b11c57
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 4b11c57

Please sign in to comment.