34 Commits

Author SHA1 Message Date
BekahHW
32c6aeb70f docs: Add changelog (#9193)
* Test changelog

* Remove redirect

* Clean up language

* Add note icon

* Add links

* Update YT link to include embed
2025-12-18 10:31:25 -08:00
BekahHW
754edc774a Merge in main 2025-11-20 10:58:07 -05:00
BekahHW
8598ee765a docs: mission control updates (#8708)
* 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
2025-11-14 15:26:19 -08:00
continue[bot]
db8bed0357 Consolidate duplicate documentation paths from /customization/ to /customize/
This consolidation addresses CON-4476 by eliminating confusing duplicate documentation paths.

## Changes Made

### Structure Consolidation
- Removed /docs/customization/ directory entirely
- Kept /docs/customize/ as the single canonical path (it contains comprehensive content including deep-dives, model-providers, and model-roles)
- Moved better overview content from /customization/overview.mdx to /customize/overview.mdx
- Added new top-level pages to /customize/: models.mdx, mcp-tools.mdx, rules.mdx, prompts.mdx, settings.mdx

### Navigation Updates
- Removed duplicate "Customization" tab from docs.json navigation
- Updated "Customize" tab to include the new top-level pages
- All customization content now appears in a single, well-organized tab

### Redirects
- Added redirects from all /customization/* paths to /customize/*
- Ensures backward compatibility for bookmarks and external links
- Updated existing redirects that pointed to /customization/overview

### Link Updates
- Updated 16+ internal documentation links from /customization/ to /customize/
- Updated image paths from /images/customization/ to /images/customize/
- Consolidated image directories (removed /docs/images/customization/)

## Reasoning for Content Decisions

### Why Keep /customize/ Over /customization/?
1. More concise - Shorter path is easier to type and remember
2. Complete structure - Already contained extensive subdirectories (deep-dives/, model-providers/, model-roles/)
3. Active development - Model provider docs and deep-dives are actively maintained here
4. Better organization - Clear hierarchy with specialized subdirectories

### Content Consolidation Strategy
- Overview page: Used /customization/overview.mdx as base (clearer introduction and practical examples)
- New pages: Brought over /customization/ files that provided good card-based overviews for models, rules, prompts, MCP, and settings
- Deep-dives: Kept existing comprehensive /customize/deep-dives/ content (no overlap with /customization/)
- Model providers: Kept existing /customize/model-providers/ (no equivalent in /customization/)
- Model roles: Kept existing /customize/model-roles/ (no equivalent in /customization/)

### Deleted Content Justification
All files from /docs/customization/ were either:
1. Duplicates with less comprehensive content than /customize/ equivalents
2. Moved to /customize/ to serve as helpful overview pages
3. No unique information lost - content was either redundant or merged

## Success Metrics Addressed
- Zero duplicate documentation paths
- All internal links functional (verified)
- Clear single source of truth for customization
- Backward compatibility via redirects

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: Username <nate@continue.dev>
2025-11-11 15:49:18 -05:00
Ty Dunn
d628682298 Merge pull request #8509 from continuedev/bekah/agent-docs
docs: Add comprehensive agent documentation
2025-11-04 08:01:23 -08:00
Ty Dunn
4742201b81 docs: README agents update (#8572)
* README agents update

* adding gifs

* Update README.md

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-03 18:33:07 -08:00
BekahHW
09a6d7390b Add hub infographic 2025-10-30 10:41:21 -04:00
BekahHW
75b1b42e76 Add using an agent from mission control gif 2025-10-29 15:19:59 -04:00
BekahHW
579070e4ee Add an agent 2025-10-29 13:44:44 -04:00
BekahHW
7ba560466c docs: blocks terminology update (#8311)
* Remove blocks from side nav and add redirect

* Remove block ref

* Fix grammar

* Add more info to config page

* Add create and remix components to hub intro and delete those files

* Add new component image

* Remove blocks ref

* Update link

* Simplify for clarity

* Add specificity

* Rename workflows to agents

* Remove blocks ref

* Remove blocks ref

* Remove broken links

* Remove block ref

* Fix link
2025-10-20 12:57:24 -07:00
BekahHW
32d7ba280f docs: features to ide extensions (#8219)
* Add autocomplete gif

* Add edit quickstart gif

* Add chat gif

* Add agent gif

* Fix broken image path

* Change Features to IDE Extensions

* Moved install and quickstart to ext and created redirects

* Move pages in docs.json

* Move examples from overview to extensions

* Remove the Overview and redirect to the index

* Fix Redirect

* Update docs/chat/how-to-use-it.mdx

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* Redirect model pages to customize

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-13 18:43:47 -04:00
BekahHW
cf96a27fd5 docs: add gifs to quick start (#8188)
* Add autocomplete gif

* Add edit quickstart gif

* Add chat gif

* Add agent gif

* Fix broken image path
2025-10-13 12:21:01 -04:00
Nate
cec78eb5b6 feat: workflows docs 2025-09-30 14:09:31 -07:00
Brian Douglas
8dd222f62d docs: update settings.mdx with current features and screenshots (#8013)
- Added indexing settings screenshot to Indexing tab
- Added autocomplete settings screenshots to Autocomplete tab
- Added note about autocomplete models needing to be configured in agents
- Fixed incorrect autocompleteDisableInFiles setting reference (corrected to tabAutocompleteOptions.disableInFiles)
- Added link to Understanding Agents guide for better context
- Updated experimental settings to reflect current available options
- Fixed broken 'tools' icon to 'wrench' in Tool Loading Failures section

Generated with [Continue](https://continue.dev)

Co-authored-by: Continue <noreply@continue.dev>
2025-09-29 07:41:52 -07:00
BekahHW
923074b703 Update remix image 2025-09-25 11:16:32 -04:00
BekahHW
a0fd7c0d31 Add new image for creating an agent 2025-09-25 11:12:36 -04:00
BekahHW
96abb6f252 Use higher quality gif 2025-09-23 13:55:55 -04:00
BekahHW
2ea027f812 Replace gif 2025-09-23 13:51:06 -04:00
Aditya Mitra
9c9f66068b docs: add ollama alternative to use system message tools (#7718)
* docs: add ollama alternative to use system message tools

* add image
2025-09-15 16:17:23 -07:00
BekahHW
87f932cd99 Add image that shows Mercury and Instinct 2025-09-04 13:59:08 -04:00
Nate
dab39adeb0 add instinct gif to docs 2025-09-04 08:59:33 -07:00
BekahHW
a1665660da feat: next edit docs (#7180)
* Add Next Edit to docs

* Add callout to edit page to mention next-edit

* Add Next Edit to model setup for edit

* Fix formatting

* Add image displaying models selection in VS Assistant

* Add image to show selecting model in autocomplete

* Add note about API keys

* Move info callout about next-edit to autocomplete

* Move Next-edit to autocomplete folder

* Move next-edit in sidebar

* Move image to autocomplete image folder

* Optimize model-setup and move next edit to autocomplete

* Remove line reference
2025-08-18 14:13:42 -07:00
Tomasz Stefaniak
8d651a6984 Merge pull request #6914 from continuedev/bdougie/con-2740-b
docs: adds an assistant overview guide
2025-08-04 09:05:23 -07:00
Ty Dunn
4fad1c3ccf update docs GIFs 2025-07-31 19:52:27 -07:00
Ty Dunn
db2ae9dc11 updating GIFs 2025-07-31 19:46:42 -07:00
Brian Douglas
1dbc9a4b9e Merge branch 'main' into bdougie/con-2740-b 2025-07-31 19:28:41 -07:00
Brian 'bdougie' Douglas
68afb8eb64 fix: adds a extension asssist overview 2025-07-31 16:51:06 -07:00
Nate
8a50ae362b cn docs 2025-07-29 16:04:39 -07:00
Brian Douglas
791423b559 docs: cmd + i to Edit update (#6660)
* docs: cmd + i update

* Update docs/features/edit/quick-start.mdx

Co-authored-by: Patrick Erichsen <patrick.a.erichsen@gmail.com>

---------

Co-authored-by: Patrick Erichsen <patrick.a.erichsen@gmail.com>
2025-07-21 14:37:15 -07:00
Dallin Romney
81671b295c Merge pull request #6657 from continuedev/bdougie/plan-mode-docs
docs: plan mode doumentation
2025-07-21 15:53:24 +02:00
Brian 'bdougie' Douglas
420b66861a smaller gif 2025-07-16 09:02:51 -07:00
Brian 'bdougie' Douglas
53a20f5bbd docs: plan mode doumentation 2025-07-16 08:23:12 -07:00
Brian 'bdougie' Douglas
252c60a76e docs: Update MCP documentation and add CLA
- Update MCP documentation in docs/reference/continue-mcp.mdx
- Simplify MCP deep dive documentation
- Add CLA.md file
- Update CLA workflow
- Remove continue-docs-mcp.yaml
- Add mintlify CLI selection tree image
- Update docs.json configuration

Co-Authored-By: Brian Douglas <bdougieyo@icloud.com>
2025-07-16 02:26:46 -07:00
Brian 'bdougie' Douglas
efe9d45a72 s/docs2/docs 2025-07-10 13:34:36 -07:00