Skip to content

Commit

Permalink
Merge pull request #12 from kyoh86/enhance-doc-link
Browse files Browse the repository at this point in the history
Make more easy to access denops_std module API reference
  • Loading branch information
lambdalisue committed Apr 13, 2024
2 parents eea7b0f + c68ce4c commit 6aeb2f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ multilingual = false
src = "src"
title = "Denops Documentation"

[output.html]
default-theme = "coal"

[preprocessor.alerts]
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
- [Properly create a virtual buffer](./tutorial/maze/properly-create-a-virtual-buffer.md)
- [Properly configured the buffer](./tutorial/maze/properly-configured-the-buffer.md)
- [Reduce the number of RPC calls](./tutorial/maze/reduce-the-number-of-rpc-calls.md)
- [API Reference](./api-reference.md)
- [FAQ](./faq.md)
10 changes: 10 additions & 0 deletions src/api-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# API Reference

There is a standard module [denops_std] to develop denops plugins. It provides
various functions to interact with Vim and Neovim and some shorthands to make it
easier to write plugins.

You can find API references about the module by checking the Deno doc page:
`https://deno.land/x/denops_std/mod.ts`.

[denops_std]: https://deno.land/x/denops_std/mod.ts

0 comments on commit 6aeb2f2

Please sign in to comment.