Onboarding
Onboarding
Section titled “Onboarding”TeamWiki is a docs-as-code knowledge base. You do not need to edit site internals to add knowledge.
Add A Knowledge Entry
Section titled “Add A Knowledge Entry”- Pick a template from
templates/. - Copy it under
src/content/docs/knowledge/. - Fill in frontmatter and required sections.
- Run validation and index generation:
python3 scripts/teamwiki.py validatepython3 scripts/teamwiki.py generate- Open a pull request and use the knowledge review checklist.
Review Priorities
Section titled “Review Priorities”- Is the entry accurate relative to the source evidence?
- Would it help a teammate solve a similar problem faster?
- Are project, tool, tag, and problem-type metadata useful?
- Are private details and secrets removed?
- Can an AI answer cite the original source path?