From 5984188ca3ca5fcce65ae6b6aa6d1811b0c1eb5f Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sun, 8 Mar 2026 19:53:12 -0500 Subject: [PATCH] feat(website): add GitHub nav link and git clone to quick start - Add GitHub link to nav bar on both index and docs pages - Add git clone + cd commands to Quick Start terminal block Co-Authored-By: Claude Opus 4.6 --- docs/website/docs.html | 1 + docs/website/index.html | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/website/docs.html b/docs/website/docs.html index f03b944..250bc90 100644 --- a/docs/website/docs.html +++ b/docs/website/docs.html @@ -63,6 +63,7 @@ Home Features Docs + GitHub diff --git a/docs/website/index.html b/docs/website/index.html index 6593f67..ebe556f 100644 --- a/docs/website/index.html +++ b/docs/website/index.html @@ -95,6 +95,7 @@ Architecture Screenshots Docs + GitHub Get Started @@ -418,7 +419,11 @@ Terminal -
# Clone and configure
+        
# Clone the repo
+git clone https://github.com/staack/the-other-dude.git
+cd the-other-dude
+
+# Configure
 cp .env.example .env
 
 # Start infrastructure