Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/oauth2_apis_versioned/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"version": "1.0.0",
"label": "v1.0.0",
"baseUrl": "/docs/oauth2_apis_versioned/1.0.0/oauth2_apis"
"baseUrl": "/docs/oauth2_apis_versioned/1.0.0/oauth2-apis"
}
]
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const config = {
},
},
content_apis_versioned: {
specPath: "openAPI/content/v4.json",
specPath: "openAPI/content-apis/v4.json",
outputDir: "docs/content_apis_versioned", // No trailing slash
sidebarOptions: {
groupPathsBy: "tag",
Expand All @@ -86,7 +86,7 @@ const config = {
baseUrl: "/docs/content_apis_versioned/4.0.0", // Leading slash is important
versions: {
"4.0.0": {
specPath: "openAPI/content/v4.json",
specPath: "openAPI/content-apis/v4.json",
outputDir: "docs/content_apis_versioned/4.0.0", // No trailing slash
label: "v4.0.0",
baseUrl: "/docs/content_apis_versioned/4.0.0/content-apis", // Leading slash is important
Expand All @@ -108,7 +108,7 @@ const config = {
specPath: "openAPI/oauth2-apis/v1.json",
outputDir: "docs/oauth2_apis_versioned/1.0.0", // No trailing slash
label: "v1.0.0",
baseUrl: "/docs/oauth2_apis_versioned/1.0.0/oauth2_apis", // Leading slash is important
baseUrl: "/docs/oauth2_apis_versioned/1.0.0/oauth2-apis", // Leading slash is important
},
},
},
Expand Down Expand Up @@ -187,7 +187,7 @@ const config = {
},
{
label: "OAuth2 APIs",
to: "docs/category/oauth2_apis",
to: "docs/category/oauth2-apis",
},
],
},
Expand Down Expand Up @@ -220,7 +220,7 @@ const config = {
},
{
label: "OAuth2 APIs",
to: "docs/category/oauth2_apis",
to: "docs/category/oauth2-apis",
},
],
},
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const sidebars = {
items: require("./docs/user_related_apis_versioned/1.0.0/sidebar.js"),
},
],
oauth2_apis: [
"oauth2-apis": [
{
type: "html",
defaultStyle: true,
Expand All @@ -179,12 +179,12 @@ const sidebars = {
type: "generated-index",
title: "OAuth2 APIs (latest)",
description: "OAuth2 APIs APIs",
slug: "/category/oauth2_apis",
slug: "/category/oauth2-apis",
},
items: require("./docs/oauth2_apis_versioned/sidebar.js"),
},
],
"oauth2_apis-1.0.0": [
"oauth2-apis-1.0.0": [
{
type: "html",
defaultStyle: true,
Expand All @@ -203,7 +203,7 @@ const sidebars = {
type: "generated-index",
title: "OAuth2 APIs (v1.0.0)",
description: "OAuth2 APIs",
slug: "/category/oauth2_apis-1.0.0",
slug: "/category/oauth2-apis-1.0.0",
},
items: require("./docs/oauth2_apis_versioned/1.0.0/sidebar.js"),
},
Expand Down