Onboarding, employee handbook, HR guides, IT help, company policies, and department runbooks. This documentation site is built with Mintlify.
docs.json— site configuration (theme, navigation, colors)index.mdx— landing pageonboarding/— first day, first week, and tooling guideshr-people/— benefits, compensation, performance, and time offit-security/— access requests, device policy, and security trainingpolicies/— code of conduct, expenses, remote work, and travelengineering/— architecture, deployment, dev setup, and incident responselogo/,images/,favicon.ico,style.css— branding and styling assetsAGENTS.md— instructions for AI agents working in this repo
Pages are MDX files with YAML frontmatter. Edit content in place and update navigation in docs.json.
Prerequisites: Node.js 18+ and the Mintlify CLI.
Install the CLI once:
npm i -g mintFrom the repo root:
mint devThe site is served at http://localhost:3000 with hot reload.
mint validate # checks docs.json and frontmatter
mint broken-links # checks internal linksFix any errors before opening a pull request.
- Create a branch from
main. - Make your changes — keep sentences concise, use active voice and second person, and use sentence case for headings.
- Run
mint validateandmint broken-links. - Open a pull request.
See AGENTS.md for the full style guide and conventions.
Merges to main trigger an automatic deploy to the production docs site.