Skip to content

Commit

Permalink
Merge pull request #31 from mittwald/feature/no-redirect-routes
Browse files Browse the repository at this point in the history
Do not include deprecated+redirected routes in API reference
  • Loading branch information
martin-helmich authored Jul 19, 2023
2 parents dc0f089 + bdad2b5 commit 577d9b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ const config = {
},
{
id: "v2",
spec: "https://api.mittwald.de/openapi",
spec: "https://api.mittwald.de/openapi?withRedirects=false",
route: "/reference/v2",
},
],
theme: {
primaryColor: "#27367b",
primaryColorDark: "#abb9ff"
primaryColorDark: "#abb9ff",
},
},
],
Expand Down Expand Up @@ -154,7 +154,7 @@ const config = {
{
label: "Reference",
to: "/reference/v2",
}
},
],
},
{
Expand Down

0 comments on commit 577d9b8

Please sign in to comment.