Skip to content

Commit d30e233

Browse files
committed
vale fixes
1 parent 48715f1 commit d30e233

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.vale.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Microsoft.Dashes = NO
2727
Microsoft.Foreign = NO
2828
Microsoft.Plurals = NO
2929
Microsoft.Quotes = NO # Mostly just picks up code
30+
Microsoft.Auto = NO
3031

3132
# Not relevant for Fern audience
3233
Microsoft.GeneralURL = NO
@@ -42,6 +43,7 @@ Microsoft.Headings = NO
4243
Microsoft.HeadingPunctuation = NO
4344
Microsoft.Hyphens = NO
4445
Microsoft.We = NO
46+
Microsoft.Avoid = NO
4547

4648

4749

.vale/styles/FernStyles/Acronyms.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,12 @@ exceptions:
9191
- PNG
9292
- AAA
9393
- ARIA
94+
- SSO
95+
- RAG
96+
- SCIM
97+
- CDN
98+
- VPC
99+
- RSS
100+
- FDR
101+
- SSR
102+
- SSG

fern/products/docs/pages/resources/stainless-comparison.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ Stainless uses Git-based workflows for all content authoring. Fern supports both
4545

4646
<Accordion title="API reference and interactive testing">
4747

48-
Stainless does not provide an interactive testing environment. Fern's [API Explorer](/learn/docs/api-references/api-explorer/overview) enables in-browser endpoint testing with automatic credential injection.
48+
Stainless doesn't provide an interactive testing environment. Fern's [API Explorer](/learn/docs/api-references/api-explorer/overview) enables in-browser endpoint testing with automatic credential injection.
4949

5050
| Feature | Fern Docs | Stainless Docs |
5151
|---------|-----------|----------------|
52-
| **API explorer** |[Full playground](/learn/docs/api-references/api-explorer/overview) with [auto-populated credentials](/learn/docs/api-references/autopopulate-api-key), WebSocket, and audio streaming support | ❌ None |
52+
| **API Explorer** |[Full playground](/learn/docs/api-references/api-explorer/overview) with [auto-populated credentials](/learn/docs/api-references/autopopulate-api-key), WebSocket, and audio streaming support | ❌ None |
5353
| **SDK documentation** |[Multi-language support](/learn/docs/api-references/sdk-snippets) | ✅ Language-specific pages |
5454
| **API spec formats** |[OpenAPI, AsyncAPI, gRPC, OpenRPC, Fern](/learn/docs/api-references/generate-api-ref) | ⚠️ OpenAPI + Stainless config only |
5555

5656
</Accordion>
5757

5858
<Accordion title="RBAC, versioning, and multi-product support">
5959

60-
Stainless does not currently offer audience-specific content filtering, multi-version APIs, or unified multi-product sites. Fern provides [RBAC](/learn/docs/authentication/rbac) and [versioning](/learn/docs/configuration/what-is-docs-yml) capabilities for complex API portfolios.
60+
Stainless doesn't currently offer audience-specific content filtering, multi-version APIs, or unified multi-product sites. Fern provides [RBAC](/learn/docs/authentication/rbac) and [versioning](/learn/docs/configuration/what-is-docs-yml) capabilities for complex API portfolios.
6161

6262
| Feature | Fern Docs | Stainless Docs |
6363
|---------|-----------|----------------|
@@ -106,7 +106,7 @@ Stainless [deploys static files](https://www.stainless.com/docs/docs-platform/ho
106106

107107
<Accordion title="Redirects, SEO, and large-site operations">
108108

109-
Stainless does not currently document redirect capabilities. Fern's [redirect system](/learn/docs/seo/redirects) supports pattern matching and hundreds of rules for content migrations and reorganization.
109+
Stainless doesn't currently document redirect capabilities. Fern's [redirect system](/learn/docs/seo/redirects) supports pattern matching and hundreds of rules for content migrations and reorganization.
110110

111111
| Feature | Fern Docs | Stainless Docs |
112112
|---------|-----------|----------------|
@@ -118,7 +118,7 @@ Stainless does not currently document redirect capabilities. Fern's [redirect sy
118118

119119
<Accordion title="Analytics and observability">
120120

121-
Stainless does not currently document built-in analytics capabilities. Fern provides [analytics integrations](/learn/docs/integrations/overview) for page visits, search queries, AI chat insights, and user journeys.
121+
Stainless doesn't currently document built-in analytics capabilities. Fern provides [analytics integrations](/learn/docs/integrations/overview) for page visits, search queries, AI chat insights, and user journeys.
122122

123123
| Feature | Fern Docs | Stainless Docs |
124124
|---------|-----------|----------------|

0 commit comments

Comments
 (0)