dojo / dojo.io

Dojo - source for the dojo.io website
Other
17 stars 43 forks source link

Parse pragma to include and remove sections from READMEs in the docs #468

Closed agubler closed 6 years ago

agubler commented 6 years ago

Implements rudimentary parsing of two pragmas:

<!--READMEONLY-->
Section will render on the readme but not on the docs
<!--READMEONLY-->
<!--DOCSONLY--Section will render on dojo.io docs but not on the README--DOCSONLY-->

Resolves: https://github.com/dojo/dojo.io/issues/467