zdharma-continuum.zinit/doc/zsdoc
Christian Höltje 672ae51414 fix: more cleaning up urls
Builds on PR #47
2021-11-11 17:57:43 -05:00
..
Makefile 🧹 Move zsdoc to doc/zsdoc (#36) 2021-11-09 18:15:20 +01:00
README.md fix: more cleaning up urls 2021-11-11 17:57:43 -05:00
zinit-autoload.zsh.adoc 🧹 Move zsdoc to doc/zsdoc (#36) 2021-11-09 18:15:20 +01:00
zinit-install.zsh.adoc 🧹 Move zsdoc to doc/zsdoc (#36) 2021-11-09 18:15:20 +01:00
zinit-side.zsh.adoc 🧹 Move zsdoc to doc/zsdoc (#36) 2021-11-09 18:15:20 +01:00
zinit.zsh.adoc 🧹 Move zsdoc to doc/zsdoc (#36) 2021-11-09 18:15:20 +01: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).