Skip to content

Commit 89eb922

Browse files
authored
Merge pull request #2330 from hey-api/docs/community-fix
docs: small fixes to community updates
2 parents efa34d4 + b13cad5 commit 89eb922

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ a.migration:focus {
310310
gap: 1rem;
311311
padding: 0.5rem 0;
312312
}
313+
314+
.VPNavBar.has-sidebar > .wrapper > .container > .title {
315+
background-color: var(--vp-sidebar-bg-color);
316+
}
313317
}
314318

315319
.VPFeatures.VPHomeFeatures > .container > .items > .item {
@@ -318,7 +322,3 @@ a.migration:focus {
318322
padding: 0;
319323
width: 100%;
320324
}
321-
322-
.VPNavBar.has-sidebar > .wrapper > .container > .title {
323-
background-color: var(--vp-sidebar-bg-color);
324-
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: home
33

44
hero:
5-
name: One OpenAPI spec. Infinite outputs.
5+
name: One OpenAPI spec.<br/>Infinite outputs.
66
tagline: Codegen for JavaScript/TypeScript projects. Trusted over 2,000,000 times each month to generate reliable API clients and SDKs.
77
actions:
88
- link: /openapi-ts/get-started

0 commit comments

Comments
 (0)