๐ Private area โ
Everything under this section lives in the private repo (formacion-private) and is only visible here โ on the authenticated site and in local dev. The public wiki never includes it.
Sections โ
| Section | What goes in it |
|---|---|
| Company | Company-specific docs: processes, environments, people, internal detail. Never promoted to public. |
| Runbooks | Step-by-step guides to get unstuck: deploys, accesses, recurring tasks. |
| Decisions | Why I chose X over Y โ so future me doesn't re-litigate. |
| Notes | Rough learning notes, drafts of future public articles. |
| Inbox | Quick capture. Drop it here now, file it later (or never). |
The two rules โ
- Company detail stays private, forever. Anything specific to the company (names, systems, URLs, processes as-they-are-there) carries
confidential: truein its frontmatter and can never move to the public wiki. The public repo's CI enforces this. - What I learn can go public โ rewritten in my own words. When a note matures into generic, transferable knowledge, write it fresh as a public article. Promotion is a rewrite, not a move.
How to add a note โ
Create a .md file in the right folder โ that's it. The sidebar picks it up automatically from the first # heading. For company content, start the file with:
yaml
---
confidential: true
---