Skip to content
This site is deprecated. See the new version.

Internal

This section contains internal documentation for maintaining and contributing to the knowledge base.

  • About This Wiki - Comprehensive overview of how the wiki works, technical architecture, and content organization

Most common operations:

Terminal window
# Run all validators
npm run validate
# List pages needing improvement
node scripts/page-improver.mjs --list
# Rebuild data after editing entities.yaml
npm run build:data
# Start dev server
npm run dev

See Automation Tools for complete command reference.