Skip to content

Commit

Permalink
Add new page "API Reference" to access Deno doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Apr 12, 2024
1 parent ab2c7f2 commit 04d8a85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
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 04d8a85

Please sign in to comment.