Skip to content

๐Ÿ”’ 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 โ€‹

SectionWhat goes in it
CompanyCompany-specific docs: processes, environments, people, internal detail. Never promoted to public.
RunbooksStep-by-step guides to get unstuck: deploys, accesses, recurring tasks.
DecisionsWhy I chose X over Y โ€” so future me doesn't re-litigate.
NotesRough learning notes, drafts of future public articles.
InboxQuick capture. Drop it here now, file it later (or never).

The two rules โ€‹

  1. Company detail stays private, forever. Anything specific to the company (names, systems, URLs, processes as-they-are-there) carries confidential: true in its frontmatter and can never move to the public wiki. The public repo's CI enforces this.
  2. 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
---