File tree Expand file tree Collapse file tree 3 files changed +2
-31
lines changed
Expand file tree Collapse file tree 3 files changed +2
-31
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ export const docs: Navigation = [
323323export 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
686656export const devPortal : Navigation = [
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments