From 37f9fe9fc16e759e0b8a8ebf3936ebc5ed7ee8e3 Mon Sep 17 00:00:00 2001 From: emiyl Date: Fri, 12 Jan 2024 17:09:16 +0000 Subject: [PATCH] move discordNoticeText --- docs/.vuepress/i18n/en_US/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/i18n/en_US/index.js b/docs/.vuepress/i18n/en_US/index.js index 6cb708c..656202f 100644 --- a/docs/.vuepress/i18n/en_US/index.js +++ b/docs/.vuepress/i18n/en_US/index.js @@ -5,6 +5,7 @@ module.exports = { lang: 'en-US', title: 'Cemu Guide', description: 'A complete guide to installing CEMU and optimizing performance.', + discordNoticeText: "If you need further help, ask on the official Cemu [Discord Server](https://discord.gg/5psYsup) for assistance.", }, themeConfig: { @@ -18,7 +19,6 @@ module.exports = { toggleDarkMode: "Toggle dark mode", toggleSidebar: "Toggle sidebar", - discordNoticeText: "If you need further help, ask on the official Cemu [Discord Server](https://discord.gg/5psYsup) for assistance.", repoLabel: '', navbar: require('./navbar'),