mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
* 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>
10 lines
328 B
YAML
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 |