Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amabdulr authored Jan 7, 2025
1 parent 5cd34b4 commit 9b73834
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,35 @@
{
"title": "Authentication",
"content": "docs/Authorization.md",
"uri": "authorization"
"uri": "authorization",
"config": {
"expand": 1
},
"items": [
{
"title": "Bearer Token",
"content": "docs/Authorization_Bearer.md",
"uri": "bearer",

},
{
"title": "OAuth 2.0",
"content": "docs/OAuth_Integration.md",
"uri": "oauth",
"items": [
{
"title": "OAuth Scope",
"content": "docs/OAuthScope.md",
"uri": "scope"
},
{
"title": "OAuth Troubleshooting",
"content": "docs/OAuth_Troubleshooting.md",
"uri": "troubleshooting"
}
]
}
]
},
{
"title": "Errors",
Expand Down Expand Up @@ -46,7 +74,13 @@
},
{
"title": "Deprecation",
"content": "docs/deprecation.md"
"content": "docs/deprecation.md",
"items": [
{
"title": "Deprecated operations",
"content": "docs/deprecated-operations.md"
}
]
},
{
"title": "API Changelog",
Expand Down Expand Up @@ -82,6 +116,10 @@
"title": "Callbacks",
"content": "docs/Callbacks.md"
},
{
"title": "OAuth 2.0",
"content": "docs/OAuth.md"
},
{
"title": "Path Parameters",
"content": "docs/serviceParamMap.md"
Expand Down

0 comments on commit 9b73834

Please sign in to comment.