diff --git a/.vitepress/config.mts b/.vitepress/config.mts index b71f0eb..37697e8 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -56,7 +56,7 @@ const sidebars = { sdk: { text: "SDK", collapsed: true, - items: [ + items: [ { text: "Getting Started", link: "/sdk/gettingStarted", @@ -73,9 +73,8 @@ const sidebars = { text: "Admin SDK", link: "/sdk/adminSdk", }, - - ] - } + ], + }, }; // https://vitepress.dev/reference/site-config @@ -87,11 +86,10 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config nav: [ { text: "Home", link: "/" }, - { text: "Examples", link: "/markdown-examples" }, + // { text: "Examples", link: "/markdown-examples" }, ], sidebar: { "/": [sidebars["gettingStarted"], sidebars["api"], sidebars["sdk"]], - }, socialLinks: [ { diff --git a/api/endpointsDetailsIntro.md b/api/endpointsDetailsIntro.md index bd466f4..3e0c82e 100644 --- a/api/endpointsDetailsIntro.md +++ b/api/endpointsDetailsIntro.md @@ -1,6 +1,6 @@ # Endpoints Details -The base URL to send all API requests is https://api.dev.indid.io. HTTPS is required for all API requests. +The base URL to send all API requests is https://api.indid.io. HTTPS is required for all API requests. The Indid API follows RESTful conventions and all the operations are performed via `GET` and `POST` requests. Request and response bodies are encoded as JSON. diff --git a/index.md b/index.md index 7c1a7a2..27322b0 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,7 @@ hero: link: /getting-started/gettingStarted - theme: alt text: API Examples - link: /api-examples + link: /sdk/gettingStarted # features: # - title: Simple