Skip to content

Commit b1d7307

Browse files
author
Zhe Yu
committed
update documentation.
1 parent 4f736d3 commit b1d7307

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/panvimdoc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: panvimdoc
22

33
on: [push]
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
docs:
710
runs-on: ubuntu-latest
@@ -24,3 +27,7 @@ jobs:
2427
docmappingprojectname: true # Use project name in tag when writing mapping docs
2528
shiftheadinglevelby: 0 # Shift heading levels by specified number
2629
incrementheadinglevelby: 0 # Increment heading levels by specified number
30+
- uses: stefanzweifel/git-auto-commit-action@v4
31+
with:
32+
commit_message: "Auto generate docs"
33+
branch: ${{ github.head_ref }}

docs/neovim.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,4 +458,5 @@ constructor for you to play around with it, but you can easily build your own!
458458
You can enable logging by setting `VECTORCODE_NVIM_LOG_LEVEL` environment
459459
variable to a
460460
[supported log level](https://github.com/nvim-lua/plenary.nvim/blob/857c5ac632080dba10aae49dba902ce3abf91b35/lua/plenary/log.lua#L44).
461-
The log file will be written to `stdpath("log")` or `stdpath("cache")`.
461+
The log file will be written to `stdpath("log")` or `stdpath("cache")`. On
462+
Linux, this is usually `~/.local/state/nvim/`.

0 commit comments

Comments
 (0)