Skip to content

Commit 4ca7719

Browse files
committed
Update vale rule
1 parent c118116 commit 4ca7719

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/styles/UmbracoDocs/LinkTextClarity.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ message: "Avoid generic link text like '%s'. Use descriptive link text instead."
44
description: >
55
Descriptive link text improves accessibility and SEO.
66
level: warning
7+
ignorecase: true
8+
scope: raw
9+
nonword: true
710
tokens:
8-
- 'click here'
9-
- 'read more'
10-
- 'more info'
11-
- '\bhere\b'
11+
- '\[\s*here\s*\]'
12+
- '\[\s*click here\s*\]'
13+
- '\[\s*read more\s*\]'
14+
- '\[\s*more info\s*\]'

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ In order to fix this issue, you need to use [KUDU](../../../optimize-and-maintai
164164
3. Navigate to `site` > `locks` folder In there, there should be a file named `updating`
165165
4. Remove the `updating` file.
166166

167-
Once the marker file is removed, run your pipeline again. Testing here and read more. I'm a link to [here](link.md).
167+
Once the marker file is removed, run your pipeline again.
168168

169169
## Environment errors after deployment
170170

171171
### Unable to determine environment by its {environment-id}
172172

173-
This happens when using CI/CD to deploy changes to your live environment, and later add a new Cloud environment. Your environment will fail to boot up and will show the following error message: For more info about tests, [click here](www. umbraco.dk)
173+
This happens when using CI/CD to deploy changes to your live environment, and later add a new Cloud environment. Your environment will fail to boot up and will show the following error message:
174174

175175
```
176176
“System.InvalidOperationException: Unable to determine environment by its {environment-id}”

0 commit comments

Comments
 (0)