Skip to content

Commit f946fd1

Browse files
Update lines for names of templates (codesandbox#3717)
Co-authored-by: Sara Vieira <[email protected]>
1 parent 3b6f9a2 commit f946fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ support these options:
3030
| ------------------------ | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- |
3131
| `infiniteLoopProtection` | Whether we should throw an error if we detect an infinite loop | `true`/`false` | `true` |
3232
| `hardReloadOnChange` | Whether we should refresh the sandbox page on every change, good for sandboxes with global state | `true`/`false` | `false` |
33-
| `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` |
34-
| `view` | Which view to show first in the preview | Client: `browser`/`console`/`problems`/`tests`<br />Container: `browser`/`console`/`problems`/`terminal` | `browser` |
33+
| `template` | Which sandbox template to use | [see here](https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/types/index.d.ts#L30-L54) | smart detection, w/ fallback to `create-react-app` |
34+
| `view` | Which view to show first in the preview | Client: `browser`/`console`/`problems`/`tests`<br />Container: `browser`/`console`/`problems`/`terminal` | `browser`
3535
| `container` | The container object contains the configurable port option, for example: `container: { port: 3212}` |
3636
| `port` | The main port which the browser window listens to | 1024 - 65535 | First opened port inside the container. |

0 commit comments

Comments
 (0)