docs
docs copied to clipboard
Nested lists doesn't render well
On page https://api-platform.com/docs/create-client/typescript/ , at the bottom of the page, the files are actually generated at the level below "interfaces". However, in the documentation, the rendered HTML shows it at the same level:
However, the source markup seems correct:
https://github.com/api-platform/docs/blob/df883f361a9365557bd1fb5555e15601df6ad12b/create-client/typescript.md?plain=1#L30-L35
I assume that's an issue with the markdown generator, but I didn't dig too deep to see what's going on.