File tree Expand file tree Collapse file tree 2 files changed +44
-8
lines changed Expand file tree Collapse file tree 2 files changed +44
-8
lines changed Original file line number Diff line number Diff line change 10
10
branches : ["master", "development"]
11
11
paths-ignore :
12
12
- " *.md" # ignore all markdown files at root
13
- - " *.js" # ignore all js files at root
14
13
- " *.ts" # ignore all ts files at root
15
14
- " assets/**" # ignore root assets
16
15
- " docs/**" # ignore all docs
24
23
branches : ["master", "development"]
25
24
paths-ignore :
26
25
- " *.md" # ignore all markdown files at root
27
- - " *.js" # ignore all js files at root
28
26
- " *.ts" # ignore all ts files at root
29
27
- " assets/**" # ignore root assets
30
28
- " docs/**" # ignore all docs
Original file line number Diff line number Diff line change @@ -99,19 +99,43 @@ const config = {
99
99
position : 'left' ,
100
100
label : 'Documentation' ,
101
101
} ,
102
+ {
103
+ label : 'Plugins' ,
104
+ to : ( process . env . PUBLIC_SITE_ROOT || '' ) + '/plugins' ,
105
+ position : 'left' ,
106
+ } ,
107
+ {
108
+ label : 'Themes' ,
109
+ to : ( process . env . PUBLIC_SITE_ROOT || '' ) + '/themes' ,
110
+ position : 'left' ,
111
+ } ,
102
112
{
103
113
label : 'Playground' ,
104
114
to : '/playground' ,
105
115
position : 'left' ,
106
116
} ,
107
117
{
108
- label : 'Gallery ' ,
109
- to : 'https://gallery.react-chatbotify.com ' ,
118
+ type : 'dropdown ' ,
119
+ label : 'About Us ' ,
110
120
position : 'left' ,
121
+ items : [
122
+ {
123
+ label : 'Our Team' ,
124
+ to : ( process . env . PUBLIC_SITE_ROOT || '' ) + '/our-team' ,
125
+ } ,
126
+ {
127
+ label : 'Terms of Service' ,
128
+ to : ( process . env . PUBLIC_SITE_ROOT || '' ) + '/terms-of-service' ,
129
+ } ,
130
+ {
131
+ label : 'Privacy Policy' ,
132
+ to : ( process . env . PUBLIC_SITE_ROOT || '' ) + '/privacy-policy' ,
133
+ } ,
134
+ ] ,
111
135
} ,
112
136
{
113
- label : 'Contributing ' ,
114
- to : 'https://github.com/tjtanjin/ react-chatbotify#contributing ' ,
137
+ label : 'Gallery ' ,
138
+ to : 'https://gallery. react-chatbotify.com ' ,
115
139
position : 'left' ,
116
140
} ,
117
141
{
@@ -120,9 +144,23 @@ const config = {
120
144
position : 'right' ,
121
145
} ,
122
146
{
123
- href : 'https://discord.gg/6R4DK4G5Zh ' ,
124
- label : 'Discord ' ,
147
+ type : 'dropdown ' ,
148
+ label : 'Community ' ,
125
149
position : 'right' ,
150
+ items : [
151
+ {
152
+ label : 'Discord' ,
153
+ href : 'https://discord.gg/6R4DK4G5Zh' ,
154
+ } ,
155
+ {
156
+ label : 'Instagram' ,
157
+ href : 'https://instagram.com/react.chatbotify' ,
158
+ } ,
159
+ {
160
+ label : 'Twitter (X)' ,
161
+ href : 'https://x.com/reactchatbotify' ,
162
+ } ,
163
+ ] ,
126
164
} ,
127
165
] ,
128
166
} ,
You can’t perform that action at this time.
0 commit comments