Skip to content

Commit

Permalink
Fix guides subpages
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan authored Sep 29, 2022
1 parent b48f1c2 commit a5db45a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export default withGuildDocs({
'/docs/getting-started/introduction': '/docs/getting-started/overview',
'/docs/handlers': '/docs/handlers/handlers-introduction',
'/docs/handlers/available-handlers': '/docs/handlers/handlers-introduction',
'/docs/guides/:path*': '/docs/guides/extending-unified-schema',
'/docs/migration/:path*': '/docs/migration/openapi-0.31-0.32',
'/docs/plugins': '/docs/plugins/plugins-introduction',
}).map(([from, to]) => ({
source: from,
Expand Down

0 comments on commit a5db45a

Please sign in to comment.