Skip to content

nvim-orgmode/nvim-orgmode.github.io

Repository files navigation

Nvim Orgmode Docs

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.


View this documentation locally

Dependencies

  1. nodejs - Version 18 or later
  2. pandoc - Version 3.5 or later

How to run

  1. Run npm install to install the dependencies.
  2. Run npm run docs:dev to start the development server.

How it works

Publishing documentation to the Github pages follows a multi-step process:

  1. Once docs are updated in the nvim-orgmode repository, workflow runs to push the docs folder to this repository
  2. Once the docs folder is up to date, another workflow runs, which does these steps:
    1. Converts org files to markdown files with pandoc
    2. Builds the vitepress site from the markdown files
    3. Pushes the vitepress site to the gh-pages branch