Files
docker-docs/.github/vale/Docker/UIElement.yml
Chris Chinchilla 6c54a3179a Style and contributor guide updates (#17724)
* Draft

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Update style guides, add vale rules, and fix style guide voilations

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

Further changes

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Add units mention

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Add more details to links

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Correct internal anchor

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

---------

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-07-24 10:02:28 +01:00

10 lines
328 B
YAML

# Checks for use of bold that doesn't start with a capital letter
# which might indicate a reference to something other than a UI label
extends: existence
message: "Check for correct usage of tab versus view"
link: https://docs.docker.com/contribute/recommended-words/
level: suggestion
ignorecase: true
tokens:
- tab
- view