Skip to content

Commit 63a9437

Browse files
committed
Remove deprecated config option from docs
1 parent 305e500 commit 63a9437

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/homepage/content/docs/3-configuration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ Some configuration files can be configured using a UI. This UI will generate a c
2020

2121
A sandbox can be configured too, you can do this with `sandbox.config.json`. We support these options:
2222

23-
| Option | Description | Possible Values | Default Value |
24-
| ------------------------ | ------------------------------------------------------------------------------------------------- | --------------------------- | ------------- |
25-
| `infiniteLoopProtection` | Whether we should throw an error if we detect an infinite loop | `true`/`false` | `true` |
26-
| `hardReloadOnChange` | Whether we should refresh the sandbox page on every change, good for sandboxes with global state. | `true`/`false` | `false` |
27-
| `view` | Which view to show by default as the preview when opening the sandbox. | `browser`/`console`/`tests` | `browser` |
23+
| Option | Description | Possible Values | Default Value |
24+
| ------------------------ | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- |
25+
| `infiniteLoopProtection` | Whether we should throw an error if we detect an infinite loop | `true`/`false` | `true` |
26+
| `hardReloadOnChange` | Whether we should refresh the sandbox page on every change, good for sandboxes with global state. | `true`/`false` | `false` |
2827
| `template` | Which sandbox template to use | [see here](https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/types/index.d.ts#L24-L39) | smart detection, w/ fallback to `create-react-app` |

0 commit comments

Comments
 (0)