elaborated on the usage
This commit is contained in:
BIN
.github/assets/directory_structure.png
vendored
Normal file
BIN
.github/assets/directory_structure.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 181 KiB |
11
README.md
11
README.md
@@ -8,8 +8,15 @@ Docki is cli for converting asciidoctor files into html files.
|
||||
|
||||
## Usage
|
||||
|
||||
Docki must be run in a directory with the following structure
|
||||
|
||||

|
||||
|
||||
1. Will be converted into asciidoc format
|
||||
2. Will be converted into asciidocs slides
|
||||
|
||||
> [!NOTE]
|
||||
> This works in a directory with a directory called `docs`, which contains the asciidoctor documentation.
|
||||
> The input directory can be defined either with a cli argument or the config file. Default is `./docs`
|
||||
|
||||
### Building the documentation
|
||||
|
||||
@@ -17,7 +24,7 @@ Docki is cli for converting asciidoctor files into html files.
|
||||
docki build
|
||||
```
|
||||
|
||||
### Serving the documentation on a live server
|
||||
### Serving the documentation with a live server
|
||||
|
||||
```shell
|
||||
docki serve
|
||||
|
||||
Reference in New Issue
Block a user