openvoxdb_8x: structural fixes and nav audit#234
Open
miharp wants to merge 2 commits into
Open
Conversation
- Replace duplicate index.md (was a broken symlink to overview.markdown) with real landing page content; remove overview.markdown - Add missing YAML frontmatter to configure_postgres.markdown; fix broken fragment links pointing to configure.markdown anchors; convert indented code blocks to fenced with language specifiers - Fix broken [config#...] reference links in migration_coordination.markdown; convert setext headings to ATX; update PostgreSQL 11 URL to /current/ - Fix broken #serverurltimeout anchor in puppetdb_connection.markdown - Fix configure_postgres link in install_from_packages.markdown (section moved from configure.html to configure_postgres.html) - Add previously unlisted pages to nav: migration_coordination.html, logging.html, catalog_inputs.html, catalog_input_contents.html, catalog_inputs_format_v1.html, configure_expiration_format_v1.html - Remove acceptance_tests.markdown and testing_storage_changes.markdown (reference dead Puppet AWS infrastructure and internal Clojure tooling) Signed-off-by: Michael Harp <[email protected]> Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
….markdown Wrap four long prose paragraphs to stay within the 210-character limit. Signed-off-by: Michael Harp <[email protected]> Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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 — section 2: structural fixes and nav audit.
Summary
index.md: replaced broken symlink (which had become a stale duplicate ofoverview.markdownwith a "SuSE" typo) with real landing page content; deletedoverview.markdownand updated the 3 inbound linksconfigure_postgres.markdown: added missing YAML frontmatter; fixed 3 broken fragment links pointing to anchors inconfigure.html(section was moved toconfigure_postgres.html); converted indented code blocks to fenced with language specifiers; removed unused[config]reference definitionmigration_coordination.markdown: fixed 7 broken[config#...]reference links (invalid Markdown syntax — converted to inline links with correct anchors inconfigure.html); converted setext headings to ATX; updated PostgreSQL 11 URL to/current/puppetdb_connection.markdown: fixed broken#serverurltimeoutanchor (correct anchor is#server_url_timeout)install_from_packages.markdown: fixedconfigure_postgreslink pointing to a section that moved fromconfigure.htmltoconfigure_postgres.htmlmigration_coordination.html(Configuration),logging.html(Usage/admin),catalog_inputs.html+catalog_input_contents.html(Query API v4),catalog_inputs_format_v1.html+configure_expiration_format_v1.html(Wire formats)acceptance_tests.markdown(referenced Puppet's internal AWS infrastructure) andtesting_storage_changes.markdown(referenced internal Leiningen/Clojure build tooling) — content not applicable outside Puppet's own development environmentTest plan
http://localhost:4000/openvoxdb/latest/renders overview content (not a directory listing)migration_coordination.htmlresolve to correct anchors inconfigure.htmlconfigure_postgres.htmlresolve to correct anchors inconfigure.htmlacceptance_tests.htmlandtesting_storage_changes.htmlreturn 404