Skip to content

Commit ad09b5e

Browse files
committed
docs: restructure Neighborhood page per review feedback
Reorganize the page structure based on PR feedback: 1. Plug & Play video at the top 2. Intro description explaining what the tutorial covers 3. Quick Install as its own section 4. The step-by-step tutorial 5. Deep dive video at the bottom for those wanting more
1 parent 3c1f718 commit ad09b5e

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

documentation/docs/mcp/neighborhood-mcp.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,15 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
99
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
1010
import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions';
1111

12-
Order food from nearby restaurants — right from your goose chat. Sellers are currently US-based.
13-
14-
With the Neighborhood extension, you can:
15-
- 🔍 **Discover** nearby restaurants based on your location
16-
- 📋 **Browse menus** with photos, prices, and descriptions — right in the chat
17-
- 🛒 **Build a cart** and check out via Cash App
18-
- 🧠 **Get smart suggestions** — goose factors in your schedule, dietary needs, and plans
19-
2012
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/qY2i83l6dCQ" />
2113

22-
<iframe
23-
class="aspect-ratio"
24-
src="https://www.youtube.com/embed/DG1HUFsekyc"
25-
title="Neighborhood Extension"
26-
frameBorder="0"
27-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
28-
allowFullScreen
29-
></iframe>
14+
Order food from nearby restaurants — right from your goose chat. Sellers are currently US-based.
3015

31-
## Configuration
16+
In this tutorial, you'll learn how to set up the Neighborhood extension and use it to discover nearby restaurants, browse menus, build a cart, and check out — all through natural conversation with goose.
17+
18+
## Quick Install
3219

33-
:::tip Quick Install
20+
:::tip
3421
<Tabs groupId="interface">
3522
<TabItem value="ui" label="goose Desktop" default>
3623
[Install Neighborhood extension](goose://extension?type=streamable_http&url=https%3A%2F%2Fconnect.squareup.com%2Fv2%2Fmcp%2Fneighborhood&id=neighborhood&name=Neighborhood&description=Discover%20nearby%20restaurants%2C%20browse%20menus%2C%20and%20place%20takeout%20orders%20through%20natural%20conversation.)
@@ -47,6 +34,8 @@ With the Neighborhood extension, you can:
4734
</Tabs>
4835
:::
4936

37+
## Configuration
38+
5039
<Tabs groupId="interface">
5140
<TabItem value="ui" label="goose Desktop" default>
5241
<GooseDesktopInstaller
@@ -157,3 +146,16 @@ Try combining Neighborhood with other goose extensions for even more useful work
157146
- **Pair with your calendar:** *"Check my calendar for today and find somewhere I can grab a quick pickup lunch before my 1pm meeting. I'm near Union Square."*
158147
- **Track what you eat:** *"Order me a chicken bowl from that place on Sullivan St, and log the macros to my food diary."*
159148
- **Plan for a group:** *"I'm meeting 3 friends near Bryant Park tonight. Find somewhere with good vegetarian options that's not too loud."*
149+
150+
## Deep Dive Video
151+
152+
Want a closer look at the Neighborhood extension in action? Watch the full walkthrough:
153+
154+
<iframe
155+
class="aspect-ratio"
156+
src="https://www.youtube.com/embed/DG1HUFsekyc"
157+
title="Neighborhood Extension"
158+
frameBorder="0"
159+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
160+
allowFullScreen
161+
></iframe>

0 commit comments

Comments
 (0)