From 12046fa7b8ace2b9098d778dc5253a02a8c73403 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Jul 2024 15:02:46 +0700 Subject: _doc: replace index.adoc with README.md In this way, we can view how repository README looks like and remove duplication. --- _doc/README.md | 1 - _doc/index.adoc | 27 --------------------------- _doc/index.md | 1 + 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 120000 _doc/README.md delete mode 100644 _doc/index.adoc create mode 120000 _doc/index.md diff --git a/_doc/README.md b/_doc/README.md deleted file mode 120000 index 32d46ee..0000000 --- a/_doc/README.md +++ /dev/null @@ -1 +0,0 @@ -../README.md \ No newline at end of file diff --git a/_doc/index.adoc b/_doc/index.adoc deleted file mode 100644 index 4654fe1..0000000 --- a/_doc/index.adoc +++ /dev/null @@ -1,27 +0,0 @@ -// SPDX-FileCopyrightText: 2022 Shulhan -// SPDX-License-Identifier: GPL-3.0-or-later -= ciigo -:toc: -:sectanchors: -:sectlinks: - -Welcome to ciigo. - -ciigo is a library and a program to write static web server with embedded -files using AsciiDoc markup format. - -== Documentation - -link:CHANGELOG.html[CHANGELOG^]:: History of each release. - -link:README.html[README^]:: User manual page for ciigo. - -== Development - -https://git.sr.ht/~shulhan/ciigo[Repository^]:: Link to the source code. - -https://lists.sr.ht/~shulhan/ciigo[Mailing list^]:: Link to development and -discussion. - -https://todo.sr.ht/~shulhan/ciigo[Issues^]:: Link to submit an issue, -feedback, or request for new feature. diff --git a/_doc/index.md b/_doc/index.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/_doc/index.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file -- cgit v1.3