payload icon indicating copy to clipboard operation
payload copied to clipboard

Fixed Nested Docs URL conflicts

Open sarfarazsiddiquii opened this issue 1 year ago • 1 comments

Description

The issue (ref #5879) existed due to the code was only considering the last part of the slug to fetch the page. ref examples\nested-docs\next-app\app\[...slug]\page.tsx

The fix was to use the full path of the slug to fetch the page.

  • [x] I have read and understand the CONTRIBUTING.md document in this repository.

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [x] Existing test suite passes locally with my changes

sarfarazsiddiquii avatar Apr 18 '24 06:04 sarfarazsiddiquii

@denolfe i belive the issue is solved can you please review it and tell me if any changes are required. Thanks

sarfarazsiddiquii avatar Apr 21 '24 20:04 sarfarazsiddiquii

Examples will be reworked for 3.0. If still an issue after, feel free to open a new PR.

denolfe avatar May 01 '24 19:05 denolfe