Skip to content

Commit d1e0d0e

Browse files
committed
Add new post
1 parent 1d98de8 commit d1e0d0e

File tree

1 file changed

+189
-182
lines changed

1 file changed

+189
-182
lines changed

library.json

Lines changed: 189 additions & 182 deletions
Original file line numberDiff line numberDiff line change
@@ -1,184 +1,191 @@
11
[
2-
{
3-
"title": "How to create a Vale linter custom rule: Manually vs. AI-prompting approach",
4-
"url": "https://medium.com/@meetdianacheung/how-to-create-a-vale-linter-custom-rule-031aa00e4100",
5-
"author": "Diana Cheung",
6-
"year": 2024,
7-
"type": "post"
8-
},
9-
{
10-
"title": "How We Use Vale to Improve Our Documentation Editing Process",
11-
"url": "https://www.datadoghq.com/blog/engineering/how-we-use-vale-to-improve-our-documentation-editing-process/",
12-
"author": "Datadog",
13-
"year": 2024,
14-
"type": "post"
15-
},
16-
{
17-
"title": "Linting Documentation with Vale to Increase Quality & Consistency - includes setup steps for Xcode",
18-
"url": "https://getstream.io/blog/linting-documentation-with-vale/#setting-vale-up-in-ci",
19-
"author": "Jeroen Leenarts | Stream",
20-
"year": 2023,
21-
"type": "post"
22-
},
23-
{
24-
"title": "Using Vale to help engineers become better writers",
25-
"url": "https://engineering.contentsquare.com/2023/using-vale-to-help-engineers-become-better-writers/",
26-
"author": "François Violette | Contentsquare",
27-
"year": 2023,
28-
"type": "post"
29-
},
30-
{
31-
"title": "Prose linting with Vale",
32-
"url": "https://blog.meilisearch.com/prose-linting-with-vale/",
33-
"author": "MARYAM SULEMANI | Meilisearch",
34-
"year": 2023,
35-
"type": "post"
36-
},
37-
{
38-
"title": "Introducing “Packages”",
39-
"url": "https://medium.com/valelint/introducing-packages-1a079ed712f7",
40-
"author": "jdkato",
41-
"year": 2022,
42-
"type": "post"
43-
},
44-
{
45-
"title": "Writing like a pro with vale & neovim",
46-
"url": "https://bhupesh.me/writing-like-a-pro-with-vale-and-neovim/",
47-
"author": "Bhupesh Varshney",
48-
"year": 2022,
49-
"type": "post"
50-
},
51-
{
52-
"title": "What’s the difference between Vale Server and Vale CLI?",
53-
"url": "https://rolfe.blog/2022/04/10/whats-the-difference-between-vale-server-and-vale-cli/",
54-
"author": "Rolfe Dlugy-Hegwer",
55-
"year": 2022,
56-
"type": "post"
57-
},
58-
{
59-
"title": "Reducing negative and biased language in documentation",
60-
"url": "https://www.cncf.io/blog/2022/03/09/reducing-negative-and-biased-language-in-documentation/",
61-
"year": 2022,
62-
"author": "Chris Ward",
63-
"type": "post"
64-
},
65-
{
66-
"title": "Automate Style Checks with Jetbrains",
67-
"url": "https://www.linkedin.com/pulse/automate-style-checks-tara-english-sweeney?trk=articles_directory",
68-
"year": 2022,
69-
"author": "Tara English-Sweeney",
70-
"type": "post"
71-
},
72-
{
73-
"title": "How To Automate Documentation Workflow For Developers",
74-
"url": "https://www.smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/",
75-
"year": 2021,
76-
"author": "Portia Burton",
77-
"type": "post"
78-
},
79-
{
80-
"title": "First steps with the Vale prose linter",
81-
"url": "https://passo.uno/posts/first-steps-with-the-vale-prose-linter/",
82-
"year": 2021,
83-
"author": "Fabrizio Ferri Benedetti",
84-
"type": "post"
85-
},
86-
{
87-
"title": "Writing Articles with Vale",
88-
"url": "https://www.thedroneely.com/posts/writing-with-vale/",
89-
"year": 2021,
90-
"author": "Thedro Neely",
91-
"type": "post"
92-
},
93-
{
94-
"title": "Linting your content using Vale",
95-
"url": "https://www.shwetashetye.com/blog/vale/",
96-
"year": 2021,
97-
"author": "Shweta Shetye",
98-
"type": "post"
99-
},
100-
{
101-
"title": "Reducing Negative and Biased Language in Documentation",
102-
"url": "https://www.youtube.com/watch?v=1aw6oRaFWYs",
103-
"author": "All Things Open",
104-
"year": 2021,
105-
"type": "video"
106-
},
107-
{
108-
"title": "Taking Vale Server to the web",
109-
"url": "https://medium.com/valelint/taking-vale-server-to-the-web-4de44b32e547",
110-
"year": 2020,
111-
"author": "jdkato",
112-
"type": "post"
113-
},
114-
{
115-
"title": "Linting the Buildkite Docs",
116-
"url": "https://buildkite.com/blog/linting-the-buildkite-docs",
117-
"year": 2020,
118-
"author": "Sam Wright, Buildkite",
119-
"type": "post"
120-
},
121-
{
122-
"title": "Documentation as code (Part 3): A Linting How To - The Vale Linter in Action",
123-
"url": "https://www.youtube.com/watch?v=p1pfwpMv2wU",
124-
"author": "Tag1",
125-
"year": 2020,
126-
"type": "video"
127-
},
128-
{
129-
"title": "Docs-as-Code Workflow for your (API) Developer Portal",
130-
"url": "https://www.youtube.com/watch?v=ISwEsOx8d7k",
131-
"author": "Pronovix",
132-
"year": 2020,
133-
"type": "video"
134-
},
135-
{
136-
"title": "Vale & The OpenAPI Specification",
137-
"url": "https://medium.com/valelint/vale-the-openapi-specification-8a7cfae135fb",
138-
"year": 2019,
139-
"author": "jdkato",
140-
"type": "post"
141-
},
142-
{
143-
"title": "Sofie's Docs Diary Vol. 16: Writing in style",
144-
"url": "https://umbraco.com/blog/sofies-docs-diary-vol-16-writing-in-style/",
145-
"year": 2019,
146-
"author": "Sofie Toft Kristensen, Umbraco",
147-
"type": "post"
148-
},
149-
{
150-
"title": "Linting my prose with Vale",
151-
"url": "https://blog.probablyfine.co.uk/2019/11/16/linting-my-prose-with-vale.html",
152-
"year": 2019,
153-
"author": "Alex Wilson",
154-
"type": "post"
155-
},
156-
{
157-
"title": "Automated Enforcement of our Style Guide",
158-
"url": "https://drupalize.me/blog/201910/automated-enforcement-our-style-guide",
159-
"year": 2019,
160-
"author": "Joe Shindelar, Drupalize.Me",
161-
"type": "post"
162-
},
163-
{
164-
"title": "Testing your Documentation",
165-
"url": "https://www.writethedocs.org/guide/tools/testing/#vale",
166-
"year": 2019,
167-
"author": "Write the Docs",
168-
"type": "post"
169-
},
170-
{
171-
"title": "Day 1 Lightning Talk #3 - Write the Docs Prague 2019",
172-
"url": "https://youtu.be/sWaHa_wQv3M",
173-
"author": "Write the Docs",
174-
"year": 2019,
175-
"type": "video"
176-
},
177-
{
178-
"title": "Vale for Spelling, Grammar, Style and Readability Linting",
179-
"url": "https://dzone.com/articles/vale-for-spelling-grammar-style-and-readability-li",
180-
"year": 2018,
181-
"author": "Chris Ward",
182-
"type": "post"
183-
}
2+
{
3+
"title": "How we use Vale to enforce better writing in docs and beyond",
4+
"url": "https://www.spectrocloud.com/blog/how-we-use-vale-to-enforce-better-writing-in-docs-and-beyond",
5+
"author": "Karl Cardenas | Spectro Cloud",
6+
"year": 2025,
7+
"type": "post"
8+
},
9+
{
10+
"title": "How to create a Vale linter custom rule: Manually vs. AI-prompting approach",
11+
"url": "https://medium.com/@meetdianacheung/how-to-create-a-vale-linter-custom-rule-031aa00e4100",
12+
"author": "Diana Cheung",
13+
"year": 2024,
14+
"type": "post"
15+
},
16+
{
17+
"title": "How We Use Vale to Improve Our Documentation Editing Process",
18+
"url": "https://www.datadoghq.com/blog/engineering/how-we-use-vale-to-improve-our-documentation-editing-process/",
19+
"author": "Datadog",
20+
"year": 2024,
21+
"type": "post"
22+
},
23+
{
24+
"title": "Linting Documentation with Vale to Increase Quality & Consistency - includes setup steps for Xcode",
25+
"url": "https://getstream.io/blog/linting-documentation-with-vale/#setting-vale-up-in-ci",
26+
"author": "Jeroen Leenarts | Stream",
27+
"year": 2023,
28+
"type": "post"
29+
},
30+
{
31+
"title": "Using Vale to help engineers become better writers",
32+
"url": "https://engineering.contentsquare.com/2023/using-vale-to-help-engineers-become-better-writers/",
33+
"author": "François Violette | Contentsquare",
34+
"year": 2023,
35+
"type": "post"
36+
},
37+
{
38+
"title": "Prose linting with Vale",
39+
"url": "https://blog.meilisearch.com/prose-linting-with-vale/",
40+
"author": "MARYAM SULEMANI | Meilisearch",
41+
"year": 2023,
42+
"type": "post"
43+
},
44+
{
45+
"title": "Introducing “Packages”",
46+
"url": "https://medium.com/valelint/introducing-packages-1a079ed712f7",
47+
"author": "jdkato",
48+
"year": 2022,
49+
"type": "post"
50+
},
51+
{
52+
"title": "Writing like a pro with vale & neovim",
53+
"url": "https://bhupesh.me/writing-like-a-pro-with-vale-and-neovim/",
54+
"author": "Bhupesh Varshney",
55+
"year": 2022,
56+
"type": "post"
57+
},
58+
{
59+
"title": "What’s the difference between Vale Server and Vale CLI?",
60+
"url": "https://rolfe.blog/2022/04/10/whats-the-difference-between-vale-server-and-vale-cli/",
61+
"author": "Rolfe Dlugy-Hegwer",
62+
"year": 2022,
63+
"type": "post"
64+
},
65+
{
66+
"title": "Reducing negative and biased language in documentation",
67+
"url": "https://www.cncf.io/blog/2022/03/09/reducing-negative-and-biased-language-in-documentation/",
68+
"year": 2022,
69+
"author": "Chris Ward",
70+
"type": "post"
71+
},
72+
{
73+
"title": "Automate Style Checks with Jetbrains",
74+
"url": "https://www.linkedin.com/pulse/automate-style-checks-tara-english-sweeney?trk=articles_directory",
75+
"year": 2022,
76+
"author": "Tara English-Sweeney",
77+
"type": "post"
78+
},
79+
{
80+
"title": "How To Automate Documentation Workflow For Developers",
81+
"url": "https://www.smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/",
82+
"year": 2021,
83+
"author": "Portia Burton",
84+
"type": "post"
85+
},
86+
{
87+
"title": "First steps with the Vale prose linter",
88+
"url": "https://passo.uno/posts/first-steps-with-the-vale-prose-linter/",
89+
"year": 2021,
90+
"author": "Fabrizio Ferri Benedetti",
91+
"type": "post"
92+
},
93+
{
94+
"title": "Writing Articles with Vale",
95+
"url": "https://www.thedroneely.com/posts/writing-with-vale/",
96+
"year": 2021,
97+
"author": "Thedro Neely",
98+
"type": "post"
99+
},
100+
{
101+
"title": "Linting your content using Vale",
102+
"url": "https://www.shwetashetye.com/blog/vale/",
103+
"year": 2021,
104+
"author": "Shweta Shetye",
105+
"type": "post"
106+
},
107+
{
108+
"title": "Reducing Negative and Biased Language in Documentation",
109+
"url": "https://www.youtube.com/watch?v=1aw6oRaFWYs",
110+
"author": "All Things Open",
111+
"year": 2021,
112+
"type": "video"
113+
},
114+
{
115+
"title": "Taking Vale Server to the web",
116+
"url": "https://medium.com/valelint/taking-vale-server-to-the-web-4de44b32e547",
117+
"year": 2020,
118+
"author": "jdkato",
119+
"type": "post"
120+
},
121+
{
122+
"title": "Linting the Buildkite Docs",
123+
"url": "https://buildkite.com/blog/linting-the-buildkite-docs",
124+
"year": 2020,
125+
"author": "Sam Wright, Buildkite",
126+
"type": "post"
127+
},
128+
{
129+
"title": "Documentation as code (Part 3): A Linting How To - The Vale Linter in Action",
130+
"url": "https://www.youtube.com/watch?v=p1pfwpMv2wU",
131+
"author": "Tag1",
132+
"year": 2020,
133+
"type": "video"
134+
},
135+
{
136+
"title": "Docs-as-Code Workflow for your (API) Developer Portal",
137+
"url": "https://www.youtube.com/watch?v=ISwEsOx8d7k",
138+
"author": "Pronovix",
139+
"year": 2020,
140+
"type": "video"
141+
},
142+
{
143+
"title": "Vale & The OpenAPI Specification",
144+
"url": "https://medium.com/valelint/vale-the-openapi-specification-8a7cfae135fb",
145+
"year": 2019,
146+
"author": "jdkato",
147+
"type": "post"
148+
},
149+
{
150+
"title": "Sofie's Docs Diary Vol. 16: Writing in style",
151+
"url": "https://umbraco.com/blog/sofies-docs-diary-vol-16-writing-in-style/",
152+
"year": 2019,
153+
"author": "Sofie Toft Kristensen, Umbraco",
154+
"type": "post"
155+
},
156+
{
157+
"title": "Linting my prose with Vale",
158+
"url": "https://blog.probablyfine.co.uk/2019/11/16/linting-my-prose-with-vale.html",
159+
"year": 2019,
160+
"author": "Alex Wilson",
161+
"type": "post"
162+
},
163+
{
164+
"title": "Automated Enforcement of our Style Guide",
165+
"url": "https://drupalize.me/blog/201910/automated-enforcement-our-style-guide",
166+
"year": 2019,
167+
"author": "Joe Shindelar, Drupalize.Me",
168+
"type": "post"
169+
},
170+
{
171+
"title": "Testing your Documentation",
172+
"url": "https://www.writethedocs.org/guide/tools/testing/#vale",
173+
"year": 2019,
174+
"author": "Write the Docs",
175+
"type": "post"
176+
},
177+
{
178+
"title": "Day 1 Lightning Talk #3 - Write the Docs Prague 2019",
179+
"url": "https://youtu.be/sWaHa_wQv3M",
180+
"author": "Write the Docs",
181+
"year": 2019,
182+
"type": "video"
183+
},
184+
{
185+
"title": "Vale for Spelling, Grammar, Style and Readability Linting",
186+
"url": "https://dzone.com/articles/vale-for-spelling-grammar-style-and-readability-li",
187+
"year": 2018,
188+
"author": "Chris Ward",
189+
"type": "post"
190+
}
184191
]

0 commit comments

Comments
 (0)