You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: