File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed
Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ repo_name: httpdss/struct
66
77theme :
88 name : material
9+ logo : assets/logo.png
10+ favicon : assets/favicon.png
911 palette :
1012 # Palette toggle for dark mode (default)
1113 - media : " (prefers-color-scheme: dark)"
4446docs_dir : docs
4547site_dir : site/docs
4648
49+
50+
4751# Navigation structure based on existing docs
4852nav :
4953 - Home : index.md
@@ -94,3 +98,6 @@ plugins:
9498
9599extra_css :
96100 - stylesheets/extra.css
101+
102+ extra :
103+ homepage : https://httpdss.github.io/struct/
Original file line number Diff line number Diff line change 1818 gap : var (--space-8 ); /* Add proper spacing between sections */
1919}
2020
21+ .navbar-logo {
22+ height : 35px ;
23+ width : auto;
24+ }
25+
2126.navbar-brand {
2227 display : flex;
2328 align-items : center;
You can’t perform that action at this time.
0 commit comments