Skip to content

Commit f4989ff

Browse files
authored
Merge branch 'main' into sg/doc-448-create-vale-word-list-covering-all-ngrokisms
2 parents b0d83b5 + 1dc9600 commit f4989ff

File tree

1,736 files changed

+7571
-8752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,736 files changed

+7571
-8752
lines changed

.github/workflows/write-rss.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.vale/styles/Google/AMPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: "Use 'AM' or 'PM' (preceded by a space)."
2+
message: "Use 'AM' or 'PM' preceded by a space."
33
link: "https://developers.google.com/style/word-list"
44
level: error
55
nonword: true

.vale/styles/Google/Acronyms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: conditional
2-
message: "Spell out '%s', if it's unfamiliar to the audience."
2+
message: "Spell out '%s' if it might be unfamiliar to the audience."
33
link: 'https://developers.google.com/style/abbreviations'
44
level: suggestion
55
ignorecase: false

.vale/styles/Google/Contractions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: substitution
2-
message: "Use '%s' instead of '%s'."
2+
message: "Use '%s' instead of '%s'—this makes the docs more conversational and friendly."
33
link: 'https://developers.google.com/style/contractions'
44
level: suggestion
55
ignorecase: true

.vale/styles/Google/Parens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: "Use parentheses judiciously."
2+
message: "Use parentheses sparingly—is this parenthetical statement truly necessary?"
33
link: 'https://developers.google.com/style/parentheses'
44
nonword: true
55
level: suggestion

.vale/styles/Google/Passive.yml

Lines changed: 0 additions & 184 deletions
This file was deleted.

.vale/styles/Google/Units.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.vale/styles/Google/Will.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To make changes to the documentation, edit the relevant Markdown files in your l
1212

1313
When making changes, please follow the Markdown style guide and try to keep your changes concise and to the point. If you're making significant changes or adding new content, please consider including examples or other resources to help readers understand the topic better.
1414

15-
Once you have finished making your changes, we recommend you run a local build with mintilify (command pnpm run build) to ensure your contribution will not present errors with links or build. After a successful build, push them to your fork on GitHub and create a pull request to submit your changes for review.
15+
Once you have finished making your changes, we recommend you run a local build with mintilify (command pnpm run dev) to ensure your contribution will not present errors with links or build. After a successful build, push them to your fork on GitHub and create a pull request to submit your changes for review.
1616

1717
# Code of Conduct
1818

0 commit comments

Comments
 (0)