-
Notifications
You must be signed in to change notification settings - Fork 210
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
Many links in tutorial do not work #1874
Comments
It seems like |
Maybe that changed in one of the recent updates to typedocs? |
From my short inspection it seems like this broke somewhere in the transition to TypeDoc 0.23.x reverting to 0.22.18 does not seem to be a trivial workaround as the generated website seems partially broken (unsupported typescript version?). |
after releasing 10.4.1 the website (new one for 10.4.1) works as expected for me. |
Many links from tutorial or guide lead to the API page of CstParser, however the anchors are not there.
Example 1: https://chevrotain.io/docs/tutorial/step2_parsing.html#introduction
Link: CONSUME
Example 2: https://chevrotain.io/docs/tutorial/step4_fault_tolerance.html#single-token-insertion
Link: canTokenTypeBeInsertedInRecovery
The problem seems to be with the API docs page of CstParser, where should be much more information than there currently is.
The text was updated successfully, but these errors were encountered: