PM Operations Docs
Operating knowledge base for Wonoak (CA) and NYLA (TX) — Phase 3: Process & Decision Frameworks.
Principle
Build each document once to span both entities, varying only where CA/TX law or property type genuinely requires it.
How this site is organized
Documentation is grouped into 12 categories (see the sidebar). Each document is markdown, authored in this repo.
Conventions
- Drafts: set
draft: truein a doc's frontmatter to exclude it from the production build (it still shows in local dev). This mirrors the prior "publish" workflow. - Word export: run
npm run docxto generate a.docxof the published docs via pandoc (seescripts/export-docx.sh).