File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ const config: Config = {
83
83
label : "Get Started" ,
84
84
to : "/docs/getting-started" ,
85
85
} ,
86
+ {
87
+ label : "Contributing" ,
88
+ to : "/docs/contributing" ,
89
+ } ,
86
90
] ,
87
91
} ,
88
92
{
@@ -103,18 +107,33 @@ const config: Config = {
103
107
} ,
104
108
{
105
109
label : "GitHub" ,
106
- href : "https://github.com/facebook/docusaurus " ,
110
+ href : "https://github.com/caioricciuti/ch-ui?utm_source=ch-ui-docs&utm_medium=footer " ,
107
111
} ,
108
112
] ,
109
113
} ,
110
114
] ,
111
115
copyright : `${ new Date ( ) . getFullYear ( ) } CH-UI made with ❤` ,
112
116
} ,
117
+
113
118
prism : {
114
119
theme : prismThemes . github ,
115
120
darkTheme : prismThemes . dracula ,
116
121
} ,
117
122
} satisfies Preset . ThemeConfig ,
123
+
124
+ scripts : [
125
+ {
126
+ src : "https://umami.caioricciuti.com/script.js" ,
127
+ "data-website-id" : "ba7d406b-f617-44ac-9c7f-6c3b864fa863" ,
128
+ async : true ,
129
+ } ,
130
+ {
131
+ src : "https://consent.cookiebot.com/uc.js" ,
132
+ "data-cbid" : "92463182-1238-4c58-82fb-86dd7fc0c26a" ,
133
+ "data-blockingmode" : "auto" ,
134
+ async : true ,
135
+ } ,
136
+ ] ,
118
137
} ;
119
138
120
139
export default config ;
You can’t perform that action at this time.
0 commit comments