diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-17 17:48:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-21 14:38:07 +0700 |
| commit | 0f1a82f3abecfeb6142c671d3d5c9f1cdbe5871f (patch) | |
| tree | a0fd3080426eb60d2cbf0a5a5ccadb146918bebb /_wui/doc | |
| parent | 7d89f4c684e85911426937f531ec190854321d65 (diff) | |
| download | awwan-0f1a82f3abecfeb6142c671d3d5c9f1cdbe5871f.tar.xz | |
all: setup tour.awwan.org
Now that the _tour is ready we can deploy it to tour.awwan.org.
The website is updated to include link to tour domain.
Implements: https://todo.sr.ht/~shulhan/awwan/4
Diffstat (limited to '_wui/doc')
| -rw-r--r-- | _wui/doc/index.adoc | 2 | ||||
| -rw-r--r-- | _wui/doc/template.gohtml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/_wui/doc/index.adoc b/_wui/doc/index.adoc index 330bfb7..b5f1b61 100644 --- a/_wui/doc/index.adoc +++ b/_wui/doc/index.adoc @@ -14,6 +14,8 @@ your own server, while you need is a handful knowledge of shell script? If yes, awwan is the right tools for you. +https://tour.awwan.org/[Take a tour of awwan] + Features, - Encryption. Awwan can read and copy encrypted files. diff --git a/_wui/doc/template.gohtml b/_wui/doc/template.gohtml index de93845..5ca47d4 100644 --- a/_wui/doc/template.gohtml +++ b/_wui/doc/template.gohtml @@ -21,6 +21,8 @@ <div class="topbar-right"> <img class="awwan-logo" src="/favicon.ico"></img> + <a href="https://tour.awwan.org"> Tour </a> + <img class="awwan-logo" src="/favicon.ico"></img> <a href="https://git.sr.ht/~shulhan/awwan" target="_blank"> Repository </a> <img class="awwan-logo" src="/favicon.ico"></img> <a href="https://lists.sr.ht/~shulhan/awwan" target="_blank"> Mailing list </a> |
