diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-07 23:19:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-07 23:19:25 +0700 |
| commit | 9a03cfb3c4289b9af54246950c957265ee83ecc5 (patch) | |
| tree | 1db026642f3d9d10cda2124cb7935ade3d2d1f2e /_example/index.adoc | |
| parent | 028580508facc0924cab1666e8aeacdc72e280a1 (diff) | |
| download | ciigo-9a03cfb3c4289b9af54246950c957265ee83ecc5.tar.xz | |
all: move example for ciigo as library to internal/cmd/ciigo-example
While at it, update the example index by removing unnecessary
external image, and update links to open in new tab/window.
Diffstat (limited to '_example/index.adoc')
| -rw-r--r-- | _example/index.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_example/index.adoc b/_example/index.adoc index 90f2038..a1b6c85 100644 --- a/_example/index.adoc +++ b/_example/index.adoc @@ -3,19 +3,19 @@ = Welcome to ciigo Shulhan <ms@kilabit.info> 25 September 2019 -:url-godoc: https://pkg.go.dev/git.sr.ht/~shulhan/ciigo - -image:https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square[GoDoc, link={url-godoc}] +:sectanchors: +:sectlinks: +:toc: `ciigo` is a library and a program to write static web server with embedded files using -https://asciidoctor.org/docs/what-is-asciidoc/[asciidoc] +https://asciidoctor.org/docs/what-is-asciidoc/[AsciiDoc^] markup format. == ciigo as library For an up to date documentation of how to use the library see the -https://pkg.go.dev/git.sr.ht/~shulhan/ciigo[Go documentation page]. +https://git.sr.ht/~shulhan/ciigo[repository page^]. == ciigo as CLI |
