Add custom prev-next option#897
Merged
mike-scott merged 1 commit intofoundriesio:mainfrom Mar 6, 2026
Merged
Conversation
Contributor
Author
|
I will add the analytics stuff in sometime in the near future, keeping it out to make it easier to review just this fix. |
mike-scott
approved these changes
Mar 6, 2026
Contributor
mike-scott
left a comment
There was a problem hiding this comment.
Thanks @kprosise -- this was exactly what we needed.
Checks page for `prev_link`/`next_link` and `prev_title`/`next_title` first, to allow for custom prev/next links. This also allow for custom titles, which, while not yet utilized, can be useful in situations such as shortening a long page title's link. Enabled on two pages, to address issue with container only path leading to an LmP content page, and for fioctl to point back to getting started, rather than an LmP content page. Checked running a local server instance for correct rendering and links. This commit applies to issue FFTK-4720, "…Getting Started flow…" This commit applies to issue FFTK-4681, "…Customizable prev/next…" Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
8c17b78 to
1d7d7ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checks page for
prev_link/next_linkandprev_title/next_titlefirst, to allow for custom prev/next links. This also allow for custom titles, which, while not yet utilized, can be useful in situations such as shortening a long page title's link.Enabled on two pages, to address issue with container only path leading to an LmP content page, and for fioctl to point back to getting started, rather than an LmP content page.
Checked running a local server instance for correct rendering and links.
This commit applies to issue FFTK-4720, "…Getting Started flow…" This commit applies to issue FFTK-4681, "…Customizable prev/next…"
PR Template and Checklist
Please complete as much as possible to speed up the reviewing process.
You may delete items that are not relevant to your contribution.
Readiness and adding reviewers as appropriate is required.
All PRs should be reviewed by a technical writer/documentation team and a peer.
If effecting customers—which is a majority of content changes—a member of Customer Success must also review.
Readiness
Checklist
-s, --signoff).-S, --gpg-sign).Comments
Any thing else that a maintainer/reviewer should know.
This could include potential issues, rational for approach, etc.