convert rst to asciidoc
for i in *.rst ; do pandoc -f rst -t asciidoc -o `basename $i .rst`.adoc $i ;done
This commit is contained in:
10
doc/index.adoc
Normal file
10
doc/index.adoc
Normal file
@@ -0,0 +1,10 @@
|
||||
== Liminix
|
||||
|
||||
intro tutorial installation configuration admin development modules
|
||||
hardware outputs
|
||||
|
||||
=== Indices and tables
|
||||
|
||||
* `+genindex+`
|
||||
* `+modindex+`
|
||||
* `+search+`
|
Reference in New Issue
Block a user