Hello,
I have cloned this repository and started the docs by running yarn start without making any modifications to the code.
I noticed that the Petsore API docs are present in the Petstore API tab, which is ok (as marked in green rectangle below), but these are also present in the Tutorial tab under petstore item, which shouldn't be there (as marked in red rectangle below).

Please let me know how to remove the petstore item under the Tutorial tab.
Thanks.
EDIT:
I removed this duplicate item by setting the sidebars.ts file content manually, instead of generating it automatically from the docs folder.
Hello,
I have cloned this repository and started the docs by running
yarn startwithout making any modifications to the code.I noticed that the Petsore API docs are present in the
Petstore APItab, which is ok (as marked in green rectangle below), but these are also present in theTutorialtab underpetstoreitem, which shouldn't be there (as marked in red rectangle below).Please let me know how to remove the
petstoreitem under theTutorialtab.Thanks.
EDIT:
I removed this duplicate item by setting the sidebars.ts file content manually, instead of generating it automatically from the docs folder.