Commit Graph
5 Commits
Author SHA1 Message Date
github-actions[bot] 2af4f275d7 chore(doc): auto-generate vimdoc 2023-07-05 06:08:01 +00:00
github-actions[bot] 915c46b0f5 chore(doc): auto-generate vimdoc 2023-07-04 05:13:38 +00:00
github-actions[bot] d97f914e94 chore(doc): auto-generate vimdoc 2023-07-03 14:30:31 +00:00
github-actions[bot] 19bd29c150 chore(doc): auto-generate vimdoc 2023-04-30 13:43:55 +00:00
okuuvaandGitHub 5e961d1e0d ci: add vimdoc auto-generation workflow (#23)
vimdoc should update on every commit to `main`. This way the "Last change" info in vimdoc actually shows when the code was last changed even if the source file for help didn't change.

Other notable changes:
- Made README.md panvimdoc compatible
  - Got rid of `<details>` and `<summary>` tags in installation instructions
  - Made title, description and badges markdown only features (not included in vimdoc)
- Tweaked README.md appearance
  - Raised all heading levels by one
  - Updated description
  - Added license badge
  - Removed customisations from badges
    - Left style as For the Badge though
- Added initial vimdoc, locally generated with panvimdoc

Closes #10.
2023-04-30 16:25:05 +03:00