From 4683c2551043df4886ce65e41568e80268219050 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 30 Jun 2025 00:53:29 +0700 Subject: _doc: merge index into README --- README.md | 14 ++++++++++++++ _doc/README.md | 1 - _doc/index.adoc | 26 -------------------------- _doc/index.md | 1 + 4 files changed, 15 insertions(+), 27 deletions(-) delete mode 120000 _doc/README.md delete mode 100644 _doc/index.adoc create mode 120000 _doc/index.md diff --git a/README.md b/README.md index 13f6e80..5057f12 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,17 @@ Rename a label "my-totp" to "my-otp", $ gotp rename my-totp my-otp gotp: reading configuration from /home/$USER/.config/gotp/gotp.conf OK + + +## Development + +:: Link to the source code. + +:: Link to development and +discussion. + +:: Link to submit an issue, +feedback, or request for new feature. + +[Changelog](https://kilabit.info/project/gotp/CHANGELOG.html):: Change log +for each releases. 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 9e8ea34..0000000 --- a/_doc/index.adoc +++ /dev/null @@ -1,26 +0,0 @@ -// SPDX-FileCopyrightText: 2022 M. Shulhan -// SPDX-License-Identifier: GPL-3.0-or-later -= gotp -:toc: -:sectanchors: -:sectlinks: - -Welcome to gotp. - -Command line interface for Time-based One Time Password (TOTP). - -== Documentation - -link:CHANGELOG.html[CHANGELOG^]:: History of each release. - -link:README.html[README^]:: User manual page for gotp. - -== Development - -https://git.sr.ht/~shulhan/gotp[Repository^]:: Link to the source code. - -https://lists.sr.ht/~shulhan/gotp[Mailing list^]:: Link to development and -discussion. - -https://todo.sr.ht/~shulhan/gotp[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