Skip to content
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

[Dev docs] Fix previous and next page links #1601

Merged
merged 1 commit into from
Jul 29, 2019

Commits on Jul 26, 2019

  1. [Dev docs] Fix links of previous and next pages

    Our pages are organized in 2 dirs: /docs/ and /development/. Within a dir, prevPage and nextPage are relative so the dir should be appended to the href link. The dir is available in permalink var. Some prevPage and nextPage point to a page in a different dir in which case they must not be relative. Instead they must include the dir and thus won't be modified.
    nguyenhuy committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    8cc194d View commit details
    Browse the repository at this point in the history