Description
If you go e.g. here https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/ you'll see that all the NLOHMANN_DEFINE_DERIVED_TYPE... macros names in the left column are replaced with NLOHMANN_DEFINE_DERIVED_TYPE_INTRUSIVE. This is also happening to the other NLOHMANN_DEFINE_... macros. Apparently, mkdocs doesn't support several different nav links to the same page.
Reproduction steps
- open https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/
- See the wrong nav links
Expected vs. actual results
Expected: correct macros names, Actual: incorrect
Minimal code example
No response
Error messages
No response
Compiler and operating system
Library version
Validation
Description
If you go e.g. here https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/ you'll see that all the
NLOHMANN_DEFINE_DERIVED_TYPE...macros names in the left column are replaced withNLOHMANN_DEFINE_DERIVED_TYPE_INTRUSIVE. This is also happening to the otherNLOHMANN_DEFINE_...macros. Apparently, mkdocs doesn't support several different nav links to the same page.Reproduction steps
Expected vs. actual results
Expected: correct macros names, Actual: incorrect
Minimal code example
No response
Error messages
No response
Compiler and operating system
Library version
Validation
developbranch is used.