From f61e2b34e024ef31895c386c0c2236c4c9c8d295 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 9 Feb 2022 22:15:35 +0700 Subject: _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 --- .gitignore | 2 +- _doc/CHANGELOG.adoc | 1 + _doc/README.adoc | 1 + _doc/index.adoc | 12 ++++++++++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 120000 _doc/CHANGELOG.adoc create mode 120000 _doc/README.adoc create mode 100644 _doc/index.adoc 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 + +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. -- cgit v1.3