Skip to content

Generate Salesforce Project Documentation

How to generate

Here is a click-by-click tutorial to generate your documentation locally (once you are convinced, the best option is to let sfdx-hardis Monitoring generate it for you):

Run Locally

  • Run command Documentation Generation > Run local HTML Doc Pages (Note: you need Python on your computer)
    • Corresponding command lines: pip install zensical mdx_truly_sane_lists, then zensical serve
    • Alternative 1: python -m pip install zensical mdx_truly_sane_lists, then python -m zensical serve
    • Alternative 2: py -m pip install zensical mdx_truly_sane_lists, then py -m zensical serve

Comments