Skip to content

Commit

Permalink
Merge pull request #229 from superfluid-finance/docs-fixes
Browse files Browse the repository at this point in the history
Docs Fixes
  • Loading branch information
youssefea authored Dec 13, 2023
2 parents 139fbed + 83c1d9f commit 8c0377c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"newWindow": true
},
"index": {
"title": "Home",
"children": []
"title": "Home"
}
}
2 changes: 2 additions & 0 deletions docs/pages/docs/integrate-the-widget/how-to-integrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Craft your Widget JSON following our step-by-step guide [here](../building-the-w

### Step 4: Implement the Widget in Your Component

In this example, we name our JSON file `data`:

```jsx
export function MyComponent() {
return (
Expand Down
6 changes: 2 additions & 4 deletions docs/pages/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ Welcome to the quickstart guide for the Superfluid Subscription Widget. Follow t

- [Prerequisites](#prerequisites)
- [Step 1: Building Your Widget](#step-1-building-your-widget)
- [Step 2: Integrating Widget into Your Website](#step-2-integrating-widget-into-your-website)
- [Step 2: Integrating Widget into Your Website](#step-2-integrating-widget-into-your-app)
- [Step 3: Verifying Active Streams](#step-3-verifying-active-streams)
- [Troubleshooting](#troubleshooting)
- [Further Reading](#further-reading)

## Prerequisites

Expand Down Expand Up @@ -110,7 +108,7 @@ If you want a more integrated experience where the Superfluid widget resides wit
npm install @superfluid-finance/widget
```

2. **Integrate in Your App**: Now, you can import the widget into your application. We won't dive deep into the details here, but you can refer to the detailed [Superfluid Widget Integration Guide](./integration/how-to-integrate).
2. **Integrate in Your App**: Now, you can import the widget into your application. We won't dive deep into the details here, but you can refer to the detailed [Superfluid Widget Integration Guide](./integrate-the-widget/how-to-integrate.mdx).
## Step 3: Verifying Active Streams
Expand Down

1 comment on commit 8c0377c

@vercel
Copy link

@vercel vercel bot commented on 8c0377c Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.