From be5bd76ee451e217cf79fe204289fb023dee7ba7 Mon Sep 17 00:00:00 2001 From: Tillman Jex Date: Tue, 17 Sep 2024 12:59:40 +0200 Subject: [PATCH] fix links on landing page of docs site (#460) --- docs/index.rst | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 622c5d2..bee2579 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +5,17 @@ .. image:: assets/media/screencast.svg :align: center +.. toctree:: + :hidden: + :titlesonly: + + GitHub + Neovim Plugin + + config/index + notes/index + tips/index + `zk` is a plain text note-taking tool that leverages the power of the command line. Install as below and then... :doc:`get zettling `! @@ -41,7 +52,7 @@ Alpine Linux: Arch Linux: -You can install [the zk package](https://archlinux.org/packages/extra/x86_64/zk/) from the official repos. +You can install `the zk package `_ from the official repos. .. code-block:: sh @@ -49,7 +60,7 @@ You can install [the zk package](https://archlinux.org/packages/extra/x86_64/zk/ Build from scratch: -Make sure you have a working [Go 1.21+ installation](https://golang.org/), then clone the repository: +Make sure you have a working `Go 1.21+ installation `_, then clone the repository: .. code-block:: sh @@ -65,16 +76,3 @@ On macOS / Linux: - -.. toctree:: - :hidden: - :titlesonly: - - GitHub - Neovim Plugin - - config/index - notes/index - tips/index - -