Skip to content

Commit abbd7e8

Browse files
Update client menu links to point to docs pages
- Updated navbar JS client link: /api/client/js/ → /api/client/js/docs - Updated footer JS client link: /api/client/js/ → /api/client/js/docs - Updated navbar Python client link: /api/client/python/ → /api/client/python/docs/introduction/overview - Updated footer Python client link: /api/client/python/ → /api/client/python/docs/introduction/overview Related to removing landing pages in apify-client-js and apify-client-python repositories. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent d9029c8 commit abbd7e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apify-docs-theme/src/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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/introduction/overview`,
6363
target: '_self',
6464
rel: 'dofollow',
6565
},
@@ -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/introduction/overview`,
198198
target: '_self',
199199
rel: 'dofollow',
200200
},

0 commit comments

Comments
 (0)