From 5eb94094d70f95cae7ec05f3aae528614f2beb5a Mon Sep 17 00:00:00 2001 From: kdheepak Date: Thu, 28 Mar 2024 00:55:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20kdheepak?= =?UTF-8?q?/panvimdoc@6e73b5dac9b60ed061db0698c3191964a098c677=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9acb52e..5439516 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,7 @@

panvimdoc

  • Usage
  • @@ -150,9 +151,10 @@

    Using Github Actions

  • kdheepak/tabline.nvim: doc/tabline.txt
  • Or see any of the packages here that depend on this action: https://github.com/kdheepak/panvimdoc/network/dependents

    - +

    Generating Web Documentation

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

    -
    +

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

    +

    Here’s an example:

    name: docs
     
     on:
    @@ -182,7 +184,6 @@ 

    Using Github Actions

    with: branch: gh-pages folder: public
    -

    Using pre-commit

    pre-commit lets you easily install and manage pre-commit hooks locally.

    Two hooks are available, differing only in the way dependencies are handled: