Skip to content

openvoxdb 8x: content accuracy fixes (issue #206 section 3, follow-up)#248

Merged
tuxmea merged 1 commit into
OpenVoxProject:masterfrom
miharp:fix/openvoxdb-content-accuracy-206
May 23, 2026
Merged

openvoxdb 8x: content accuracy fixes (issue #206 section 3, follow-up)#248
tuxmea merged 1 commit into
OpenVoxProject:masterfrom
miharp:fix/openvoxdb-content-accuracy-206

Conversation

@miharp
Copy link
Copy Markdown
Contributor

@miharp miharp commented May 23, 2026

Part of #206

Summary

Additional content accuracy fixes for the OpenVoxDB 8x docs not included in #239:

  • configure_postgres.markdown: Update minimum PostgreSQL version 11 → 14 to match OpenVoxDB 8.x requirements; update version-pinned /static/ doc links to /current/; fix shellconsole code fences
  • pdb_support_guide.markdown: 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
  • api/query/v4/pql.markdown: Remove outdated "Experimental Feature" notice (PQL has been stable for years); update PostgreSQL /static/ link; fix lint
  • api/query/v4/ast.markdown: 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.markdown: Convert indented code blocks to fenced blocks with language identifiers (text, json, console); fix lint throughout

Test plan

  • bundle exec jekyll build passes with no new warnings
  • configure_postgres page shows PostgreSQL 14 as the minimum version and all doc links resolve (no /static/ paths)
  • pdb_support_guide page: Contact Us and Database sections link to voxpupuli.org/connect; contribution guidance mentions opening an issue
  • pql page no longer shows an "Experimental Feature" warning
  • ast page: all code blocks are fenced with correct language identifiers; query examples use text, response objects use json
  • jolokia page: all code blocks are fenced with correct language identifiers; curl examples use console

…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>
@miharp miharp requested a review from a team as a code owner May 23, 2026 13:58
@tuxmea tuxmea merged commit d0b9153 into OpenVoxProject:master May 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants