mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +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
|
// highlight-start
|
||||||
{
|
{
|
||||||
type: 'autogenerated',
|
type: 'autogenerated',
|
||||||
dirName: 'tutorials/advanced', // Generate sidebar slice from docs/tutorials/hard
|
dirName: 'tutorials/advanced', // Generate sidebar slice from docs/tutorials/advanced
|
||||||
},
|
},
|
||||||
// highlight-end
|
// highlight-end
|
||||||
'tutorial-end',
|
'tutorial-end',
|
||||||
|
@ -123,7 +123,7 @@ module.exports = {
|
||||||
// highlight-end
|
// highlight-end
|
||||||
'tutorial-medium',
|
'tutorial-medium',
|
||||||
// highlight-start
|
// highlight-start
|
||||||
// Two files and a folder in docs/tutorials/hard
|
// Two files and a folder in docs/tutorials/advanced
|
||||||
'advanced1',
|
'advanced1',
|
||||||
'advanced2',
|
'advanced2',
|
||||||
{
|
{
|
||||||
|
@ -395,7 +395,7 @@ docs
|
||||||
│ ├── 01-First Part.md
|
│ ├── 01-First Part.md
|
||||||
│ ├── 02-Second Part.md
|
│ ├── 02-Second Part.md
|
||||||
│ └── 03-End.md
|
│ └── 03-End.md
|
||||||
├── 03-Tutorial Hard
|
├── 03-Tutorial Advanced
|
||||||
│ ├── 01-First Part.md
|
│ ├── 01-First Part.md
|
||||||
│ ├── 02-Second Part.md
|
│ ├── 02-Second Part.md
|
||||||
│ ├── 03-Third Part.md
|
│ ├── 03-Third Part.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue