mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
docs: autogenerated page comment does not matching dirName in examples (#8364)
This commit is contained in:
parent
d45083f93a
commit
4b11c57f7e
1 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
@ -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',
|
||||
{
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue