From 80378161327feea783f3dfc133543ca4305fe72d Mon Sep 17 00:00:00 2001 From: Codevalve <6092+codevalve@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:22:21 -0600 Subject: [PATCH] fix(docs): improve GitHub Pages configuration - Add _config.yml for GitHub Pages settings - Update asset paths to use absolute paths with baseurl - Keep .nojekyll file for proper asset serving --- docs/_config.yml | 6 ++++++ docs/index.html | 18 +++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..88f8f1e --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,6 @@ +name: Dev Session Buddy +title: Dev Session Buddy - Your AI-Powered Development Companion +description: Standardize development session workflows and improve collaboration between developers and AI assistants +url: https://codevalve.github.io +baseurl: /dev-session-buddy +permalink: pretty diff --git a/docs/index.html b/docs/index.html index 1d17f8f..cbcbcaf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,10 +13,10 @@ - + - - + + @@ -36,8 +36,8 @@
-
+
@@ -127,8 +127,8 @@

Quick Start Guide