From a3b6aafaca3c050350f5baf480ae83d931408138 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 22 Oct 2019 04:38:24 +0200 Subject: [PATCH] [Docs] Link to Getting started guide at the end of installation guides (#3032) * docs: link to Getting started guide at the end of installation guides * chore(changelog): add towncrier entry --- changelog.d/3025.enhance.rst | 1 + docs/install_linux_mac.rst | 4 ++++ docs/install_windows.rst | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 changelog.d/3025.enhance.rst diff --git a/changelog.d/3025.enhance.rst b/changelog.d/3025.enhance.rst new file mode 100644 index 000000000..327be122c --- /dev/null +++ b/changelog.d/3025.enhance.rst @@ -0,0 +1 @@ +Link to Getting started guide at the end of installation guides. \ No newline at end of file diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index a09f40723..fac383b88 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -316,3 +316,7 @@ It will walk through the initial setup, asking for your token and a prefix. You can find out how to obtain a token with :dpy_docs:`this guide `, section "Creating a Bot Account". + +.. tip:: + If it's the first time you're using Red, you should check our `getting-started` guide + that will walk you through all essential information on how to interact with Red. diff --git a/docs/install_windows.rst b/docs/install_windows.rst index 3cea6d5ae..5c4862958 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -121,3 +121,7 @@ It will walk through the initial setup, asking for your token and a prefix. You can find out how to obtain a token with :dpy_docs:`this guide `, section "Creating a Bot Account". + +.. tip:: + If it's the first time you're using Red, you should check our `getting-started` guide + that will walk you through all essential information on how to interact with Red.