neovim / doc

Generated documentation and reports
neovim.github.io/doc/
Apache License 2.0
31 stars 13 forks source link
neovim

doc/: Generated docs and reports for Neovim

This repo contains automation scripts and CI configuration to run the scripts.

Run Locally

To run the scripts locally, execute ./ci/<build script>, where build script is any executable shell script. Override environment variables as necessary.

Example: Build user documentations:

NEOVIM_DIR=~/neovim-src/ ./ci/user-docu.sh

Example: Generate the vim-patch report:

VIM_SOURCE_DIR=~/vim-src/ NEOVIM_DIR=~/neovim-src/ ./ci/vimpatch-report.sh