docs: fix drifted anchors to existing pages in openvox 8x (#262 F)#272
Merged
Merged
Conversation
…VoxProject#262 F) Repoint links whose target page exists but whose #fragment drifted (workstream F of OpenVoxProject#262). Verified each against the built page's actual kramdown ids. Anchor renames (link → current id): - lang_relationships: #chaining-arrows → #syntax-chaining-arrows; #relationship-metaparameters → #syntax-relationship-metaparameters - lang_facts_and_builtin_vars: #serverfacts-variable → #server_facts-variable; #the-factsfactname-hash → #the-factsfact_name-hash - modules_fundamentals: #files → #files-in-modules - function: #asserttype → #assert_type - install_windows: #puppetagentaccountuser → #puppet_agent_account_user - config_about_settings: #settings-can-be-set-on-the-command-line → #settings-on-the-command-line - architecture: #note-differences-between-agentmaster-and-puppet-apply → #differences-between-agent-server-and-stand-alone - style_guide: #module-documentation → #documentation - modules_metadata: #...requirements-in-module → #...requirements-in-modules - modules_installing: #installing-modules → #installing-modules-from-the-command-line - quick_start_firewall: #...myfirewall... → #...my_firewall... - ssl_attributes_extensions: subsystem_agent_server_comm.html#check-for-keys-and-certificates → the page's current section id (page restructured in OpenVoxProject#256) - config_important_settings: static-compiler link repointed from the removed indirection.html#staticcompiler-terminus to the static_catalogs page lang_expressions: the comparison/arithmetic/hash operator headings start with a code span (e.g. "### `==` (equality)"), so kramdown generated leading-hyphen ids (`-equality`, `--subtraction-and-negation`). Added explicit `{#equality}`, `{#regex-or-data-type-match}`, `{#subtraction-and-negation}`, `{#splat}`, `{#merging}` so the (clean-form) inbound links resolve and the anchors are stable. Verified with htmlproofer against _site/openvox/latest: all F-scope hash failures resolved. Remaining hash failures are out of scope (moved core types type.html#cron/#host/#mount/#scheduledtask now in *_core modules; removed settings like configuration.html#ca/#ordering; the removed LDAP node terminus; two cross-collection openvox-server anchors). Part of OpenVoxProject#262 Signed-off-by: Michael Harp <mike@mikeharp.com>
tuxmea
approved these changes
May 31, 2026
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
Fixes links whose target page exists but whose
#fragmentdrifted — workstream F of #262. Each new anchor was verified against the built page's actual kramdown id (htmlproofer … --checks Links).Anchor renames (link → current id)
lang_relationships#chaining-arrows/#relationship-metaparameters#syntax-chaining-arrows/#syntax-relationship-metaparameterslang_facts_and_builtin_vars#serverfacts-variable/#the-factsfactname-hash#server_facts-variable/#the-factsfact_name-hashmodules_fundamentals#files#files-in-modulesfunction#asserttype#assert_typeinstall_windows#puppetagentaccountuser#puppet_agent_account_userconfig_about_settings#settings-can-be-set-on-the-command-line#settings-on-the-command-linearchitecture#note-differences-between-agentmaster-and-puppet-apply#differences-between-agent-server-and-stand-alonestyle_guide#module-documentation#documentationmodules_metadata…requirements-in-module…requirements-in-modulesmodules_installing#installing-modules#installing-modules-from-the-command-linequick_start_firewall…myfirewall……my_firewall…Plus two repoints where the original section was removed/restructured:
ssl_attributes_extensions→subsystem_agent_server_comm.html#check-for-keys-and-certificatesrepointed to the page's current section id (page rewritten in fix: rename agent/master comm doc to agent/server, modernize content and diagram #256).config_important_settings→ the static-compiler link repointed from the removedindirection.html#staticcompiler-terminusto thestatic_catalogspage (its modern home).lang_expressions operator headings
The comparison/arithmetic/hash operator headings start with a code span (e.g.
### \==` (equality)), so kramdown auto-generated **leading-hyphen ids** (-equality,--subtraction-and-negation,-splat, …) that the clean-form inbound links never matched. Added explicit{#equality},{#regex-or-data-type-match},{#subtraction-and-negation},{#splat},{#merging}` so the links resolve and the anchors are stable.Verification
htmlproofer _site/openvox/latest --disable-external --checks Links: all F-scope anchor failures resolved.jekyll buildclean. Diff is anchor-only (16 files, 25/25 lines).Out of scope (remaining hash failures, for E / content cleanup)
type.html#cron/#host/#mount/#scheduledtask+ thecron-attribute-*family (now in thepuppetlabs-*_coremodules, not coretype.html).configuration.html#ca/#ordering/#capass/ etc.indirection.html#ldap-terminus).openvox-serveranchors.Part of #262