Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .devcontainer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
- Updated prerequisites and installation docs to support all DevContainer clients (VS Code, CLI, JetBrains Gateway, DevPod, Codespaces)
- Added tabbed client-specific instructions on the installation page
- Added dedicated port forwarding reference page covering VS Code auto-detect, devcontainer-bridge, and SSH tunneling
- **Ported `.devcontainer/docs/` to docs site** — migrated content from 5 legacy reference docs into the Starlight documentation site:
- New **Keybindings** page (Customization) — VS Code/Claude Code shortcut conflicts and resolution options
- New **Troubleshooting** page (Reference) — 12+ problem/solution entries for build, auth, plugins, and performance issues
- New **Optional Features** page (Customization) — mcp-qdrant vector memory setup guide
- Merged setup variables (`.env` flags) into the Environment Variables reference
- Merged `.secrets` file authentication docs into the Configuration page
- Removed `.devcontainer/docs/` directory — all content now lives in the docs site

### Fixed

Expand Down
96 changes: 0 additions & 96 deletions .devcontainer/docs/configuration-reference.md

This file was deleted.

100 changes: 0 additions & 100 deletions .devcontainer/docs/keybindings.md

This file was deleted.

176 changes: 0 additions & 176 deletions .devcontainer/docs/plugins.md

This file was deleted.

Loading