Skip to content

Commit a6d5a7a

Browse files
committed
chore(docs): fix front-matter delimiters in all Markdown pages for proper GitHub Pages rendering
- Corrected extra '------------' separators in front-matter blocks - Standardized YAML headers across: - index.md - server-side-adoption.md - client-side-adoption.md - client-side-build-setup.md - Ensured consistent three-dash delimiters (`---`) before and after metadata - Verified compatibility with Jekyll/GitHub Pages rendering pipeline
1 parent 082288e commit a6d5a7a

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-15
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,8 @@ See the detailed integration steps under [`docs/adoption`](docs/adoption):
268268
## 🔗 References & Links
269269

270270
* 🌐 [GitHub Pages — Adoption Guides](https://bsayli.github.io/spring-boot-openapi-generics-clients/)
271-
*
272-
273-
📘 [Medium — Type-Safe Generic API Responses](https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04)
274-
275-
*
276-
277-
💬 [Dev.to — Type-Safe OpenAPI Clients Without Boilerplate](https://dev.to/barissayli/spring-boot-openapi-generator-type-safe-generic-api-clients-without-boilerplate-3a8f)
271+
* 📘 [Medium — Type-Safe Generic API Responses](https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04)
272+
* 💬 [Dev.to — Type-Safe OpenAPI Clients Without Boilerplate](https://dev.to/barissayli/spring-boot-openapi-generator-type-safe-generic-api-clients-without-boilerplate-3a8f)
278273

279274
---
280275

docs/adoption/client-side-adoption-pom.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
32
layout: default
43
title: Client-Side Build Setup (Maven Plugins & Dependencies)
54
parent: Client-Side Adoption
65
nav_order: 1
7-
------------
6+
---
87

98
# Client-Side Build Setup — Maven Plugins & Dependencies
109

docs/adoption/client-side-adoption.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
32
layout: default
43
title: Client-Side Adoption (Updated for data+meta & ProblemDetail)
54
parent: Adoption Guides
65
nav_order: 2
7-
------------
6+
---
87

98
# Client‑Side Integration Guide (Updated)
109

docs/adoption/server-side-adoption.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
32
layout: default
43
title: Server-Side Adoption (Simplified)
54
parent: Adoption Guides
65
nav_order: 1
7-
------------
6+
---
87

98
# Server-Side Adoption — Spring Boot + Springdoc
109

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
32
layout: default
43
title: Home
54
nav_order: 1
6-
------------
5+
---
76

87
# Spring Boot OpenAPI Generics Clients
98

0 commit comments

Comments
 (0)