Skip to content

Commit

Permalink
chore: update endpoints in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Jan 23, 2023
1 parent fafade0 commit 0b4b442
Show file tree
Hide file tree
Showing 26 changed files with 1,068 additions and 2,122 deletions.
5 changes: 0 additions & 5 deletions docs/configuration/get-configuration.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/configuration/set-configuration.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/create-subscription.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/delete-seat.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/get-seat.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/get-seats.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/get-subscription.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/get-subscriptions.mdx

This file was deleted.

46 changes: 16 additions & 30 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
}
},
"api": {
"baseUrl": "https://bouncer.dot.industries/api/v1"
"baseUrl": "https://bouncer.dot.industries/api/v1",
"auth": {
"method": "key",
"name": "x-api-key"
}
},
"topbarCtaButton": {
"type": "github",
Expand All @@ -35,45 +39,27 @@
],
"navigation": [
{
"group": "Configuration",
"group": "Products",
"pages": [
"configuration/get-configuration",
"configuration/set-configuration"
"products/create-product",
"products/get-products",
"products/get-product",
"products/update-product"
]
},
{
"group": "Publishers",
"pages": ["publishers/publishers"]
},
{
"group": "Publisher",
"pages": ["publisher/publisher"]
},
{
"group": "Seats",
"pages": [
"seats/get-seat",
"seats/update-seat",
"seats/delete-seat",
"seats/get-seats"
"seats/get-seats",
"seats/user-seat",
"seats/request",
"seats/redeem",
"seats/reserve"
]
},
{
"group": "User-seat",
"pages": ["user-seat/user-seat"]
},
{
"group": "Redeem",
"pages": ["redeem/redeem"]
},
{
"group": "Request",
"pages": ["request/request"]
},
{
"group": "Reserve",
"pages": ["reserve/reserve"]
},
{
"group": "Subscription",
"pages": [
Expand All @@ -84,4 +70,4 @@
]
}
]
}
}
Loading

0 comments on commit 0b4b442

Please sign in to comment.