fix: index.md generation (#43763)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-10-07 09:21:55 -07:00
committed by GitHub
parent abc831f24f
commit d7abed9456

View File

@ -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}/`