Skip to content

Replace MkDocs docs site with Great Docs#26

Open
SamEdwardes wants to merge 1 commit into
mainfrom
claude/docs-greatdocs-migration-s0ab5l
Open

Replace MkDocs docs site with Great Docs#26
SamEdwardes wants to merge 1 commit into
mainfrom
claude/docs-greatdocs-migration-s0ab5l

Conversation

@SamEdwardes

Copy link
Copy Markdown
Owner

Migrate the documentation site from MkDocs + Material to Great Docs
(https://posit-dev.github.io/great-docs/), a Quarto-based docs generator
for Python packages.

  • Add great-docs.yml with branding, authors, user-guide ordering, and an
    API reference covering pdf_reader and the pdfminer/pytesseract parsers
  • Move guide content into user_guide/*.qmd (parsers, multiprocessing,
    spaCy extensions, changelog, contributing); convert MkDocs admonitions
    to Quarto callouts. The landing page is generated from README.md, so the
    old docs/hooks.py README-copy trick is no longer needed
  • Add .github/workflows/docs.yml to build and deploy to GitHub Pages on
    every push to main (uv sync --all-extras so the pytesseract parser can
    be introspected)
  • Remove mkdocs.yml, the docs/ directory, and the mkdocs/mkdocstrings dev
    dependencies; refresh uv.lock
  • Update justfile (preview-docs/build-docs via uvx), CLAUDE.md, and the
    changelog project URL

Great Docs runs via uvx (Python 3.11+) so it stays separate from the
package's own Python 3.9+ dependency floor.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_012GMFfCNP6RbewDcAKDbmf5

Migrate the documentation site from MkDocs + Material to Great Docs
(https://posit-dev.github.io/great-docs/), a Quarto-based docs generator
for Python packages.

- Add great-docs.yml with branding, authors, user-guide ordering, and an
  API reference covering pdf_reader and the pdfminer/pytesseract parsers
- Move guide content into user_guide/*.qmd (parsers, multiprocessing,
  spaCy extensions, changelog, contributing); convert MkDocs admonitions
  to Quarto callouts. The landing page is generated from README.md, so the
  old docs/hooks.py README-copy trick is no longer needed
- Add .github/workflows/docs.yml to build and deploy to GitHub Pages on
  every push to main (uv sync --all-extras so the pytesseract parser can
  be introspected)
- Remove mkdocs.yml, the docs/ directory, and the mkdocs/mkdocstrings dev
  dependencies; refresh uv.lock
- Update justfile (preview-docs/build-docs via uvx), CLAUDE.md, and the
  changelog project URL

Great Docs runs via uvx (Python 3.11+) so it stays separate from the
package's own Python 3.9+ dependency floor.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012GMFfCNP6RbewDcAKDbmf5
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