Next arrow button on specific page doesn't go anywhere
timkim opened this issue · 2 comments
Submit an issue
Topic
The next arrow button on this page:
https://adobexdplatform.com/plugin-docs/reference/how-to-read.html
does not go anywhere.
This is an issue regarding:
- The tutorials contained within this repo.
- The samples contained within this repo.
Versions
Current version of the site.
Description of the issue
I noticed that the right arrow to go to the next article just points back to itself:
<a href="how-to-read.html" class="navigation navigation-next " aria-label="Next page: How to read this reference" style="margin-right: 0px;">
<i class="fa fa-angle-right"></i>
</a>
Proposed solution or attempted solutions that failed
I think the root of the issue is that these two items are the same page. My guess is that whatever generated the doc saw that the next link is itself instead of https://adobexdplatform.com/plugin-docs/reference/application.html
@kerrishotts could you look at this when you have time? I was able to replicate the behavior. This is probably related to Gitbook issues and the proposed solution by @timkim seems reasonable.
Looks like this has since been addressed. Thank you!