We can publish each of the chapters under content/ to the Dev Portal under a 'Help' section.
Rather than implementing this with a Drupal module, it might make sense to convert markdown to html (maybe using https://www.npmjs.com/package/marked ), before adding it to the portal. This way it could be reused in other places in future.
We can publish each of the chapters under content/ to the Dev Portal under a 'Help' section.
Rather than implementing this with a Drupal module, it might make sense to convert markdown to html (maybe using https://www.npmjs.com/package/marked ), before adding it to the portal. This way it could be reused in other places in future.