From 749e020776e9fab7afdbac0b9b36926624421418 Mon Sep 17 00:00:00 2001
From: Aman kumar vishwakrma <186990161+amankv1234@users.noreply.github.com>
Date: Fri, 17 Jul 2026 09:07:59 +0530
Subject: [PATCH 1/3] fix docs page
---
landing-page/src/app/docs/page.tsx | 34 +++++++++++++++---------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/landing-page/src/app/docs/page.tsx b/landing-page/src/app/docs/page.tsx
index b9eb9d7..41379a9 100644
--- a/landing-page/src/app/docs/page.tsx
+++ b/landing-page/src/app/docs/page.tsx
@@ -132,23 +132,7 @@ export default function Docs() {
How to Get Started
-
- You have exactly three steps between you and a live share button.
-
-
-
-
- 1. Load the library → one line in your HTML or package install
- 2. Drop a div → place it wherever you want the button
- 3. Initialize → one line of JavaScript
-
-
-
-
- That's it. No accounts. No API keys. No configuration files.
-
-
-
+
Using GitHub Copilot?
Open the chat, type @workspace, then copy the public prompt from:
@@ -165,6 +149,22 @@ export default function Docs() {
Copilot will walk through each step for your exact framework automatically.
+
+
+ You have exactly three steps between you and a live share button.
+
+
+
+
+ 1. Load the library → one line in your HTML or package install
+ 2. Drop a div → place it wherever you want the button
+ 3. Initialize → one line of JavaScript
+
+
+
+
+ That's it. No accounts. No API keys. No configuration files.
+
From 8f2e8daf1ec1666a250c45953548b81b590ff171 Mon Sep 17 00:00:00 2001
From: Aman kumar vishwakrma <186990161+amankv1234@users.noreply.github.com>
Date: Fri, 17 Jul 2026 09:27:00 +0530
Subject: [PATCH 2/3] fix client demo page
---
docs/client-guide.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/client-guide.md b/docs/client-guide.md
index d94e1da..52f80da 100644
--- a/docs/client-guide.md
+++ b/docs/client-guide.md
@@ -19,6 +19,11 @@ Your audience is already sharing. Give them a button worth clicking.
## How to Get Started
+> **Using GitHub Copilot?**
+> Open the chat, type `@workspace`, then copy the public prompt from:
+> https://github.com/AOSSIE-Org/SocialShareButton/blob/main/.github/copilot/integrate-social-share-button.prompt.md
+> Copilot will walk through each step for your exact framework automatically.
+
You have exactly **three steps** between you and a live share button.
```text
@@ -29,10 +34,6 @@ You have exactly **three steps** between you and a live share button.
That's it. No accounts. No API keys. No configuration files.
-> **Using GitHub Copilot?**
-> Open the chat, type `@workspace`, then copy the public prompt from:
-> https://github.com/AOSSIE-Org/SocialShareButton/blob/main/.github/copilot/integrate-social-share-button.prompt.md
-> Copilot will walk through each step for your exact framework automatically.
---
From 986537197f50a69b94d254af5fa852a56ef4d467 Mon Sep 17 00:00:00 2001
From: Aman kumar vishwakrma <186990161+amankv1234@users.noreply.github.com>
Date: Sun, 19 Jul 2026 00:51:38 +0530
Subject: [PATCH 3/3] docs: differentiate AI-Agent and Manual setup in Getting
Started
---
docs/client-guide.md | 4 ++++
landing-page/src/app/docs/page.tsx | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/docs/client-guide.md b/docs/client-guide.md
index 52f80da..21745f9 100644
--- a/docs/client-guide.md
+++ b/docs/client-guide.md
@@ -19,11 +19,15 @@ Your audience is already sharing. Give them a button worth clicking.
## How to Get Started
+### 1. By AI-Agent
+
> **Using GitHub Copilot?**
> Open the chat, type `@workspace`, then copy the public prompt from:
> https://github.com/AOSSIE-Org/SocialShareButton/blob/main/.github/copilot/integrate-social-share-button.prompt.md
> Copilot will walk through each step for your exact framework automatically.
+### 2. Manually
+
You have exactly **three steps** between you and a live share button.
```text
diff --git a/landing-page/src/app/docs/page.tsx b/landing-page/src/app/docs/page.tsx
index 41379a9..27fc311 100644
--- a/landing-page/src/app/docs/page.tsx
+++ b/landing-page/src/app/docs/page.tsx
@@ -132,6 +132,8 @@ export default function Docs() {
How to Get Started
+ 1. By AI-Agent
+
Using GitHub Copilot?
@@ -150,6 +152,8 @@ export default function Docs() {
+ 2. Manually
+
You have exactly three steps between you and a live share button.