* Add Reo.dev tracking infrastructure for documentation - Add reo-tracking.js placeholder file for Reo.dev snippet - Update docs.json to include custom JS for tracking - Add REO_SETUP.md with detailed setup instructions - Configure key pages for high-intent tracking The infrastructure is ready but requires the actual Reo.dev tracking snippet from the dashboard to be added to docs/reo-tracking.js to enable tracking. Fixes #8671 Generated with Continue (https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev> Co-authored-by: Brian Douglas <brian@continue.dev> * feat: Add Reo.dev tracking script to documentation - Replace placeholder with actual Reo.dev tracking script - Update tracking script with Client ID: 7aa28ed11570734 - Remove REO_SETUP.md as tracking is now implemented - Script will load from https://static.reo.dev/7aa28ed11570734/reo.js Closes #8671 Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev> --------- Co-authored-by: continue[bot] <continue[bot]@users.noreply.github.com> Co-authored-by: Continue <noreply@continue.dev> Co-authored-by: Brian Douglas <brian@continue.dev> Co-authored-by: Brian 'bdougie' Douglas <brian@dinnerpeople.app>
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