For some API groups, I want to sort the APIs in the group so that some APIs that users want to see first are placed in front.
Sorting rules: add x-position to the API and fill in the sorting number. When generating the sidebar.ts file, you can give priority to writing this part of the API according to the number. If there is no x-position, you can sort it according to the original plan.
For some API groups, I want to sort the APIs in the group so that some APIs that users want to see first are placed in front.
Sorting rules: add
x-positionto the API and fill in the sorting number. When generating thesidebar.tsfile, you can give priority to writing this part of the API according to the number. If there is nox-position, you can sort it according to the original plan.