File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 167
167
path : /docs/reference/admin/node/admin.projectManagement.AndroidAppMetadata
168
168
- title : " AppMetadata"
169
169
path : /docs/reference/admin/node/admin.projectManagement.AppMetadata
170
+ - title : " AppPlatform"
171
+ path : /docs/reference/admin/node/admin.projectManagement.AppPlatform
170
172
- title : " IosApp"
171
173
path : /docs/reference/admin/node/admin.projectManagement.IosApp
172
174
- title : " IosAppMetadata"
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ function fixLinks(file) {
96
96
return fs . readFile ( file , 'utf8' ) . then ( data => {
97
97
const flattenedLinks = data
98
98
. replace ( / \. \. \/ / g, '' )
99
- . replace ( / ( m o d u l e s | i n t e r f a c e s | c l a s s e s ) \/ / g, '' ) ;
99
+ . replace ( / ( m o d u l e s | i n t e r f a c e s | c l a s s e s | e n u m s ) \/ / g, '' ) ;
100
100
let caseFixedLinks = flattenedLinks ;
101
101
for ( const lower in lowerToUpperLookup ) {
102
102
const re = new RegExp ( lower , 'g' ) ;
@@ -347,7 +347,8 @@ Promise.all([
347
347
return Promise . all ( [
348
348
// moveFilesToRoot('classes'),
349
349
moveFilesToRoot ( 'modules' ) ,
350
- moveFilesToRoot ( 'interfaces' )
350
+ moveFilesToRoot ( 'interfaces' ) ,
351
+ moveFilesToRoot ( 'enums' ) ,
351
352
] ) ;
352
353
} )
353
354
// Check for files listed in TOC that are missing and warn if so.
You can’t perform that action at this time.
0 commit comments