Skip to content

Commit 4b0130d

Browse files
committed
docs(icons): Add discord link to the header
1 parent 95b1e19 commit 4b0130d

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

docs/data/menu/extra.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ header:
44
ref: https://github.com/emacs-eask/cli
55
icon: gdoc_github
66
external: true
7+
- name: Discord
8+
ref: https://discord.com/invite/E9zzjWGfFD
9+
icon: gdoc_dicord
10+
external: true

docs/static/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@
2222
.gdoc-footer {
2323
background: #44879A;
2424
}
25+
26+
/* Icons */
27+
28+
.gdoc_dicord {
29+
background: url('./icons/discord-mark-white.svg');
30+
background-repeat: no-repeat;
31+
margin-top: 5px;
32+
background-size: 90%;
33+
}
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)