File tree 4 files changed +1736
-27
lines changed
4 files changed +1736
-27
lines changed Original file line number Diff line number Diff line change 26
26
cache : pnpm
27
27
- run : pnpm install --frozen-lockfile --strict-peer-dependencies
28
28
- run : pnpm run build
29
+ env :
30
+ API_KEY : ${{ secrets.INKEEP_API_KEY }}
29
31
- run : pnpm run lint
30
32
31
33
fix :
Original file line number Diff line number Diff line change @@ -126,6 +126,48 @@ const config: Config = {
126
126
} ,
127
127
}
128
128
} ,
129
+ [
130
+ "@inkeep/cxkit-docusaurus" ,
131
+ {
132
+ SearchBar : {
133
+ baseSettings : {
134
+ apiKey : process . env . INKEEP_API_KEY ,
135
+ primaryBrandColor : "#FF570A" ,
136
+ } ,
137
+ aiChatSettings : {
138
+ chatSubjectName : "CodeRabbit" ,
139
+ aiAssistantAvatar : "https://www.coderabbit.ai/favicon.ico" ,
140
+ getHelpOptions : [
141
+ {
142
+ name : "Discord" ,
143
+ icon : {
144
+ builtIn : "FaDiscord" ,
145
+ } ,
146
+ action : {
147
+ type : "open_link" ,
148
+ url : "https://discord.gg/coderabbit" ,
149
+ } ,
150
+ } ,
151
+ {
152
+ name : "Contact Us" ,
153
+ icon : {
154
+ builtIn : "IoChatbubblesOutline" ,
155
+ } ,
156
+ action : {
157
+ type : "open_link" ,
158
+ url : "https://www.coderabbit.ai/contact-us" ,
159
+ } ,
160
+ } ,
161
+ ] ,
162
+ exampleQuestions : [
163
+ "What is CodeRabbit?" ,
164
+ "How to integrate CodeRabbit with GitHub?" ,
165
+ "How to set up a AI Code Review?" ,
166
+ ] ,
167
+ } ,
168
+ } ,
169
+ } ,
170
+ ] ,
129
171
] ,
130
172
131
173
presets : [
Original file line number Diff line number Diff line change 23
23
"@docusaurus/plugin-client-redirects" : " ^3.6.1" ,
24
24
"@docusaurus/plugin-content-blog" : " ^3.6.1" ,
25
25
"@docusaurus/preset-classic" : " ^3.6.1" ,
26
+ "@inkeep/cxkit-docusaurus" : " ^0.5.52" ,
26
27
"@mdx-js/react" : " ^3.1.0" ,
27
28
"autoprefixer" : " ^10.4.20" ,
28
29
"clsx" : " ^2.1.1" ,
You can’t perform that action at this time.
0 commit comments