Skip to content

Commit

Permalink
Merge pull request #7 from knobs-dev/dev
Browse files Browse the repository at this point in the history
chore: endpoint url; removed examples
  • Loading branch information
stefanodecillis authored Sep 29, 2023
2 parents a9130ce + c91aa0e commit 8800826
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const sidebars = {
sdk: {
text: "SDK",
collapsed: true,
items: [
items: [
{
text: "Getting Started",
link: "/sdk/gettingStarted",
Expand All @@ -73,9 +73,8 @@ const sidebars = {
text: "Admin SDK",
link: "/sdk/adminSdk",
},

]
}
],
},
};

// https://vitepress.dev/reference/site-config
Expand All @@ -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: [
{
Expand Down
2 changes: 1 addition & 1 deletion api/endpointsDetailsIntro.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
link: /getting-started/gettingStarted
- theme: alt
text: API Examples
link: /api-examples
link: /sdk/gettingStarted

# features:
# - title: Simple
Expand Down

0 comments on commit 8800826

Please sign in to comment.