-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Checkout this link, to see a code example
https://github.com/devonfw/architectures/blob/master/scripts/createSolutions.js
createTutorials is a script which will create an tutorials.json file with all the information about each tutorial written in the tutorial wikis, similar to
{"devonfw-ide":{
"headline":"Bootstrap your devonfw development environment",
"path":"tutorials/devonfw-ide",
"snippet":"= Bootstrap your devonfw development environment devonfw offers complete IDE solution integrated with a lot of integrated tooling and initial settings. It massively speeds up development, reduces risks and helps deliver better results. Prerequisites User should have a prior experience with Eclipse or any IDE. Learning goals After completing this scenario, you will have learned how to install devonfw development environment i.e., the devonfw IDE. More information....."
}}
On the page '/tutorials' there will be a list of tutorials. On click on one tutorial it should redirect the user to e.g. '/tutorials/devonfw-ide', where the 'devonfw-ide' index.ascii is displayed.