Publishing Workflow
This site is built from the content/ directory in the ARMOR Knowledge
repository. Nothing is published automatically.
Review gate
Content is copied from the private ARMOR vault into this site only by an explicit export step. The export tool copies only Markdown files whose frontmatter contains:
public: trueFiles that are marked public: false — or have no public field at all — are
never exported. The private vault itself is never read in full; only approved
top-level directories (Products, Solutions, Technology, Insights, Resources)
are ever scanned.
Process
- In the vault, add
public: trueto the frontmatter of any note intended for this site. - Run the export (see the repository’s
scripts/README.mdfor exact commands), reviewing the dry-run summary first. - Build and review the site locally.
- Commit and push. Deployment happens separately through Cloudflare Pages
(see
CLOUDFLARE_DEPLOY.md).
Important
A note is public only when its frontmatter says
public: trueand it has been exported. Either step alone is not enough.