Skip to content

Commit 0195ea2

Browse files
author
Zhe Yu
committed
build nvim api references
1 parent 88ad634 commit 0195ea2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/panvimdoc.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: pandoc to vimdoc
1212
steps:
1313
- uses: actions/checkout@v4
14+
1415
- name: panvimdoc
1516
uses: kdheepak/panvimdoc@main
1617
with:
@@ -28,6 +29,23 @@ jobs:
2829
shiftheadinglevelby: 0 # Shift heading levels by specified number
2930
incrementheadinglevelby: 0 # Increment heading levels by specified number
3031

32+
- name: panvimdoc
33+
uses: kdheepak/panvimdoc@main
34+
with:
35+
vimdoc: "VectorCode-API" # Output vimdoc project name (required)
36+
pandoc: "./docs/neovim/api_references.md" # Input pandoc file
37+
toc: true # Table of contents
38+
description: "A code repository indexing tool to supercharge your LLM experience." # Project description used in title (if empty, uses neovim version and current date)
39+
titledatepattern: "%Y %B %d" # Pattern for the date that used in the title
40+
demojify: true # Strip emojis from the vimdoc
41+
dedupsubheadings: true # Add heading to subheading anchor links to ensure that subheadings are unique
42+
treesitter: true # Use treesitter for highlighting codeblocks
43+
ignorerawblocks: true # Ignore raw html blocks in markdown when converting to vimdoc
44+
docmapping: false # Use h4 headers as mapping docs
45+
docmappingprojectname: true # Use project name in tag when writing mapping docs
46+
shiftheadinglevelby: 0 # Shift heading levels by specified number
47+
incrementheadinglevelby: 0 # Increment heading levels by specified number
48+
3149
- name: panvimdoc
3250
uses: kdheepak/panvimdoc@main
3351
with:

0 commit comments

Comments
 (0)