From 4393269486be19f0607b17a9cd94b64f9f17ee7c Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 31 Jan 2025 15:56:11 -0500 Subject: [PATCH] Set jekyll baseurl --- docs/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 2085aaa..5f0ef4d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,6 +3,7 @@ description: Documentation for the Roo Code project remote_theme: just-the-docs/just-the-docs url: https://docs.roocode.com +baseurl: /docs aux_links: "Roo Code on GitHub": @@ -12,4 +13,4 @@ aux_links: search_enabled: true # Enable dark mode -color_scheme: dark \ No newline at end of file +color_scheme: dark