Skip to content

Commit 7c338a2

Browse files
Update SDK menu links to point directly to docs
Updates SDK menu links in navbar and footer to point to /docs/overview instead of landing pages, consistent with the removal of SDK landing pages. Changes: - Update JavaScript SDK link from /sdk/js/ to /sdk/js/docs/overview - Update Python SDK link from /sdk/python/ to /sdk/python/docs/overview - Remove outdated comments about trailing slashes Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent abbd7e8 commit 7c338a2

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
@@ -76,13 +76,13 @@ 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
},
@@ -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
},

0 commit comments

Comments
 (0)