Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Mar 28, 2024
1 parent 662fb20 commit 6e73b5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -119,12 +119,14 @@ For an example of how this is used, see one of the following workflows:
Or see any of the packages here that depend on this action:
<https://github.com/kdheepak/panvimdoc/network/dependents>

<summary>
### Generating Web Documentation

If you are interested in making your vim plugin documentation available as a HTML page, check out
[.github/workflows/docs.yml](./.github/workflows/docs.yml) file.
[.github/workflows/docs.yml](./.github/workflows/docs.yml) file.

<details>
You can find the Markdown file you are reading right now converted to HTML here: https://kdheepak.com/panvimdoc/

Here's an example:

```yml
name: docs
Expand Down Expand Up @@ -158,8 +160,6 @@ jobs:
folder: public
```

</details>

### Using pre-commit

[pre-commit](https://pre-commit.com/) lets you easily install and manage pre-commit hooks locally.
Expand Down

0 comments on commit 6e73b5d

Please sign in to comment.