docs: remove stale OpenVoxDB CONTRIBUTING page#311
Merged
corporate-gadfly merged 2 commits intoJun 8, 2026
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>
The OpenVoxDB collection carried a published "Contributing to OpenVoxDB" page mirrored from PuppetDB's docs. It was stale Puppet-era boilerplate (freenode #puppet-dev, Puppet Jira, the Puppet CLA) and duplicated governance that already has a canonical home in the org-level OpenVoxProject/.github CONTRIBUTING guide. - Delete docs/_openvoxdb_8x/CONTRIBUTING.md and its nav entry - Delete the unused legacy _puppetdb_nav.html (also linked to it) - Repoint install_from_source.markdown's "run tests locally" link to the upstream dev-docs/local-dev.md, the current home for OpenVoxDB development and test-setup instructions Closes OpenVoxProject#247 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
cvquesty
approved these changes
Jun 8, 2026
cvquesty
left a comment
Contributor
There was a problem hiding this comment.
Aside from line-length Lint complaints, LGTM
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
Removes the stale "Contributing to OpenVoxDB" doc page. It was a published mirror of PuppetDB's
documentation/CONTRIBUTING.md— Puppet-era boilerplate referencing defunct/Puppet-specific resources (freenode#puppet-dev, Puppet Jira attickets.puppetlabs.com, the Puppet CLA) — and it duplicated contribution guidance that already has a canonical home in the org-level OpenVoxProject/.github CONTRIBUTING guide.This also resolves the last remaining stale community-channel reference tracked in #247 (the
experiments_overview.markdownreferences were already removed in #308).Changes
docs/_openvoxdb_8x/CONTRIBUTING.mdand its sidebar nav entry_puppetdb_nav.html(a dead include that also linked to the page)install_from_source.markdown's "run tests locally" link from the deletedCONTRIBUTING.html#testinganchor to the upstreamdev-docs/local-dev.md, which is the current home for OpenVoxDB development and test-setup instructionsNotes
/openvoxdb/8.x/CONTRIBUTING.html(and/latest/) will 404 after this. Contribution guidance is reachable via the org-level guide; the page was not linked from anywhere on the doc site except its own nav entry.jekyll buildpasses.Closes #247