Skip to content

Commit 55a97af

Browse files
Update KCL docs (#580)
YOYO NEW KCL DOCS!! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cce0b09 commit 55a97af

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

content/pages/docs/kcl-lang/settings/project.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ excerpt: "Project specific settings for the app. These live in `project.toml` in
44
layout: manual
55
---
66

7-
# Project Settings
8-
97
Project specific settings for the app. These live in `project.toml` in the base of the project directory. Updating the settings for the project in the app will update this file automatically. Do not edit this file manually, as it may be overwritten by the app. Manual edits can cause corruption of the settings file.
108

119
## Project Configuration Structure
@@ -184,4 +182,4 @@ color = 240.0
184182
# Use inches as the default measurement unit
185183
base_unit = "in"
186184

187-
```
185+
```

content/pages/docs/kcl-lang/settings/user.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ excerpt: "User specific settings for the app. These live in `user.toml` in the a
44
layout: manual
55
---
66

7-
# User Settings
8-
97
User specific settings for the app. These live in `user.toml` in the app's configuration directory. Updating the settings in the app will update this file automatically. Do not edit this file manually, as it may be overwritten by the app. Manual edits can cause corruption of the settings file.
108

119
## User Configuration Structure
@@ -234,4 +232,4 @@ base_unit = "mm"
234232
# Disable text wrapping in the editor
235233
text_wrapping = false
236234

237-
```
235+
```

0 commit comments

Comments
 (0)