Skip to content

Internal

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


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.