fix: index.md generation (#43763)
This commit is contained in:
committed by
GitHub
parent
abc831f24f
commit
d7abed9456
@ -171,9 +171,11 @@ block: ${block}
|
|||||||
superBlock: Responsive Web Design
|
superBlock: Responsive Web Design
|
||||||
isBeta: true
|
isBeta: true
|
||||||
---
|
---
|
||||||
|
|
||||||
## Introduction to the ${title}
|
## Introduction to the ${title}
|
||||||
|
|
||||||
This is a test for the new project-based curriculum.`;
|
This is a test for the new project-based curriculum.
|
||||||
|
`;
|
||||||
const dirPath = path.resolve(
|
const dirPath = path.resolve(
|
||||||
__dirname,
|
__dirname,
|
||||||
`../../client/src/pages/learn/${superBlock}/${block}/`
|
`../../client/src/pages/learn/${superBlock}/${block}/`
|
||||||
|
Reference in New Issue
Block a user