Skip to content

Commit 909a9ec

Browse files
committed
fix(docs): remove duplicate 'References & Links' heading
1 parent ede9928 commit 909a9ec

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

docs/assets/css/custom.css

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@
88
}
99

1010
.callout {
11-
border-left: 4px solid #0ea5e9; /* cyan */
12-
background: #f8fafc; /* very light slate */
11+
border-left: 4px solid #0ea5e9;
12+
background: #f8fafc;
1313
padding: 0.85rem 1rem;
1414
margin: 1.25rem 0;
1515
border-radius: 8px;
1616
}
17-
.callout .title {
18-
font-weight: 700;
19-
margin-bottom: 0.35rem;
20-
}
21-
.callout.learn-more {
22-
border-left-color: #2563eb; /* blue-600 */
23-
}
17+
.callout.learn-more { border-left-color: #2563eb; }
18+
19+
.callout ul { margin: 0.25rem 0 0 1rem; }
20+
.callout li { margin: 0.25rem 0; }

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ Generated wrappers can be found under:
8282
## 📂 References & Links
8383

8484
<div class="callout learn-more">
85-
<div class="title">🔗 References & Links</div>
8685
<ul>
8786
<li>🌐 <a href="https://github.com/bsayli/spring-boot-openapi-generics-clients" target="_blank" rel="noopener">GitHub Repository</a></li>
8887
<li>📘 <a href="https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04" target="_blank" rel="noopener">Medium Article — Type-Safe Generic API Responses</a></li>
8988
</ul>
90-
</div>
89+
</div>

0 commit comments

Comments
 (0)