turt2live / matrix-bot-sdk

TypeScript/JavaScript SDK for Matrix bots
MIT License
199 stars 69 forks source link

Fixes the app service documentation link on the main page. #340

Closed AndreasKl closed 1 year ago

AndreasKl commented 1 year ago

The link was pointing to an non existing page causing a 404.

Checklist

AndreasKl commented 1 year ago

Ok, I'll have a look if jsdocs or the github action is causing this.

AndreasKl commented 1 year ago

As far as I understand jsdocs thinks there will be a clash with Appservice.html therefore adding the underscore even if the tutorial prefix is added.

Is renaming an OKish workaround?

turt2live commented 1 year ago

renaming also isn't ideal. Is there an upstream issue for this?

AndreasKl commented 1 year ago

Sorry, I currently do not have time to dig deeper into jsdoc.