Skip to content

Commit 0bf07fd

Browse files
committed
chore(docs): shorten site title and simplify custom CSS
- Updated _config.yml title to "OpenAPI Generics Clients" for better sidebar fit - Removed unnecessary sidebar/main-content overrides - Kept only .site-title styles in custom.css for cleaner layout
1 parent 877c5aa commit 0bf07fd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Spring Boot OpenAPI Generics Clients
1+
title: OpenAPI Generics Clients
22
description: Type-safe OpenAPI clients with generics (Spring Boot + OpenAPI Generator)
33

44
just_the_docs:

docs/assets/css/custom.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,4 @@
55
line-height: 1.3 !important;
66
text-align: center !important;
77
padding: 0.5rem !important;
8-
}
9-
10-
.side-bar {
11-
width: 340px !important;
12-
}
13-
14-
.main-content {
15-
margin-left: 360px !important;
168
}

0 commit comments

Comments
 (0)