doc icon indicating copy to clipboard operation
doc copied to clipboard

Generated documentation and reports

Results 10 doc issues
Sort by recently updated
recently updated
newest added

## PR bot: goals 1. Get the build status of the last 20(?) recently-active PRs. 2. Gather/parse/summarize the build logs. 3. Leave a comment on the PR or _update existing...

https://github.com/neovim/neovim/pull/2159#issuecomment-81178756 if any of the unicode.org files change, we need a reminder to run `scripts/genunicodetables.lua`.

Reasoning: I opened this issue for 3 reasons: 1. I read through this repository's shell scripts and noticed a handful of parts which could use refactoring. 2. Implementing some of...

(migrated from https://github.com/neovim/bot-ci/issues/12) Use [h2h.py python script](https://github.com/c4rlo/vimhelp/blob/master/vimh2h.py) to generate help doc HTML instead of the old awk script. [done](https://github.com/neovim/neovim/blob/master/scripts/gen_help_html.py) @tweekmonster also did work on an improved vimdoc-to-HTML generator, might want...

Potential tools: 1. ~~https://github-backup.branchable.com/~~ doesn't look maintained - https://hackage.haskell.org/package/github-backup - used by debian: https://github.com/Debian/README.Debian#tips 2. https://github.com/josegonzalez/python-github-backup good results 👍

Currently we use doxygen to generate C API docs in HTML form: https://neovim.io/doc/dev/ [This project](https://github.com/michaeljones/breathe) can convert doxygen to sphinx format. For example, the vis project [uses breathe](https://github.com/martanne/vis/blob/56f198904932a87952d89f0d13b30ba229901a83/doc/conf.py#L29-L31) to publish...

I made a shell script to automate building pdf versions of the documentation as discussed in [this post](https://redd.it/cpsb7s) on reddit. It uses `wget` and `pandoc` [Repository](https://github.com/jkbr-19/neovim-pdf-manual) Further information is in...

## Problem: The HTML :help docs generated by the old `doc_html` task (which is driven by an old awk script `runtime/doc/makehtml.awk`). Besides being hard to maintain (ad hoc parser and...

https://neovim.io/doc/user/lua.html#lua-vimscript ``` vim.cmd({command}) See |[vim.cmd()](https://neovim.io/doc/user/vim.html)|. ``` The linked page doesn't exist: https://neovim.io/doc/user/vim.html

Fist of all great job with the docs site and search! I just tried it for the first time and tried searching and noticed a small glitch. When I go...