diff --git a/docs/ecosystem/api-design.md b/docs/ecosystem/api-design.md index 7bf7b5f1f..87972d7f2 100644 --- a/docs/ecosystem/api-design.md +++ b/docs/ecosystem/api-design.md @@ -1,6 +1,6 @@ --- id: api-design -title: Design +title: API Design --- This document provides a summary of Ory's REST design with topics like pagination and date formats. If you're interested in Ory's diff --git a/src/sidebar.ts b/src/sidebar.ts index ccdc769a8..eaae97031 100644 --- a/src/sidebar.ts +++ b/src/sidebar.ts @@ -27,6 +27,7 @@ const referenceSidebar: ExtendSidebar = [ items: [ "reference/api", "sdk", + "ecosystem/api-design", { type: "category", label: "Operations",