Skip to content

Commit e247333

Browse files
committed
docs: polish index.md for GitHub Pages — finalized overview, references, and external link titles
1 parent 5970985 commit e247333

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/adoption/client-side-adoption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parent: Adoption Guides
55
nav_order: 2
66
---
77

8-
# Client‑Side Integration Guide (Updated)
8+
# Client‑Side Integration Guide
99

1010
This guide describes how to integrate the **generics‑aware OpenAPI client** into your own project, aligned with the
1111
new `{ data, meta }` response structure and RFC 7807 `ProblemDetail` error model introduced in the updated

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ nav_order: 1
66

77
# Spring Boot OpenAPI Generics Clients
88

9+
> A production-grade blueprint for generics-aware API clients built with Spring Boot and OpenAPI Generator.
10+
911
Welcome! 👋
1012

1113
This project demonstrates a **modern, generics-aware OpenAPI client generation pattern** for Spring Boot 3.4+, featuring
@@ -119,13 +121,13 @@ Instant serverTime = response.getMeta().serverTime();
119121

120122
---
121123

122-
## 🔗 References
124+
## 🔗 References & External Links
123125

124126
<div class="callout learn-more">
125127
<ul>
126128
<li>🌐 <a href="https://github.com/bsayli/spring-boot-openapi-generics-clients" target="_blank" rel="noopener">GitHub Repository</a></li>
127-
<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 — Type-Safe Generic API Responses</a></li>
128-
<li>💬 <a href="https://dev.to/barissayli/spring-boot-openapi-generator-type-safe-generic-api-clients-without-boilerplate-3a8f" target="_blank" rel="noopener">Dev.to — Type-Safe OpenAPI Clients Without Boilerplate</a></li>
129+
<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 — We Made OpenAPI Generator Think in Generics</a></li>
130+
<li>💬 <a href="https://dev.to/barissayli/spring-boot-openapi-generator-type-safe-generic-api-clients-without-boilerplate-3a8f" target="_blank" rel="noopener">Dev.to — We Made OpenAPI Generator Think in Generics</a></li>
129131
</ul>
130132
</div>
131133

0 commit comments

Comments
 (0)