Skip to content

Wiki Maintenance

AOJDevStudio edited this page Aug 1, 2026 · 1 revision

Wiki Maintenance

This Wiki is the canonical reader-facing documentation for Finance Guru. Repository docs/ remains the contributor, operational, and source-reference layer.

Update process

  1. Verify each new claim against checked-in source or live GitHub state.
  2. Classify it as Verified, Planned, or Unknown in the repository evidence ledger.
  3. Update the affected Wiki page and its navigation links.
  4. Run the Wiki source validation described below before publication.
  5. Publish all related page changes in one atomic Wiki commit.
  6. Inspect every affected rendered page while authenticated to GitHub.
  7. Record the Wiki commit and pages in the repository pull request’s Wiki impact section when repository docs change.

Source validation contract

Before publishing, confirm:

  • every internal [[Wiki Link]] resolves to a page filename/slug
  • each content page has exactly one H1
  • Markdown delimiters and fenced code blocks are balanced
  • _Sidebar.md and _Footer.md link to the current page inventory
  • no page publishes credentials, personal financial data, private paths, release claims without release evidence, or unsupported feature claims

Rendered inspection

Open every published page, verify its H1, sidebar, footer, links, and code blocks, and compare it with the source commit. File a linked issue for any unrelated defect discovered during validation.

Return to Home.

Clone this wiki locally