Online documentation for nvim-orgmode plugin, automatically built from the docs folder in the nvim-orgmode repository.
DO NOT submit PRs to this repository. All changes to the documentation should be made in the nvim-orgmode docs folder.
- Run
npm install
to install the dependencies. - Run
npm run docs:dev
to start the development server.
Publishing documentation to the Github pages follows a multi-step process:
- Once
docs
are updated in the nvim-orgmode repository, workflow runs to push thedocs
folder to this repository - Once the
docs
folder is up to date, another workflow runs, which does these steps:- Converts
org
files tomarkdown
files withpandoc
- Builds the
vitepress
site from themarkdown
files - Pushes the
vitepress
site to thegh-pages
branch
- Converts