File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+
3+ {% block announce %}
4+ {#- Add your announcement content here, including arbitrary HTML -#}
5+ < div class ="announcement-bar ">
6+ < p > 🎉 Superglue 2.0 Alpha has been released with Super Turbo Streams! Check out the new docs < a href ="../2.0.alpha "> here</ a >
7+ </ p >
8+ </ div >
9+ {% endblock %}
Original file line number Diff line number Diff line change 1010.md-header__button .md-logo img {
1111 height : 2.3rem ;
1212}
13+
14+ .md-banner {
15+ background-color : # 201313 ;
16+
17+ a {
18+ color : # ffe7a3 ;
19+ font-weight : 700 ;
20+ text-decoration : underline;
21+ }
22+ }
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ copyright: Copyright © 2024 thoughtbot
1212
1313theme :
1414 name : material
15+ custom_dir : docs/overrides
1516 logo : images/s-color.svg
1617 features :
1718 - header.autohide
2728extra_css :
2829 - stylesheets/extra.css
2930extra :
31+ version :
32+ provider : mike
3033 social :
3134 - icon : fontawesome/brands/mastodon
3235 link : https://thoughtbot.social/public/local
You can’t perform that action at this time.
0 commit comments