openvoxdb 8x: content accuracy fixes (issue #206 section 3, follow-up)#248
Merged
tuxmea merged 1 commit intoMay 23, 2026
Merged
Conversation
…n 3) - configure_postgres: update minimum PostgreSQL version 11 → 14 to match OpenVoxDB 8.x requirements; update /static/ doc links to /current/; fix shell → console code fences - pdb_support_guide: update stale PostgreSQL 9.6/static doc links to /current/; replace defunct freenode/mailing-list contact references with Vox Pupuli community page; update contribution guidance to require opening an issue before submitting a PR; fix lint (MD018, MD004) - api/query/v4/pql: remove outdated "Experimental Feature" notice (PQL has been stable for years); update PostgreSQL /static/ link; fix lint (MD046, MD053, MD051, MD013) - api/query/v4/ast: update PostgreSQL version-pinned links to /current/; upgrade http Wikipedia link to https; convert all indented code blocks to fenced blocks with language identifiers (text for query examples, json for response objects); fix lint - api/metrics/v2/jolokia: convert indented code blocks to fenced blocks with language identifiers (text, json, console); fix lint throughout (MD030, MD022, MD031, MD040, MD046, MD013, MD004) Part of OpenVoxProject#206 Signed-off-by: Michael Harp <mike@mikeharp.com>
tuxmea
approved these changes
May 23, 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.
Part of #206
Summary
Additional content accuracy fixes for the OpenVoxDB 8x docs not included in #239:
/static/doc links to/current/; fixshell→consolecode fences/static/doc links to/current/; replace defunct freenode/mailing-list contact references with Vox Pupuli community page; update contribution guidance to require opening an issue before submitting a PR; fix lint/static/link; fix lint/current/; upgradehttp://Wikipedia link tohttps://; convert all indented code blocks to fenced blocks with language identifiers (textfor query examples,jsonfor response objects); fix linttext,json,console); fix lint throughoutTest plan
bundle exec jekyll buildpasses with no new warningsconfigure_postgrespage shows PostgreSQL 14 as the minimum version and all doc links resolve (no/static/paths)pdb_support_guidepage: Contact Us and Database sections link tovoxpupuli.org/connect; contribution guidance mentions opening an issuepqlpage no longer shows an "Experimental Feature" warningastpage: all code blocks are fenced with correct language identifiers; query examples usetext, response objects usejsonjolokiapage: all code blocks are fenced with correct language identifiers;curlexamples useconsole