From 7398b1b41deb5bc165c4bde3718aaffc1f32b01a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 15 May 2023 01:23:27 +0700 Subject: all: convert the README from asciidoc to markdown I use two remote repositories: GitHub and SourceHut. GitHub support rendering README using asciidoc while SourceHut not. This cause the repository that use README.adoc rendered as text in SourceHut which make the repository page less readable. Also, the pkg.go.dev now render README but only support Markdown. Since we cannot control the SourceHut and go.dev, the only option is to support converting Markdown in ciigo so I can write README using Markdown and the rest of documentation using Asciidoc. --- _doc/README.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 _doc/README.md (limited to '_doc/README.md') diff --git a/_doc/README.md b/_doc/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/_doc/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file -- cgit v1.3