Skip to content

Commit d9029c8

Browse files
Update CLI menu links to point to docs page
Update navigation menu to redirect CLI link from /cli/ to /cli/docs. This change applies to both the main navbar and footer navigation. Changes: - Updated navbar CLI link: /cli/ → /cli/docs - Updated footer CLI link: /cli/ → /cli/docs Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent b5f7f68 commit d9029c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apify-docs-theme/src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const themeConfig = {
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',
@@ -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

Comments
 (0)