Skip to content

Commit f8bfbe7

Browse files
committed
docs: update navigation, styles and client-side guide titles
- Fixed sidebar title wrapping with custom CSS (site-title, side-bar, main-content) - Shortened long page title for client-side build setup in nav - Cleaned up index.md structure for adoption guides - Added custom.css integration via _config.yml
1 parent 6657b18 commit f8bfbe7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Client-Side Build Setup (Maven Plugins & Dependencies)
3+
title: Client-Side Build Setup
44
parent: Client-Side Adoption
55
nav_order: 1
66
---

docs/assets/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44
white-space: normal !important;
55
line-height: 1.3 !important;
66
text-align: center !important;
7+
padding: 0.5rem !important;
8+
}
9+
10+
.side-bar {
11+
width: 300px !important;
12+
}
13+
14+
.main-content {
15+
margin-left: 320px !important;
716
}

0 commit comments

Comments
 (0)