docs: better docgen using treesitter

This commit is contained in:
Folke Lemaitre 2024-11-09 14:42:09 +01:00
parent 7f9f691a12
commit 7e6ea65f5f
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
31 changed files with 233 additions and 80 deletions

View file

@ -13,5 +13,11 @@ fi
PANVIMDOC=~/projects/panvimdoc
for f in docs/*.md; do
$PANVIMDOC/panvimdoc.sh --project-name "snacks-$(basename "$f" .md)" --input-file "$f" --vim-version "Neovim" --demojify "true" --shift-heading-level-by -1
$PANVIMDOC/panvimdoc.sh \
--project-name "snacks-$(basename "$f" .md)" \
--description "snacks.nvim" \
--input-file "$f" \
--vim-version "Neovim" \
--demojify "true" \
--shift-heading-level-by -1
done