Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2023
1 parent 0086f29 commit b0dc59b
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the following configuration to your Neovim setup:
-- Show debugging info
debug = false,
-- Show response in popup or split
mode = "popup",
mode = "split",
},
keys = {
-- Run API request
Expand All @@ -49,6 +49,10 @@ Add the following configuration to your Neovim setup:
}
<

Simple demo in split mode:

<https://gyazo.com/19492e8b5366cec3f22d5fd97a63f37a>


ENV FILE SUPPORT: VARS.ENV *hurl.nvim-env-file-support:-vars.env*

Expand Down Expand Up @@ -98,6 +102,11 @@ methods listed: GET, POST, PUT, DELETE, PATCH.
<https://gyazo.com/20efd2cf3f73238bd57e79fc662208b1>


RUN TO ENTRY ~

- ☐ Add document and record demo usage (GIF file) with `HurlRunnerToEntry` command.


DEFAULT KEY MAPPINGS *hurl.nvim-default-key-mappings*

`hurl.nvim` comes with some default key mappings to streamline your workflow:
Expand Down Expand Up @@ -207,15 +216,16 @@ If this guide has been helpful, please give it a ⭐️.
1. Links *hurl.nvim-links*

1. *IT Man - Effortless APIs with Hurl.nvim: A Developer's Guide to Neovim Tooling [Vietnamese]*: https://i.ytimg.com/vi/nr_RbHvnnwk/hqdefault.jpg
2. *Run a file*: https://i.gyazo.com/e554e81788aad910848ff991c9369d7b.gif
3. *Selection*: https://i.gyazo.com/1a44dbbf165006fb5744c8f10883bb69.gif
4. *Run at current line*: https://i.gyazo.com/20efd2cf3f73238bd57e79fc662208b1.gif
5. *IT Man - Building and Testing a #Hapi Server with #Hurl: A Step-By-Step Demo [Vietnamese]*: https://i.ytimg.com/vi/LP_RXe8cM_s/mqdefault.jpg
6. *@jellydn*:
2. *Show in split mode*: https://i.gyazo.com/19492e8b5366cec3f22d5fd97a63f37a.gif
3. *Run a file in popup mode*: https://i.gyazo.com/e554e81788aad910848ff991c9369d7b.gif
4. *Run a selection in popup mode*: https://i.gyazo.com/1a44dbbf165006fb5744c8f10883bb69.gif
5. *Run at current line in popup mode*: https://i.gyazo.com/20efd2cf3f73238bd57e79fc662208b1.gif
6. *IT Man - Building and Testing a #Hapi Server with #Hurl: A Step-By-Step Demo [Vietnamese]*: https://i.ytimg.com/vi/LP_RXe8cM_s/mqdefault.jpg
7. *@jellydn*:
8. *kofi*: https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white
9. *paypal*: https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white
10. *buymeacoffee*: https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black
8. *@jellydn*:
9. *kofi*: https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white
10. *paypal*: https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white
11. *buymeacoffee*: https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black

Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>

Expand Down

0 comments on commit b0dc59b

Please sign in to comment.