docs: lay out guide footer navigation as left / center / right with arrows#31
Merged
Conversation
Turn each guide page's footer into a full-width three-column layout: previous section on the left, the table-of-contents link centered, and the next section on the right. GitHub strips CSS, so the alignment is done with a small full-width HTML table (align="left|center|right"). Pages without a previous or next section leave that cell empty so the other columns stay anchored. Applied to all 13 English and 13 French guides. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H9NgkaNi3rGuHrSzgbgAXP
Drop the verbose "Previous section:" / "Next section:" labels in favour of thin directional arrows, for a more discreet footer: "← Title" on the left, "↑ Table of contents" centered, "Title →" on the right. Layout and links are unchanged; applied to all 13 English and 13 French guides. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H9NgkaNi3rGuHrSzgbgAXP
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.
Summary
Follow-up to #30 (which added a "table of contents" link to every guide footer). This PR restyles that footer navigation into a full-width, three-column layout with discreet directional arrows.
Each guide page's footer now shows:
← Previous page↑ Table of contentsNext page →Changes
align="left|center|right"). Pages without a previous or next section leave that cell empty so the other columns stay anchored.Previous section:/Next section:prefixes in favour of thin directional arrows (←,↑,→), for a more discreet footer.The centered link still points to the main README's documentation index (
../README.md#-next-stepsin English,README.fr.md#-étapes-suivantesin French). Links and targets are unchanged from #30 — only the presentation differs.🤖 Generated with Claude Code