Skip to content

Commit

Permalink
docs: Update documentation (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
backdround committed Nov 1, 2023
1 parent 7e9a072 commit 3bb832c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -84,7 +84,7 @@ jobs:
pandoc: "README.md" # Input pandoc file
version: "NVIM v0.8.0" # Vim version number
toc: true # Table of contents
description: "" # Project Description
description: "" # Project description used in title (if empty, uses neovim version and current date)
demojify: false # Strip emojis from the vimdoc
dedupsubheadings: true # Add heading to subheading anchor links to ensure that subheadings are unique
treesitter: true # Use treesitter for highlighting codeblocks
Expand Down Expand Up @@ -183,7 +183,7 @@ Arguments:
--input-file: the input markdown file
--vim-version: the version of Vim that the project is compatible with
--toc: 'true' if the output should include a table of contents, 'false' otherwise
--description: a description of the project
--description: a project description used in title (if empty, uses neovim version and current date)
--dedup-subheadings: 'true' if duplicate subheadings should be removed, 'false' otherwise
--demojify: 'false' if emojis should not be removed, 'true' otherwise
--treesitter: 'true' if the project uses Tree-sitter syntax highlighting, 'false' otherwise
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -21,7 +21,7 @@ inputs:
required: false
default: "true"
description:
description: "Project description"
description: "Project description used in title (if empty, uses neovim version and current date)"
required: false
default: ""
demojify:
Expand Down
4 changes: 2 additions & 2 deletions doc/panvimdoc.txt
Expand Up @@ -136,7 +136,7 @@ Then add the following to `./.github/workflows/panvimdoc.yml`:
pandoc: "README.md" # Input pandoc file
version: "NVIM v0.8.0" # Vim version number
toc: true # Table of contents
description: "" # Project Description
description: "" # Project description used in title (if empty, uses neovim version and current date)
demojify: false # Strip emojis from the vimdoc
dedupsubheadings: true # Add heading to subheading anchor links to ensure that subheadings are unique
treesitter: true # Use treesitter for highlighting codeblocks
Expand Down Expand Up @@ -233,7 +233,7 @@ output writer.
--input-file: the input markdown file
--vim-version: the version of Vim that the project is compatible with
--toc: 'true' if the output should include a table of contents, 'false' otherwise
--description: a description of the project
--description: a project description used in title (if empty, uses neovim version and current date)
--dedup-subheadings: 'true' if duplicate subheadings should be removed, 'false' otherwise
--demojify: 'false' if emojis should not be removed, 'true' otherwise
--treesitter: 'true' if the project uses Tree-sitter syntax highlighting, 'false' otherwise
Expand Down
2 changes: 1 addition & 1 deletion panvimdoc.sh
Expand Up @@ -12,7 +12,7 @@ Arguments:
--input-file: the input markdown file
--vim-version: the version of Vim that the project is compatible with
--toc: 'true' if the output should include a table of contents, 'false' otherwise
--description: a description of the project
--description: a project description used in title (if empty, uses neovim version and current date)
--dedup-subheadings: 'true' if duplicate subheadings should be removed, 'false' otherwise
--demojify: 'false' if emojis should not be removed, 'true' otherwise
--treesitter: 'true' if the project uses Tree-sitter syntax highlighting, 'false' otherwise
Expand Down

0 comments on commit 3bb832c

Please sign in to comment.