From 3e8188f728e74024162e77fd9e7c88e92e553c1f Mon Sep 17 00:00:00 2001 From: kyrea Date: Tue, 20 Feb 2024 21:18:25 +0530 Subject: [PATCH 1/2] Added ads page --- theme.config.tsx | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/theme.config.tsx b/theme.config.tsx index 34e4a76..a6ed6f4 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -8,12 +8,15 @@ const config: DocsThemeConfig = { }, faviconGlyph: "📝", banner: { - key: '3.0-release', + key: "3.0-release", text: ( - + 🎉 Documentation 3.0 is released. Read more → - ) + ), }, logo: Documentation, navbar: { @@ -58,17 +61,18 @@ const config: DocsThemeConfig = { chat: { link: "https://discord.gg/yyW389c", }, - docsRepositoryBase: "https://github.com/WaifuAPI/Documentation/tree/production", + docsRepositoryBase: + "https://github.com/WaifuAPI/Documentation/tree/production", footer: { text: ( - AGPL-3.0 {new Date().getFullYear()} ©{' '} + AGPL-3.0 {new Date().getFullYear()} ©{" "} Waifu.it . - ) + ), }, head: function useHead() { const description = @@ -76,9 +80,18 @@ const config: DocsThemeConfig = { return ( <> - + + + +
); },