summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-02-09 22:15:35 +0700
committerShulhan <ms@kilabit.info>2022-02-09 22:16:42 +0700
commitf61e2b34e024ef31895c386c0c2236c4c9c8d295 (patch)
treea915d07f606f195c04c888119d9cbf26a63ebdae
parent06135e3b12818167168e0feee8d8d95e05d9d6c9 (diff)
downloadrescached-f61e2b34e024ef31895c386c0c2236c4c9c8d295.tar.xz
_doc: add index file and symlinks to CHANGELOG and README
The idea is to be able to view all content of documentation inside the _doc file using the following command: _doc$ ciigo serve
-rw-r--r--.gitignore2
l---------_doc/CHANGELOG.adoc1
l---------_doc/README.adoc1
-rw-r--r--_doc/index.adoc12
4 files changed, 15 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cade8be..ca29cd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
/TODO
/_bin/darwin_amd64
/_bin/linux_amd64
-/_doc/benchmark.html
+/_doc/*.html
/cover.html
/cover.out
/heap*
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc
new file mode 120000
index 0000000..e59a806
--- /dev/null
+++ b/_doc/CHANGELOG.adoc
@@ -0,0 +1 @@
+../CHANGELOG.adoc \ No newline at end of file
diff --git a/_doc/README.adoc b/_doc/README.adoc
new file mode 120000
index 0000000..a7ab0b1
--- /dev/null
+++ b/_doc/README.adoc
@@ -0,0 +1 @@
+../README.adoc \ No newline at end of file
diff --git a/_doc/index.adoc b/_doc/index.adoc
new file mode 100644
index 0000000..9f1f706
--- /dev/null
+++ b/_doc/index.adoc
@@ -0,0 +1,12 @@
+= rescached documentation index
+Shulhan <ms@kilabit.info>
+
+link:/CHANGELOG.html[CHANGELOG]:: Log for each release.
+
+link:/README.html[README]:: Manual for rescached program.
+
+link:/benchmark.html[benchmark]:: The latest benchmark of rescached server.
+
+link:/rescached.cfg.html[rescached.cfg]:: Manual for rescached configuration.
+
+link:/resolver.html[resolver]:: Manual for resolver command line interface.