Merge pull request #1861 from codingisacopingstrategy/correct-path-in-readme-doc-generator
Correct the path to the docs file used by the doc generatorpull/1787/head^2
commit
e6dd23c282
|
@ -72,5 +72,5 @@ Each type of heading has a description block.
|
||||||
|
|
||||||
Run the following from the etherpad-lite root directory:
|
Run the following from the etherpad-lite root directory:
|
||||||
```sh
|
```sh
|
||||||
$ node tools/doc/generate doc/all.md --format=html --template=doc/template.html > out.htm
|
$ node tools/doc/generate doc/index.md --format=html --template=doc/template.html > out.html
|
||||||
```
|
```
|
Loading…
Reference in New Issue