Skip to content

Commit

Permalink
docs: overhaul README (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: benlubas <benlubas@users.noreply.github.com>
  • Loading branch information
benlubas and benlubas authored Dec 31, 2023
1 parent ffd75e8 commit ef9544f
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 1,026 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
- uses: kdheepak/panvimdoc@v4.0.0
with:
vimdoc: hydra
# The following are all optional
pandoc: "README.md" # Input pandoc file
version: "NVIM v0.9.4" # Vim version number
toc: true # Table of contents
shiftheadinglevelby: -1
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
Expand Down
Loading

0 comments on commit ef9544f

Please sign in to comment.