Skip to content

Commit

Permalink
Revert to prev widths.
Browse files Browse the repository at this point in the history
  • Loading branch information
LawEyez committed Nov 2, 2023
1 parent e7f928c commit f10b861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/env_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ All apps are preset with the following variables:
There are two ways to set up variables:
#### Key-Value Editor:
<img src="/img/vars/kv_editor.png" width="800px"/>
<img src="/img/vars/kv_editor.png" width="650px"/>
> Add the variable name and value with *+ Add Variable*, then *Save*
#### Bulk Editor:
<img src="/img/vars/bulk_editor.png" width="800px"/>
<img src="/img/vars/bulk_editor.png" width="650px"/>
> A text editor that allows you to work on multiple variables at once in a similar syntax to `.env` files with the exceptions:
> - Comments are not supported
Expand Down
4 changes: 2 additions & 2 deletions docs/overview/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ By default, the build process and the above lifecycle scripts:

It is possible to customize this process with _Advanced Build Options_:
- at the time of first deployment, in the _Advanced_ dropdown
- <img src="/img/build-options/advancedWNode.png" width="600px"/>
- <img src="/img/build-options/advancedWNode.png" width="350px"/>
- in _Environments_ tab > _Build Options_ of an app's dashboard
- <img src="/img/build-options/buildwithnode2.png" width="650px"/>
- <img src="/img/build-options/buildwithnode2.png" width="350px"/>

#### **Root Path**
The root path specifies which directory Cyclic will run build scripts.
Expand Down

0 comments on commit f10b861

Please sign in to comment.