Skip to content

whtsht/denops-documentation

This branch is 1 commit behind vim-denops/denops-documentation:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54f7455 ยท Nov 26, 2024

History

58 Commits
Sep 26, 2024
Sep 26, 2024
Nov 26, 2024
Feb 4, 2024
Feb 4, 2024
Jul 18, 2021
Oct 3, 2021
Feb 4, 2024
Sep 26, 2024
Feb 4, 2024

Repository files navigation

denops-documentation

Test Deploy Documentation

This is an official documentation of denops.vim, an ecosystem of Vim/Neovim which allows developers to write plugins in Deno.

Visit https://vim-denops.github.io/denops-documentation to see the content.

Contribution

Any contributions are welcome ๐Ÿ‘

To contribute, install the latest versions of the followings in your environment

Then, install mdBook and its plugins

cargo install mdbook
cargo install mdbook-alerts

Once required tools are installed, execute the following command to serve the book on http://localhost:3000

mdbook serve

Or build book into book directory

mdbook build

Don't forget to format Markdown files with deno fmt before sending a pull request.

deno fmt

See also

License

The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%