From 56e41288adb1794fad962b46d6da5697f74b2e2a Mon Sep 17 00:00:00 2001 From: RejectModders <142326052+rejectmodderss@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:15:36 -0500 Subject: [PATCH] Testing --- guides/Configuration.md | 6 ++++++ guides/getting-started.md | 1 + retype.yml | 10 +++++++--- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 guides/Configuration.md diff --git a/guides/Configuration.md b/guides/Configuration.md new file mode 100644 index 0000000..c109b03 --- /dev/null +++ b/guides/Configuration.md @@ -0,0 +1,6 @@ +--- +icon: key +order: 1000 +--- +# Configuration + diff --git a/guides/getting-started.md b/guides/getting-started.md index 27638f9..740af2f 100644 --- a/guides/getting-started.md +++ b/guides/getting-started.md @@ -1,5 +1,6 @@ --- icon: rocket +order: 1000 --- # Getting Started !!!warning diff --git a/retype.yml b/retype.yml index 276b943..e107a68 100644 --- a/retype.yml +++ b/retype.yml @@ -4,8 +4,12 @@ url: example.com # Add your website here branding: title: UniBot Docs label: Docs -#links: -# - text: Getting Started -# link: https://retype.com/guides/getting-started/ +links: + - text: Home + link: https://uni-bot.xyz + - text: Invite + link: https://discord.com/oauth2/authorize?client_id=1156134562418663585&permissions=437549658110&redirect_uri=https%3A%2F%2Funi-bot.xyz%2Fthanks&response_type=code&scope=identify%20applications.commands%20bot + - text: Discord Server + link: https://discord.gg/unibot footer: copyright: "© Copyright . All rights reserved."