Skip to content

Commit df5c926

Browse files
authored
Update config text
1 parent f39091d commit df5c926

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,12 @@
22
title: Configuration
33
authors: ['CompuIves']
44
description:
5-
You can configure sandboxes and other options with configuration files
6-
specified by the template.
5+
You can configure sandboxes and templates with configuration files.
76
---
87

98
## Configuration Files
109

11-
We think that configuration is used when a program can't understand what the
12-
user really wants, and try to steer away from it as much as possible. However,
13-
there are always advanced use cases where the user wants to control every aspect
14-
of their program, and thus configure everything. CodeSandbox is a clear example
15-
of a program that requires configuration, it doesn't fit the 95%.
16-
17-
That's why we introduce a concept called 'Configuration Files'. Every template
18-
on CodeSandbox has a list of configuration files it supports. You can see this
19-
list in the sidebar:
10+
There are some advanced use cases where you might need more control over a sandbox or template. That's why we support configuration files. Every template on CodeSandbox has a list of configuration files it supports. You can see the supported files under Configuration Files from the left-hand activity bar in the editor.
2011

2112
![Configurations File UI](./images/configuration.png)
2213

@@ -25,6 +16,8 @@ list in the sidebar:
2516
Some configuration files can be configured using a UI. This UI will generate a
2617
configuration file based on its state.
2718

19+
![Configurations File UI](./images/ui-configuration.png)
20+
2821
## Sandbox Configuration
2922

3023
A sandbox can be configured too, you can do this with `sandbox.config.json`. We

0 commit comments

Comments
 (0)