Skip to content

Commit d41ac5a

Browse files
author
Jacek Gębal
committed
Fixed visibility of the back to top button.
Fixed navigation in announcements.
1 parent db2ad78 commit d41ac5a

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/assets/topbar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
display: none !important;
116116
}
117117

118+
/* Back-to-top button: push below topbar + header so it isn't hidden behind them */
119+
.md-top {
120+
top: 4.4rem !important;
121+
}
122+
118123
/* Sidebar offset: org site has topbar + header (~2 + 2.4 = 4.4rem), no tabs.
119124
Sub-sites have topbar + header + tabs (~2 + 2.4 + 2.4 = 6.8rem). */
120125
[data-utplsql-site="org"] .md-sidebar {

mkdocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ theme:
3434
- navigation.indexes
3535
- navigation.tabs
3636
- navigation.tracking
37+
- navigation.expand
38+
- navigation.top
3739
- toc.follow
3840
- toc.integrate
3941
- search.suggest
4042
- search.highlight
43+
- content.code.copy
44+
- content.code.annotate
4145
extra:
4246
social:
4347
- icon: fontawesome/brands/twitter
@@ -81,11 +85,12 @@ plugins:
8185
blog_dir: announcements
8286
post_date_format: long # e.g. "June 10, 2026"
8387
post_url_format: "{slug}" # keeps URLs clean
84-
archive: true
88+
archive: false
8589
categories: true
8690
nav:
8791
- Home: index.md
88-
- Announcements: announcements/index.md
92+
- Announcements:
93+
- announcements/index.md
8994
- Documentation:
9095
- documentation.md
9196
- utPLSQL framework: utPLSQL/latest

0 commit comments

Comments
 (0)