NV
nvim-orgmode/nvim-orgmode.github.io
Documentation
- Nvim Orgmode Docs
Online documentation for [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode]] plugin,
automatically built from the [[https://github.com/nvim-orgmode/orgmode/tree/master/docs][docs]] folder in the [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode]] repository.
**** DO NOT submit PRs to this repository. All changes to the documentation should be made in the [[https://github.com/nvim-orgmode/orgmode/tree/master/docs][nvim-orgmode docs]] folder.
*** View this documentation locally
**** Dependencies
- [[https://nodejs.org/][nodejs]] - Version 18 or later
- [[https://pandoc.org/][pandoc]] - Version 3.5 or later
**** How to run
- Run =npm install= to install the dependencies.
- Run =npm run docs:dev= to start the development server.
**** How it works
Publishing documentation to the Github pages follows a multi-step process:
- Once =docs= are updated in the[[https://github.com/nvim-orgmode/orgmode][ nvim-orgmode]] repository,
[[https://github.com/nvim-orgmode/orgmode/blob/master/.github/workflows/web_docs.yml][workflow]] runs to push the =docs= folder to this repository - Once the =docs= folder is up to date, another [[https://github.com/nvim-orgmode/nvim-orgmode.github.io/blob/main/.github/workflows/deploy.yml][workflow]] runs, which does these steps:
- Converts =org= files to =markdown= files with =pandoc=
- Builds the =vitepress= site from the =markdown= files
- Pushes the =vitepress= site to the =gh-pages= branch