Fixed Checkpointing docs for enabling checkpointing using settings.json (#1534)

This commit is contained in:
Arjun Lall
2025-06-25 11:51:38 -07:00
committed by GitHub
parent 3a369ddec3
commit 63a7fbc5fd

View File

@@ -38,12 +38,10 @@ Add the following key to your `settings.json`:
```json ```json
{ {
"features": {
"checkpointing": { "checkpointing": {
"enabled": true "enabled": true
} }
} }
}
``` ```
## Using the `/restore` Command ## Using the `/restore` Command