Closed crystalfp closed 1 year ago
The same happens for the link at the bottom of the Titlebar Options page to go back to the getting-started. They seem to be going to ./<page>
which is resolving them to /<lang>/docs/<current-page>/<next-page>
The issue seems to be rooted at https://github.com/AlexTorresDev/cet-docs/blob/1a1ec1e143f53e96bb127007a49a5640f8f8d6d1/src/components/Navigation.astro#L22 and https://github.com/AlexTorresDev/cet-docs/blob/1a1ec1e143f53e96bb127007a49a5640f8f8d6d1/src/components/Navigation.astro#L41
and should probably be something like
href={`../${previous.slug.split("/")[1]}`}
The documentation has been moved to the wiki so that it can be updated through the same repository.
Describe the bug The link at the end of Get started page points nowhere.
To Reproduce Steps to reproduce the behavior:
Expected behavior Find documentation on how to use the package
Desktop (please complete the following information):