Skip to content

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed
 

‎docusaurus.config.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ const config: Config = {
4040
"@docusaurus/plugin-client-redirects",
4141
{
4242
redirects: [
43+
{
44+
to: "docs/introduction",
45+
from: "/",
46+
},
4347
{
4448
to: "/docs/get-started/signup",
4549
from: "/docs/get-started",
@@ -98,7 +102,7 @@ const config: Config = {
98102
colorMode: {
99103
defaultMode: "light",
100104
disableSwitch: false,
101-
respectPrefersColorScheme: true,
105+
respectPrefersColorScheme: false,
102106
},
103107
metadata: [
104108
{ name: "keywords", content: "ai, blog" },
@@ -142,8 +146,10 @@ const config: Config = {
142146

143147
{
144148
href: "https://discord.gg/CVtemB5c",
145-
label: "Discord",
149+
className: "header-discord-link",
150+
"aria-label": "Discord",
146151
position: "right",
152+
label: "Discord",
147153
},
148154
],
149155
},

‎src/css/custom.css

+16
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,19 @@
3939
font-size: 1.25rem;
4040
font-weight: 700;
4141
}
42+
43+
/* Light mode Discord icon */
44+
/* .header-discord-link:before {
45+
-webkit-filter: invert(100%);
46+
filter: invert(100%);
47+
content: "";
48+
display: flex;
49+
height: 16px;
50+
width: 20px;
51+
} */
52+
53+
/* Dark mode Discord icon */
54+
/* .header-discord-link:before {
55+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='20' viewBox='0 0 640 512'%3E%3Cpath fill='%23FFFFFF' d='M524.5 69.8a1.5 1.5 0 0 0 -.8-.7A485.1 485.1 0 0 0 404.1 32a1.8 1.8 0 0 0 -1.9 .9 337.5 337.5 0 0 0 -14.9 30.6 447.8 447.8 0 0 0 -134.4 0 309.5 309.5 0 0 0 -15.1-30.6 1.9 1.9 0 0 0 -1.9-.9A483.7 483.7 0 0 0 116.1 69.1a1.7 1.7 0 0 0 -.8 .7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 0 0 .8 1.4A487.7 487.7 0 0 0 176 479.9a1.9 1.9 0 0 0 2.1-.7A348.2 348.2 0 0 0 208.1 430.4a1.9 1.9 0 0 0 -1-2.6 321.2 321.2 0 0 1 -45.9-21.9 1.9 1.9 0 0 1 -.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8 0 0 1 1.9-.3c96.2 43.9 200.4 43.9 295.5 0a1.8 1.8 0 0 1 1.9 .2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9 0 0 1 -.2 3.1 301.4 301.4 0 0 1 -45.9 21.8 1.9 1.9 0 0 0 -1 2.6 391.1 391.1 0 0 0 30 48.8 1.9 1.9 0 0 0 2.1 .7A486 486 0 0 0 610.7 405.7a1.9 1.9 0 0 0 .8-1.4C623.7 277.6 590.9 167.5 524.5 69.8zM222.5 337.6c-29 0-52.8-26.6-52.8-59.2S193.1 219.1 222.5 219.1c29.7 0 53.3 26.8 52.8 59.2C275.3 311 251.9 337.6 222.5 337.6zm195.4 0c-29 0-52.8-26.6-52.8-59.2S388.4 219.1 417.9 219.1c29.7 0 53.3 26.8 52.8 59.2C470.7 311 447.5 337.6 417.9 337.6z'/%3E%3C/svg%3E")
56+
no-repeat;
57+
} */

‎static/img/discord.svg

+1
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.