mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
Docs: Fix broken checkpointing links in docs/cli/configuration.md (#11508)
This commit is contained in:
@@ -263,7 +263,7 @@ contain other project-specific files related to Gemini CLI's operation, such as:
|
|||||||
- **`checkpointing`** (object):
|
- **`checkpointing`** (object):
|
||||||
- **Description:** Configures the checkpointing feature, which allows you to
|
- **Description:** Configures the checkpointing feature, which allows you to
|
||||||
save and restore conversation and file states. See the
|
save and restore conversation and file states. See the
|
||||||
[Checkpointing documentation](../checkpointing.md) for more details.
|
[Checkpointing documentation](./checkpointing.md) for more details.
|
||||||
- **Default:** `{"enabled": false}`
|
- **Default:** `{"enabled": false}`
|
||||||
- **Properties:**
|
- **Properties:**
|
||||||
- **`enabled`** (boolean): When `true`, the `/restore` command is available.
|
- **`enabled`** (boolean): When `true`, the `/restore` command is available.
|
||||||
@@ -575,7 +575,7 @@ for that specific session.
|
|||||||
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md)
|
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md)
|
||||||
for more information.
|
for more information.
|
||||||
- **`--checkpointing`**:
|
- **`--checkpointing`**:
|
||||||
- Enables [checkpointing](../checkpointing.md).
|
- Enables [checkpointing](./checkpointing.md).
|
||||||
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
|
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
|
||||||
- Specifies a list of extensions to use for the session. If not provided, all
|
- Specifies a list of extensions to use for the session. If not provided, all
|
||||||
available extensions are used.
|
available extensions are used.
|
||||||
|
|||||||
Reference in New Issue
Block a user