Skip to content

Commit 29b5811

Browse files
committed
Fix index redirect
1 parent eb87270 commit 29b5811

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed
File renamed without changes.

sidebar.ts

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export const docs: Navigation = [
323323
export const programming: Navigation = [
324324
{
325325
type: "doc",
326-
file: "programmable-api/index",
326+
file: "programmable-api/overview",
327327
label: "Overview",
328328
},
329329

@@ -651,36 +651,6 @@ export const legacy: Navigation = [
651651
},
652652
],
653653
},
654-
{
655-
type: "doc",
656-
display: "hide",
657-
file: "articles/going-live",
658-
},
659-
{
660-
type: "doc",
661-
display: "hide",
662-
file: "articles/testing-api-key-authentication",
663-
},
664-
{
665-
type: "doc",
666-
display: "hide",
667-
file: "articles/securing-backend-shared-secret",
668-
},
669-
{
670-
type: "doc",
671-
display: "hide",
672-
file: "articles/oauth-authentication",
673-
},
674-
{
675-
type: "doc",
676-
display: "hide",
677-
file: "articles/developer-api",
678-
},
679-
{
680-
type: "doc",
681-
display: "hide",
682-
file: "articles/performance-testing",
683-
},
684654
];
685655

686656
export const devPortal: Navigation = [

zudoku.config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const config: ZudokuConfig = {
4545
to: "/articles/what-is-zuplo",
4646
},
4747
{ from: "/policies/index", to: "/policies/overview" },
48+
{ from: "/programmable-api/index", to: "/programmable-api/overview" },
4849
{ from: "/policies", to: "/policies/overview" },
4950
{
5051
from: "/dev-portal/zudoku/theme-playground",

0 commit comments

Comments
 (0)