Summary
The current docs still have a few helpful gaps that are not tracked by an issue:
- document Gemini CLI vi mode shortcuts in the keyboard shortcut reference
- add a small MCP SQLite quick start example to the README
- clarify that
BUILD_SANDBOX custom Dockerfile builds are only available when running Gemini CLI from source, and that npm installs need a prebuilt image
Motivation
A previous PR bundled these updates together with unrelated code fixes and also referenced docs issues that were already assigned or closed elsewhere. This issue tracks only the remaining docs work that still appears useful on its own.
Proposed docs updates
README.md: add a concise MCP quick start example using the SQLite server
docs/reference/keyboard-shortcuts.md: add a vi mode shortcuts section
docs/cli/sandbox.md and docs/reference/configuration.md: clarify the BUILD_SANDBOX source-vs-npm limitation
Summary
The current docs still have a few helpful gaps that are not tracked by an issue:
BUILD_SANDBOXcustom Dockerfile builds are only available when running Gemini CLI from source, and that npm installs need a prebuilt imageMotivation
A previous PR bundled these updates together with unrelated code fixes and also referenced docs issues that were already assigned or closed elsewhere. This issue tracks only the remaining docs work that still appears useful on its own.
Proposed docs updates
README.md: add a concise MCP quick start example using the SQLite serverdocs/reference/keyboard-shortcuts.md: add a vi mode shortcuts sectiondocs/cli/sandbox.mdanddocs/reference/configuration.md: clarify theBUILD_SANDBOXsource-vs-npm limitation