Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Makefile to be able to regen the doc locally #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 15, 2024

  1. feat: add Makefile to be able to regen the doc locally

    the user still has to install the deps (e.g. `nix shell nixpkgs#panvimdoc` with nix) but then can run `make doc`.
    
    It duplicates the info in .github/workflows/docgen.yml  (which is why I usually have the CI call the project scripts instead, makes reproducing CI easier). In this case it's small so should be fine.
    teto committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c970807 View commit details
    Browse the repository at this point in the history