Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation anchors not working #410

Closed
NicoHood opened this issue Dec 22, 2020 · 4 comments
Closed

Documentation anchors not working #410

NicoHood opened this issue Dec 22, 2020 · 4 comments

Comments

@NicoHood
Copy link

When clicking at the table of contents the anchor links do not work:
https://developer.matomo.org/api-reference/PHP-Matomo-Tracker#setcustimension
https://developer.matomo.org/api-reference/PHP-Matomo-Tracker#clearcustimensions
https://developer.matomo.org/api-reference/PHP-Matomo-Tracker#getcustimension

I am not sure if other anchors are also affected, I guess the reason is a typo

@tsteur tsteur transferred this issue from matomo-org/matomo-php-tracker Dec 22, 2020
@tsteur tsteur added the bug label Dec 22, 2020
@tsteur
Copy link
Member

tsteur commented Dec 22, 2020

Thanks for creating the issue @NicoHood where are those links mentioned?

@Starker3
Copy link
Contributor

I just ran into this issue when looking for something in the developer docs.

The links are all directly after each other under Methods in the PHP-Matomo-Tracker docs:

setCustomDimension() — Sets a specific custom dimension
clearCustomDimensions() — Clears all previously set custom dimensions
getCustomDimension() — Returns the value of the custom dimension with the given id

Can be fixed by replacing
#setcustimension with #setcustomdimension
#clearcustimensions with #clearcustomdimensions
#getcustimension with #getcustomdimension

@heurteph-ei
Copy link

Is seems it can be closed now: links about custom dimensions are working well now, in the left menu...

@justinvelluppillai
Copy link
Contributor

I will close this now. There are still a few issues for example if there are two submenu items with the same name in the left menu they won't link to the section correctly but there is another issue which should address this issue #673

@justinvelluppillai justinvelluppillai closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants