Fix build script to properly add mobile apps
This commit is contained in:
parent
0f7d5eb867
commit
56bf409793
|
@ -17,7 +17,7 @@ const BUILD_SECTION = {
|
|||
webBasedProducts: () => generateCategorySection('Web-based products', readYaml()['web based products']),
|
||||
operatingSystems: () => generateCategorySection('Operating systems', readYaml()['operating systems']),
|
||||
desktopApps: () => generateCategorySection('Desktop apps', readYaml()['desktop applications']),
|
||||
mobileApps: () => generateCategorySection('Mobile apps', readYaml()['desktop applications']),
|
||||
mobileApps: () => generateCategorySection('Mobile apps', readYaml()['mobile applications']),
|
||||
hardware: () => generateCategorySection('Hardware', readYaml()['hardware']),
|
||||
useful: () => '# Useful links, tools, and advice',
|
||||
resources: () => readFile('md/_resources.md'),
|
||||
|
|
Loading…
Reference in New Issue