Skip to content

v0.3.0 - GitHub Action & Dark Mode Improvements

Choose a tag to compare

@bartTC bartTC released this 13 Nov 20:04
· 47 commits to main since this release

Added

  • GitHub Action for one-step documentation deployment
    • Composite action that builds and deploys documentation to GitHub Pages
    • Auto-detects repository URL from GitHub context
    • Configurable inputs: files, title, output, template, repo-url, deploy, artifact-dir
    • Deploy enabled by default for seamless GitHub Pages deployment
    • Can be used for build-only workflows with deploy: false
    • Uses uvx for zero-installation execution
    • Comprehensive documentation in ACTION.md
  • Local testing workflow - Test action locally with act tool
  • Testing guide (TESTING.md) - Complete guide for testing the action locally with act

Fixed

  • Dark mode typography - Improved readability in dark mode
    • Blockquotes now use readable light gray text instead of dark blue
    • Table borders use softer medium gray instead of harsh light colors
    • Table headers properly use light gray text for better visibility
    • All fixes properly scoped within @utility prose block in Tailwind CSS

Installation

# Using uv (recommended)
uvx microdocs@0.3 README.md CHANGELOG.md

# Using pip
pip install --upgrade microdocs