tidev / docs-devkit

Tooling for Axway Appcelerator open source documentation. https://titanium-docs-devkit.netlify.com/
24 stars 18 forks source link

feat(docs): fix menu links #222

Closed m1ga closed 1 year ago

m1ga commented 2 years ago

fixes https://github.com/tidev/titanium-docs/issues/45

I've added methods_... to the links in the side-menu so they are unique. If you go to https://titaniumsdk.com/api/modules/map/view.html and click on userLocation (event) it will scroll to userLocation (property).

To keep all existing links I've moved the unprefixed ID to the div above it. So you can still use /api/titanium/ui.html#createactivityindicator and /api/titanium/ui.html#methods_createactivityindicator (unique)