Skip to content

Commit cd60af5

Browse files
committed
fix(docs): switch to auto-generated TOC and clean up manual lists
1 parent 05b1f89 commit cd60af5

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/adoption/client-side-adoption.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ toc_label: "Contents"
88
---
99

1010
# Client-Side Adoption — Contract-First Client Integration
11+
{: .no_toc }
1112

1213
> Generate a Java client that **preserves contract semantics exactly as published** — with **progressive adoption**, **zero duplication**, and **no drift**.
1314
@@ -29,7 +30,8 @@ It focuses on four things:
2930
* optionally aligning with an external contract
3031
* using the generated client safely
3132

32-
---
33+
1. TOC
34+
{:toc}
3335

3436
## ⚡ 60-second quick start
3537

docs/adoption/server-side-adoption.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ toc_label: "Contents"
88
---
99

1010
# Server-Side Adoption — Contract-First OpenAPI Publication
11+
{: .no_toc }
1112

1213
> Publish a **deterministic, generics-aware OpenAPI** from Spring Boot with **one contract and zero duplication**.
1314
1415
This is a **contract-first projection system**, not a documentation tool.
1516

16-
You define your contract in Java.
17+
You define your contract in Java.
1718
The platform guarantees a **stable, generator-ready OpenAPI projection**.
1819

20+
1. TOC
21+
{:toc}
22+
1923
---
2024

2125
## ⚡ 60-second quick start

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ toc_label: "Contents"
77
---
88

99
# OpenAPI Generics — Keep Your API Contract Intact End-to-End
10+
{: .no_toc }
1011

1112
> Define your API once in Java.
1213
> Preserve it across OpenAPI and generated clients — without duplication or drift.
1314
15+
1. TOC
16+
{:toc}
17+
1418
---
1519

1620
## Why this exists

0 commit comments

Comments
 (0)