Closed maxence-wz closed 8 months ago
To update the pages associated with the keywords of the DSLs:
$ for dsl in $(mfront --list-dsl | awk '{print $2}'|grep -v Parser|grep -v DSL); do mfront --help-keywords=$dsl &> $dsl-keywords.md; done
To update the menu in mfront-template.html
:
$ for dsl in $(mfront --list-dsl | awk '{print $2}'|grep -v Parser|grep -v DSL); do echo "<li><a href=\"$dsl-keywords.html\">$dsl</a></li>"; done
https://thelfer.github.io/tfel/web/MaterialLaw-keywords.html