You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/homepage/content/docs/3-configuration.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,12 @@
2
2
title: Configuration
3
3
authors: ['CompuIves']
4
4
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.
7
6
---
8
7
9
8
## Configuration Files
10
9
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.
0 commit comments