Skip to content

Commit 66d4ab1

Browse files
ci: Build Website Docs (main) (#4449)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent ec69c0d commit 66d4ab1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

website/docs/configuration/auto_appearance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,12 @@ Description
276276
The CSS color used to show issues in the ruler.
277277

278278
Depends upon [`cSpell.useCustomDecorations`](appearance#cspellusecustomdecorations).
279+
Disable the ruler by setting [`cSpell.showInRuler`](appearance#cspellshowinruler) to `false`.
279280

280281
See:
281282
- [`<color>` CSS: Cascading Style Sheets, MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)
282283
- [CSS Colors, W3C Schools](https://www.w3schools.com/cssref/css_colors.php)
283284
- Hex colors
284-
- Use "" (empty string) to disable.
285285

286286
Examples:
287287
- `green`
@@ -362,6 +362,8 @@ Show spelling issues in the editor ruler.
362362

363363
Note: This setting is only used when [`cSpell.useCustomDecorations`](appearance#cspellusecustomdecorations) is `true`.
364364

365+
Note: To set the color of the ruler, use [`cSpell.overviewRulerColor`](appearance#cspelloverviewrulercolor).
366+
365367
</dd>
366368

367369

website/docs/configuration/auto_languages-and-dictionaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Determines if words must match case and accent rules.
5353

5454
- `false` - Case is ignored and accents can be missing on the entire word.
5555
Incorrect accents or partially missing accents will be marked as incorrect.
56-
Note: Some languages like Portuguese have case sensitivity turned on by default.
56+
**Note:** Some languages like Portuguese have case sensitivity turned on by default.
5757
You must use [`cSpell.languageSettings`](languages-and-dictionaries#cspelllanguagesettings) to turn it off.
5858
- `true` - Case and accents are enforced by default.
5959

0 commit comments

Comments
 (0)