* Close by default * Update docs index page to reflect updated focus * Rename hub to mission control * Replace Hub with mission control * Draft for github agent * Add draft of sentry agent * Add to docs.json * Reorganize MC * Update Mission Control Overview * Add Tasks * Merge cards into workflows * Add workflows * Fix docs.json * Change automations to workflows * Change automations to workflows * Replace automation with workflow * Fix formatting and cta * Remove source-control from nav * Remove blocks references * Update Sharing page to direct users to profile * Move sharing up so it doesn't look awkward * Add integrations index * Change Mission Control overview to index page * Remove some info from integration * Simplify sentry integration page * Fix broken links * Fix links and terminology * Add a section on agent monitoring * Fix broken links * Fix broken links * Remove hub references * Fix broken redirect * Make plural * Fix link * Add the * Replace hub * Update MC link * Fix links and messaging * Appeasing the mintlify formatting gods * Run npm i * Npm i in binary file
Mintlify Starter Kit
Click on Use this template to copy the Mintlify starter kit. The starter kit contains examples including
- Guide pages
- Navigation
- Customizations
- API Reference pages
- Use of popular components
Development
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mint
Run the following command at the root of your documentation (where docs.json is)
mint dev
Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
Troubleshooting
- If the dev environment isn't running - Run
mint updateto ensure you have the most recent version of the CLI. - Page loads as a 404 - Make sure you are running in a folder with
docs.json