From 4fc6e3cf52a1a6decf1ca6a2dd275faf70de188b Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 12 Apr 2025 19:43:01 -0300 Subject: [PATCH] fix: update deployment path from 'out' to 'build' in Node.js workflow --- docusaurus.config.ts | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 362ed647..f6f4ee07 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -104,8 +104,8 @@ const config: Config = { title: "Docs", items: [ { - label: "Documentation", - to: "/index", + label: "Home", + to: "/", }, ], }, @@ -113,13 +113,17 @@ const config: Config = { title: "Community", items: [ { - label: "Stack Overflow", - href: "https://stackoverflow.com/questions/tagged/generalbots", + label: "Templates", + href: "https://alm.pragmatismo.com.br/GeneralBots/botserver/src/branch/main/templates", }, { label: "YouTube", href: "https://www.youtube.com/@generalbots", }, + { + label: "Stack Overflow", + href: "https://stackoverflow.com/questions/tagged/generalbots", + }, ], }, { @@ -127,7 +131,7 @@ const config: Config = { items: [ { label: "Blog", - to: "/blog", + to: "https://pragmatismo.com.br/blog", }, { label: "GitHub",