continue/docs
Brian Douglas c8639acec5
docs: Fix broken @docs page images and info block (#6879)
* fix: images 404s

* fix: uncomment chromium mention
2025-07-29 18:58:05 -07:00
..
autocomplete s/docs2/docs 2025-07-10 13:34:36 -07:00
chat s/docs2/docs 2025-07-10 13:34:36 -07:00
customization docs: remove unnecessary anchor tags 2025-07-14 11:04:42 -07:00
customize docs: Fix broken @docs page images and info block (#6879) 2025-07-29 18:58:05 -07:00
features Merge pull request #6837 from continuedev/qwen-3-coder 2025-07-28 23:58:32 -07:00
getting-started docs: cmd + i to Edit update (#6660) 2025-07-21 14:37:15 -07:00
guides Fix misformatted yaml code (#6733) 2025-07-21 10:41:14 -07:00
hub docs: fix broken Docs deep dive link (#6877) 2025-07-29 17:56:39 -07:00
images docs: cmd + i to Edit update (#6660) 2025-07-21 14:37:15 -07:00
logo s/docs2/docs 2025-07-10 13:34:36 -07:00
reference docs: update continue-mcp.mdx to mention new mcp server (#6741) 2025-07-22 15:37:57 -07:00
.prettierignore s/docs2/docs 2025-07-10 13:34:36 -07:00
README.md s/docs2/docs 2025-07-10 13:34:36 -07:00
docs.json fix: adds redirect 2025-07-28 17:52:55 -07:00
favicon.png s/docs2/docs 2025-07-10 13:34:36 -07:00
home.mdx s/docs2/docs 2025-07-10 13:34:36 -07:00
index.mdx s/docs2/docs 2025-07-10 13:34:36 -07:00
migrate-i18n.md s/docs2/docs 2025-07-10 13:34:36 -07:00
package-lock.json s/docs2/docs 2025-07-10 13:34:36 -07:00
package.json s/docs2/docs 2025-07-10 13:34:36 -07:00
reference.mdx docs: add correct title to yaml codeblocks in reference (#6851) 2025-07-29 09:09:39 -07:00
replace-custom-plugins.md s/docs2/docs 2025-07-10 13:34:36 -07:00
telemetry.mdx s/docs2/docs 2025-07-10 13:34:36 -07:00
troubleshooting.mdx Fix misformatted yaml code (#6733) 2025-07-21 10:41:14 -07:00

README.md

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 update to 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