Skip to content

Commit

Permalink
doc: add a better description
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Feb 20, 2024
1 parent d02c4ba commit 8e47b73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Generate docs
uses: kdheepak/panvimdoc@main
with:
description: ' Fork of the harpoon.term module from Harpoon v1'
description: Quickly jump to terminals
vimdoc: harpoon-term
pandoc: README.md
toc: 'false'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# harpoon-term

Quickly jump to terminals.

*Harpoon Term* is a friendly fork of the `harpoon.term` module from
[harpoon](https://github.com/ThePrimeagent/harpoon).

Expand Down
4 changes: 3 additions & 1 deletion doc/harpoon-term.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
*harpoon-term.txt* Fork of the harpoon.term module from Harpoon v1
*harpoon-term.txt* Quickly jump to terminals

==============================================================================
1. harpoon-term *harpoon-term-harpoon-term*

Quickly jump to terminals.

_Harpoon Term_ is a friendly fork of the `harpoon.term` module from harpoon
<https://github.com/ThePrimeagent/harpoon>.

Expand Down
2 changes: 1 addition & 1 deletion garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ trees:
- doc/post
doc/build: |
panvimdoc.sh \
--description ' Fork of the harpoon.term module from Harpoon v1' \
--description 'Quickly jump to terminals' \
--input-file README.md \
--project-name ${TREE_NAME} \
--toc false
Expand Down

0 comments on commit 8e47b73

Please sign in to comment.