File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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
4145extra :
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
8690nav :
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
You can’t perform that action at this time.
0 commit comments