Skip to content

Commit a5227d7

Browse files
committed
Add Discord call-to-action to multiple documentation pages
1 parent c5d5d92 commit a5227d7

11 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/getting-started/authentication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ if auth.is_token_expired():
223223
```
224224

225225
{% include affiliate-banner.html %}
226+
{% include discord-cta.html %}
226227

227228
## Next Steps
228229

docs/getting-started/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ Each step is covered in detail in the pages below. Most developers are up and ru
3232
- Basic knowledge of Python and async/await
3333

3434
{% include affiliate-cta.html %}
35+
{% include discord-cta.html %}

docs/getting-started/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ Now that StakeAPI is installed, you need a Stake.com account and access token:
137137
- [Quick Start]({% link getting-started/quickstart.md %}) — Make your first API call
138138

139139
{% include affiliate-banner.html %}
140+
{% include discord-cta.html %}

docs/getting-started/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ asyncio.run(main())
163163
```
164164

165165
{% include affiliate-banner.html %}
166+
{% include discord-cta.html %}
166167

167168
## What's Next?
168169

docs/guides/betting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ asyncio.run(daily_pnl())
234234
```
235235

236236
{% include affiliate-banner.html %}
237+
{% include discord-cta.html %}
237238

238239
---
239240

docs/guides/casino-games.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ class Game(BaseModel):
208208
```
209209

210210
{% include affiliate-banner.html %}
211+
{% include discord-cta.html %}
211212

212213
## Real-World Example: Casino Dashboard
213214

docs/guides/graphql-queries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ except StakeAPIError as e:
253253
5. **Name your operations** — Makes debugging much easier
254254

255255
{% include affiliate-banner.html %}
256+
{% include discord-cta.html %}
256257

257258
---
258259

docs/guides/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ In-depth guides for every feature of StakeAPI.
3333
Each guide includes working code examples you can copy and modify. All examples assume you have a [Stake.com account](https://stake.com/?c=WY7953wQ) and a valid access token.
3434

3535
{% include affiliate-cta.html %}
36+
{% include discord-cta.html %}

docs/guides/sports-betting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ class SportEvent(BaseModel):
231231
```
232232

233233
{% include affiliate-banner.html %}
234+
{% include discord-cta.html %}
234235

235236
## Real-World Example: Sports Dashboard
236237

docs/guides/user-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ asyncio.run(full_account_summary())
216216
```
217217

218218
{% include affiliate-banner.html %}
219+
{% include discord-cta.html %}
219220

220221
---
221222

0 commit comments

Comments
 (0)