Generates Docs from Manifest file
Peter: I used node.js 16 through nvm and the yarn package manager. But npm works as well.
-
Run
nvm use lts/gallium. -
Run
yarm installornpm install. -
Ensure you know the location of the
manifestfolder.For example:
../microservice-pingone-sso/manifest -
Run
node install.js <name of manifest folder/file>For example:
node install.js ../microservice-pingone-sso/manifestNote: If the folder does not contain an
index.jsfile, then specify the name of the manifest file. For example:../template-simple-connector/manifests/manifest.js