Generate
How To generate
- Use the Git repository containing your SFDX project, or create it easily using sfdx-hardis Monitoring, or simply calling BackUp command
- Call VsCode SFDX-Hardis command Documentation Generation > Generate Project Documentation (with history)
- Corresponding command line:
sf hardis:doc:project2markdown --with-history
- Corresponding command line:
Run Locally
- Run command Documentation Generation > Run local HTML Doc Pages (Note: you need Python on your computer)
- Corresponding command lines:
pip install mkdocs-material mdx_truly_sane_lists
, thenmkdocs serve -v
- Alternative 1:
python -m pip install mkdocs-material mdx_truly_sane_lists
, thenpython -m mkdocs serve -v
- Alternative 2:
py -m pip install mkdocs-material mdx_truly_sane_lists
, thenpy -m mkdocs serve -v
- Corresponding command lines:
- Open http://127.0.0.1:8000/ in your Web Browser