diff --git a/docs/kcl-lang/settings/project.md b/docs/kcl-lang/settings/project.md index 669dd1198..39e9e7972 100644 --- a/docs/kcl-lang/settings/project.md +++ b/docs/kcl-lang/settings/project.md @@ -4,8 +4,6 @@ excerpt: "Project specific settings for the app. These live in `project.toml` in layout: manual --- -# Project Settings - 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. ## Project Configuration Structure @@ -184,4 +182,4 @@ color = 240.0 # Use inches as the default measurement unit base_unit = "in" -``` \ No newline at end of file +``` diff --git a/docs/kcl-lang/settings/user.md b/docs/kcl-lang/settings/user.md index 12be79094..22041bafb 100644 --- a/docs/kcl-lang/settings/user.md +++ b/docs/kcl-lang/settings/user.md @@ -4,8 +4,6 @@ excerpt: "User specific settings for the app. These live in `user.toml` in the a layout: manual --- -# User Settings - 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. ## User Configuration Structure @@ -234,4 +232,4 @@ base_unit = "mm" # Disable text wrapping in the editor text_wrapping = false -``` \ No newline at end of file +``` diff --git a/rust/kcl-lib/src/settings/templates/settings.hbs b/rust/kcl-lib/src/settings/templates/settings.hbs index 46d074326..65765a353 100644 --- a/rust/kcl-lib/src/settings/templates/settings.hbs +++ b/rust/kcl-lib/src/settings/templates/settings.hbs @@ -4,8 +4,6 @@ excerpt: "{{{description}}}" layout: manual --- -# {{title}} - {{{description}}} ## {{config_type}} Structure @@ -64,4 +62,4 @@ This setting has further nested options. See the schema for full details. ```toml {{{example}}} -``` \ No newline at end of file +```