npm installBefore you can build or run the docs you need to populate the content directories.
node scripts/prepare-docs [--docs-branch=<branch>] [--skip-docs] [--skip-apis] [--skip-manuals]This will pull down all repositories and do some massaging to make them fit into docusaurus.
npm startYou can watch your local docs repository to work directly against the docs UI when you write Vaulta documentation:
node scripts/pull-docs-locally.js <path-to-docs-repo>npm run build- For APIs (leap) you need to change the version in
scripts/prepare-apis.js. - For software manuals, you need to change the version in
scripts/prepare-manuals.js. - For docs, you specify the version as an option to the
prepare-docsscript (see above).
Everything else is automated, so you don't need to worry about it.