From 0f0cbaa5ea45e68c2243b5bccb9d21da3818d7f0 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Thu, 27 Jun 2024 20:26:11 +0200
Subject: [PATCH] docs: user/getting_started: fix monospace markup

Unlike Markdown, RST uses double backticks for monospace text; single
backticks result in italic text. Use monospace for commands like the
surrounding paragraphs.
---
 docs/user/getting_started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index 332ffc991..d6927c67a 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -239,7 +239,7 @@ GLUON_RELEASE
 
 GLUON_SITE_VERSION
   Version of the site configuration. This string is displayed in the config mode
-  and `gluon-info`. If unset, Gluon generates a version string using `git describe`
+  and ``gluon-info``. If unset, Gluon generates a version string using ``git describe``
   on the site folder.
 
 GLUON_TARGET
-- 
GitLab