File tree 4 files changed +21
-1
lines changed
4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ matrix:
25
25
- img
26
26
sources :
27
27
- ' *.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
3
3
theme :
4
4
name : material
5
5
logo : static/logo-redis.svg
6
+ favicon : static/favicon.ico
7
+ icon :
8
+ repo : fontawesome/brands/github
6
9
font :
7
10
text : ' Geist'
8
11
code : ' Geist Mono'
9
12
features :
10
13
- content.code.copy
14
+ - navigation.footer
11
15
palette :
12
16
primary : white
13
17
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
14
30
15
31
plugins :
16
32
- search
You can’t perform that action at this time.
0 commit comments