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:
Daniel Barlow
2025-04-06 18:16:53 +01:00
parent 936eb1a7cd
commit de861a2ee0
17 changed files with 1689 additions and 1783 deletions

10
doc/index.adoc Normal file
View File

@@ -0,0 +1,10 @@
== Liminix
intro tutorial installation configuration admin development modules
hardware outputs
=== Indices and tables
* `+genindex+`
* `+modindex+`
* `+search+`