This repository contains the Polar team handbook built with Mintlify.
Tech notes are technical deep-dives, debugging stories, and engineering insights from the Polar team.
# Create a new tech note interactively
./tech-notes --new
This will guide you through:
- Setting the title and description
- Adding your name as author
- Optional tags for categorization
- Auto-generating the file with proper structure
# Check if listing needs updating (great for CI)
./tech-notes --check
# Regenerate the tech notes listing
./tech-notes --fix
# Show help
./tech-notes --help
This handbook is built with Mintlify. Individual tech notes don't appear in the navigation - they're organized on the main tech notes page with the latest post featured prominently.
To contribute a tech note, simply run ./tech-notes --new
and follow the prompts. The system will automatically handle formatting, dating, and listing updates.