zdharma-continuum.zinit/doc/zsdoc
vladislav doster 68a6b42caf fix: math expression in plugins command (#559)
Co-authored-by: GitHub Actions <actions@github.com>
Signed-off-by: Doster, Vladislav <mvdoster@gmail.com>
2023-08-15 00:21:14 -05:00
..
_zinit.adoc feat: zinit completion improvements 2023-03-27 05:00:45 -05:00
Makefile revert: "Merge branch 'refactor/zinit-function-names' into main" 2022-12-17 21:11:41 -06:00
README.md feat: expand linted file types to markdown and shell 2022-04-17 17:26:08 -05:00
zinit-additional.zsh.adoc docs: update docs for new debug command 2023-05-01 04:59:04 -05:00
zinit-autoload.zsh.adoc fix: math expression in plugins command (#559) 2023-08-15 00:21:14 -05:00
zinit-install.zsh.adoc fix: jq has moved from stedolan/jq to jqlang/jq (#530) 2023-06-05 10:02:55 +02:00
zinit-side.zsh.adoc feat: refactor ls, list, and loaded commands 2023-04-09 21:45:15 -05:00
zinit.zsh.adoc fix: math expression in plugins command (#559) 2023-08-15 00:21:14 -05:00

Code documentation

Here is Asciidoc code documentation generated using Zshelldoc. There are 4 Zinit's source files, the main one is zinit.zsh. The documentation lists all functions, interactions between them, their comments and features used.

Github allows to directly view Asciidoc documents:

PDFs, man pages, etc.

Formats other than Asciidoc can be produced by using provided Makefile. For example, issuing make pdf will create and populate a new directory pdf (requires asciidoctor, install with gem install asciidoctor-pdf --pre). make man will create man pages (requires package asciidoc, uses its command a2x, which is quite slow).