@@ -53,13 +53,13 @@ const themeConfig = {
5353 } ,
5454 {
5555 label : 'Client for JavaScript' ,
56- href : `${ absoluteUrl } /api/client/js/` , // we need a trailing slash here, we'd get redirected there anyway
56+ href : `${ absoluteUrl } /api/client/js/docs` ,
5757 target : '_self' ,
5858 rel : 'dofollow' ,
5959 } ,
6060 {
6161 label : 'Client for Python' ,
62- href : `${ absoluteUrl } /api/client/python/` , // we need a trailing slash here, we'd get redirected there anyway
62+ href : `${ absoluteUrl } /api/client/python/docs/overview` ,
6363 target : '_self' ,
6464 rel : 'dofollow' ,
6565 } ,
@@ -76,21 +76,21 @@ const themeConfig = {
7676 items : [
7777 {
7878 label : 'SDK for JavaScript' ,
79- href : `${ absoluteUrl } /sdk/js/` , // we need a trailing slash here, we'd get redirected there anyway
79+ href : `${ absoluteUrl } /sdk/js/docs/overview` ,
8080 target : '_self' ,
8181 rel : 'dofollow' ,
8282 } ,
8383 {
8484 html : 'SDK for Python' ,
85- href : `${ absoluteUrl } /sdk/python/` , // we need a trailing slash here, we'd get redirected there anyway
85+ href : `${ absoluteUrl } /sdk/python/docs/overview` ,
8686 target : '_self' ,
8787 rel : 'dofollow' ,
8888 } ,
8989 ] ,
9090 } ,
9191 {
9292 label : 'CLI' ,
93- href : `${ absoluteUrl } /cli/` , // we need a trailing slash here, we'd get redirected there anyway
93+ href : `${ absoluteUrl } /cli/docs` ,
9494 position : 'left' ,
9595 activeBasePath : 'cli' ,
9696 target : '_self' ,
@@ -188,13 +188,13 @@ const themeConfig = {
188188 } ,
189189 {
190190 label : 'Client for JavaScript' ,
191- href : `${ absoluteUrl } /api/client/js/` , // we need a trailing slash here, we'd get redirected there anyway
191+ href : `${ absoluteUrl } /api/client/js/docs` ,
192192 target : '_self' ,
193193 rel : 'dofollow' ,
194194 } ,
195195 {
196196 label : 'Client for Python' ,
197- href : `${ absoluteUrl } /api/client/python/` , // we need a trailing slash here, we'd get redirected there anyway
197+ href : `${ absoluteUrl } /api/client/python/docs/overview` ,
198198 target : '_self' ,
199199 rel : 'dofollow' ,
200200 } ,
@@ -205,13 +205,13 @@ const themeConfig = {
205205 items : [
206206 {
207207 label : 'SDK for JavaScript' ,
208- href : `${ absoluteUrl } /sdk/js/` , // we need a trailing slash here, we'd get redirected there anyway
208+ href : `${ absoluteUrl } /sdk/js/docs/overview` ,
209209 target : '_self' ,
210210 rel : 'dofollow' ,
211211 } ,
212212 {
213213 label : 'SDK for Python' ,
214- href : `${ absoluteUrl } /sdk/python/` , // we need a trailing slash here, we'd get redirected there anyway
214+ href : `${ absoluteUrl } /sdk/python/docs/overview` ,
215215 target : '_self' ,
216216 rel : 'dofollow' ,
217217 } ,
@@ -222,7 +222,7 @@ const themeConfig = {
222222 items : [
223223 {
224224 label : 'CLI' ,
225- href : `${ absoluteUrl } /cli/` , // we need a trailing slash here, we'd get redirected there anyway
225+ href : `${ absoluteUrl } /cli/docs` ,
226226 position : 'left' ,
227227 target : '_self' ,
228228 rel : 'dofollow' ,
0 commit comments