mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
docs(adoc): purpose of the plugin
This commit is contained in:
parent
ca5471fe49
commit
aa55e892e0
1 changed files with 19 additions and 0 deletions
19
plugins/adoc/README.md
Normal file
19
plugins/adoc/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# [Asciidoctor](https://asciidoctor.org/)
|
||||
|
||||
Function to create an `index.html` from a `README.adoc` into a folder `docs`
|
||||
|
||||
This plugin provides a function for [AsciiDoc](https://asciidoc.org/).
|
||||
|
||||
To use it, add `adoc` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... adoc)
|
||||
```
|
||||
|
||||
after run `adoc` function.
|
||||
|
||||
```
|
||||
README.adoc
|
||||
docs
|
||||
└── index.html
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue