You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visiting the Push Notification doc page, there is a cross link to the Local Notifications page. Currently, the link is broken. The cause of the break is both a bad path and a case sensitive issue. Note the difference:
Actual Page:https://capacitor.ionicframework.com/docs/apis/local-Notifications/
I see that the markdown docs use the lower-cased directory names, but I imagine something in the deploy chain is case-insensitive. Also, it's a bit confusing how the directory of md pages resolves the built html and their paths. The directory walk up in the source file appears to be unnecessary: site/docs-md/apis/push-notifications/index.md.
The text was updated successfully, but these errors were encountered:
I've fixed the local-notifications vs local-Notifications thing.
The other problem is a known issue on our relative urls.
If you go to Push Notifications page, it loads https://capacitor.ionicframework.com/docs/apis/push-notifications url and the link is broken, but if while being there you refresh, it becomes https://capacitor.ionicframework.com/docs/apis/push-notifications/ and then the link works.
We should probably make the plugin urls to always finish with /
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Visiting the Push Notification doc page, there is a cross link to the Local Notifications page. Currently, the link is broken. The cause of the break is both a bad path and a case sensitive issue. Note the difference:
https://capacitor.ionicframework.com/docs/local-notifications
https://capacitor.ionicframework.com/docs/apis/local-Notifications/
I see that the markdown docs use the lower-cased directory names, but I imagine something in the deploy chain is case-insensitive. Also, it's a bit confusing how the directory of md pages resolves the built html and their paths. The directory walk up in the source file appears to be unnecessary:
site/docs-md/apis/push-notifications/index.md
.The text was updated successfully, but these errors were encountered: