docs: fix Hiera nav label and stale deprecation content#310
Merged
1 commit merged intoJun 8, 2026
Merged
Conversation
- nav: rename the duplicate "Hiera" item to "About Hiera" - hiera_config_yaml_3/4: replace the stale "remove support in Puppet 6" notices with accurate text (deprecated, still supported in 8.x for backward compatibility, use v5) - hiera_migrate: add a note that Hiera 5 is the default since Puppet 5 and most 8.x users do not need the migration guide Signed-off-by: Michael Harp <mike@mikeharp.com> Assisted-by: Claude Opus 4.8 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
cvquesty
approved these changes
Jun 8, 2026
cvquesty
left a comment
Contributor
There was a problem hiding this comment.
Aside from a small amount of line-length complaining by markdown-lint,, this LGTM
037aba4
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.
What
Small Hiera documentation cleanups.
_data/nav/openvox_8x.yml.hiera_config_yaml_3.mdandhiera_config_yaml_4.mdsaid v3/v4 would have "support removed in Puppet 6" (long EOL). Reworded to reflect reality — these formats are deprecated and not recommended, but OpenVox 8.x still supports them for backward compatibility (use v5 instead).hiera_migrate.md: added a short note that Hiera 5 has been the default since Puppet 5 (2017), so most OpenVox 8.x users don't need the migration guide. Kept the page (the site has no redirect mechanism, so deleting it would 404 the old URL).Notes
Verified the issue's other claims before working it (see #225): the "broken links" were already resolved (reference labels resolve to existing anchors), and a proposed
puppet lookupnav entry was dropped as redundant with the existing "Looking up data with Hiera" page.Passes
jekyll buildand the internal link check. markdownlint changes are confined to modified files (advisory) with no new errors introduced.Closes #225