File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ async function setProjectYamlPath(api) {
293
293
const projectFilePath = PROJECT_FILE_PATH [ api ] ;
294
294
console . log ( 'replacing' , projectFilePath ) ;
295
295
const replacedText = defaultTemplateText . replace (
296
- / ( < m e t a n a m e = " p r o j e c t _ p a t h " v a l u e = " ) [ a - z \/ _ \. ] + ( " \/ > ) / ,
296
+ / ( < m e t a n a m e = " p r o j e c t _ p a t h " v a l u e = " ) [ a - z A - Z 0 - 9 \/ _ \. ] + ( " \/ > ) / ,
297
297
`$1${ projectFilePath } $2`
298
298
) ;
299
299
await fs . writeFile ( defaultTemplatePath , replacedText ) ;
Original file line number Diff line number Diff line change 4
4
<meta charset =" utf-8" >
5
5
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
6
6
<meta name =" hide_page_heading" value =" true" />
7
- <meta name =" project_path" value =" /docs/reference/js/v8 /_project.yaml" />
7
+ <meta name =" project_path" value =" /docs/reference/node /_project.yaml" />
8
8
<meta name =" book_path" value =" /docs/reference/_book.yaml" />
9
9
<meta name =" translation" value =" disabled" />
10
10
<meta name =" page_type" value =" reference" />
You can’t perform that action at this time.
0 commit comments