From f0f94b3efe7b9c812f2acd7a560a35542fc370b0 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 2 Jan 2020 20:24:32 -0800 Subject: [PATCH] QuickStart: add "Further Reading" template --- doc/QuickStart.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/QuickStart.md b/doc/QuickStart.md index c62f6ef9..cc002718 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -23,6 +23,10 @@ QuickStart * [Adding Channels](#adding-channels) * [Adding Admins](#adding-admins) * [Loading Plugins](#loading-plugins) + * [Further Reading](#further-reading) + * [Commands](#commands) + * [Factoids](#factoids) + * [Modules](#modules) Installing @@ -249,3 +253,10 @@ Currently loaded plugins may be listed with the `pluglist` command. For more information, see the [Plugins documentation](https://github.com/pragma-/pbot/blob/master/doc/Plugins.md). +### Further Reading + +That should get you started. For further information about PBot, check out these topics. + +#### Commands +#### Factoids +#### Modules