Commit Graph

4 Commits

Author SHA1 Message Date
Marius 51aaddf14e docs(kilo-docs): document settings updates (#9859) 2026-05-04 14:10:05 -03:00
Josh Lambert 1cf072d1d9 docs(kilo-docs): fix tab order, split combined tabs, address review comments
- Reorder all tabs to VSCode → CLI → VSCode (Legacy) across 7 files
- Split 'VSCode & CLI' combined tabs into separate VSCode and CLI tabs
  in browser-use.md and checkpoints.md
- autocomplete/index.md: add Cmd+L caveat (requires setting to enable),
  remove 'new extension' wording
- cli.md: fix opencode.json → kilo.jsonc, platform: next → new,
  fix using-modes → using-agents link
- vscode.md: fix kilo.json → kilo.jsonc, using-modes → using-agents link
- git-commit-generation.md: fix kilo.json → kilo.jsonc
2026-03-27 00:37:17 -04:00
Josh Lambert 064a1f0fc6 docs(kilo-docs): add platform tabs to code-with-ai features pages
Add VSCode (Pre-release) and CLI tabs to 7 features pages:

- autocomplete/index.md: FIM with Codestral, snooze, Copilot detection
- code-actions.md: Pre-release actions, terminal context menu, AM integration
- git-commit-generation.md: SCM button via CLI backend
- browser-use.md: Playwright MCP approach, browser settings per platform
- checkpoints.md: Snapshot config, CLI revert/unrevert, per-file revert
- platforms/vscode.md: Feature comparison between VSCode and Pre-release
- platforms/cli.md: Fix stale MCP link, add platform:next frontmatter

Part of the docs platform tabs effort (PR 4 of 8).
Depends on #7497 for infrastructure.
2026-03-24 09:48:33 -04:00
Jean du Plessis 8009ffe801 fix: replace stale docusaurus files with current next.js/markdoc docs
git filter-repo incorrectly resolved a merge commit where the docs app
was migrated from Docusaurus to Next.js + Markdoc, resulting in the old
Docusaurus files at HEAD. This commit overlays the correct current files
from the source repo (kilo-org/kilocode main branch).

Package renamed from kilocode-docs to @kilocode/kilo-docs.
2026-02-18 20:16:07 +02:00