File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ matrix:
2525 - img
2626 sources :
2727 - ' *.md'
28- - ' docs/**'
28+ - ' docs/**/*.md '
Original file line number Diff line number Diff line change 1+ /* extra.css */
2+ .md-header {
3+ background-color : # 6DB340 ;
4+ }
Original file line number Diff line number Diff line change @@ -3,14 +3,30 @@ repo_url: https://github.com/redis/lettuce
33theme :
44 name : material
55 logo : static/logo-redis.svg
6+ favicon : static/favicon.ico
7+ icon :
8+ repo : fontawesome/brands/github
69 font :
710 text : ' Geist'
811 code : ' Geist Mono'
912 features :
1013 - content.code.copy
14+ - navigation.footer
1115 palette :
1216 primary : white
1317 accent : red
18+ extra_css :
19+ - css/extra.css
20+ extra :
21+ social :
22+ - icon : fontawesome/brands/x-twitter
23+ link : https://twitter.com/redisinc
24+ - icon : fontawesome/brands/discord
25+ link : https://discord.gg/redis
26+ - icon : fontawesome/brands/youtube
27+ link : https://www.youtube.com/redisinc
28+ - icon : fontawesome/brands/twitch
29+ link : https://www.twitch.tv/redisinc
1430
1531plugins :
1632 - search
You can’t perform that action at this time.
0 commit comments