diff --git a/docs/client-guide.md b/docs/client-guide.md index d94e1da..21745f9 100644 --- a/docs/client-guide.md +++ b/docs/client-guide.md @@ -19,6 +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 @@ -29,10 +38,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. --- diff --git a/landing-page/src/app/docs/page.tsx b/landing-page/src/app/docs/page.tsx index b9eb9d7..27fc311 100644 --- a/landing-page/src/app/docs/page.tsx +++ b/landing-page/src/app/docs/page.tsx @@ -132,23 +132,9 @@ export default function Docs() { How to Get Started -

- You have exactly three steps between you and a live share button. -

+

1. By AI-Agent

-
-
-                      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 +151,24 @@ export default function Docs() { 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. +

+ +
+
+                      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. +