Skip to content

Commit 114755d

Browse files
authored
MKdocs styling update (#3034)
* MKdocs styling update * Disable spellcheck on ?? icons ??
1 parent 19f76a3 commit 114755d

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

.github/spellcheck-settings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ matrix:
2525
- img
2626
sources:
2727
- '*.md'
28-
- 'docs/**'
28+
- 'docs/**/*.md'

docs/css/extra.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* extra.css */
2+
.md-header {
3+
background-color: #6DB340;
4+
}

docs/static/favicon.ico

32.2 KB
Binary file not shown.

mkdocs.yml

+16
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,30 @@ repo_url: https://github.com/redis/lettuce
33
theme:
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

1531
plugins:
1632
- search

0 commit comments

Comments
 (0)