Skip to content

docs: complete landing index + manual gh-pages publish job (Phase 6) - #125

Merged
gburd merged 1 commit into
masterfrom
docs/phase6-publish
Jul 31, 2026
Merged

docs: complete landing index + manual gh-pages publish job (Phase 6)#125
gburd merged 1 commit into
masterfrom
docs/phase6-publish

Conversation

@gburd

@gburd gburd commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Final docs phase. The modernized reference is already published to gh-pages under /reference/ (1465 HTML pages + 13 PDFs + a 787-page man tarball incl. libdb(3)), and the libdb.org landing page's Documentation section now points at it (with the original Oracle DocBook manuals kept as a historical archive).

This PR lands the matching source changes:

  • docs-src/index.md — rewritten to link the full tree (C + C++/STL API, Programmer's Reference, all Getting Started guides, installation/upgrading/porting/SQL, man pages, per-book PDFs). It previously only listed the C API + "follow-up phases".
  • docs.yml publish job (workflow_dispatch only) — regenerates HTML+PDF+man and pushes them to gh-pages:/reference/ for future releases, leaving the landing page + archive untouched. Manual (not per-push) because publishing is a deliberate act; Pages here is legacy branch-based.

Completes the documentation modernization: Markdown source of truth → HTML + PDF + man, single-sourced version/copyright, CI-validated (build/no-loss/completeness/spelling/links/man-lint), published to libdb.org.

Rewrite docs-src/index.md to link the full modernized tree (C + C++/STL API,
all guides, man pages, per-book PDFs) now that phases 1-5 are done. Add a
workflow_dispatch publish job to docs.yml that regenerates HTML+PDF+man and
pushes them to gh-pages under /reference/, leaving the landing page and the
historical archive untouched.
@github-actions

Copy link
Copy Markdown

Coccinelle convention checks

No new violations. ✅

Resolved since baseline (2) -- update dist/cocci/baseline.txt to lock these in.
rule_mutex_unbalanced|MUTEX_UNBALANCED|src/crypto/mersenne/mt19937db.c|return (ret);
rule_mutex_unbalanced|MUTEX_UNBALANCED|src/mp/mp_register.c|return (ret);

@gburd
gburd merged commit e3afe21 into master Jul 31, 2026
52 of 53 checks passed
@gburd
gburd deleted the docs/phase6-publish branch July 31, 2026 18:05
@github-actions

Copy link
Copy Markdown

ABI diff vs v5.3.33 (libabigail — authoritative)

Removed exported symbols (nm -D, _NNNN version suffix normalized)

None.


Advisory: libabigail/nm is the authoritative binary-ABI check; Coccinelle is complementary source-level early warning. See dist/cocci/README.md.

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.

1 participant