Skip to content

Commit fe65cb1

Browse files
committed
Add Discord call-to-action to various documentation pages
1 parent a5227d7 commit fe65cb1

20 files changed

+20
-0
lines changed

docs/api-reference/auth-manager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ session = AuthManager.extract_session_from_curl("""
184184
| `session_cookie` | `Optional[str]` | Current session cookie |
185185

186186
{% include affiliate-banner.html %}
187+
{% include discord-cta.html %}
187188

188189
---
189190

docs/api-reference/client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ await client.close()
342342
```
343343

344344
{% include affiliate-banner.html %}
345+
{% include discord-cta.html %}
345346

346347
---
347348

docs/api-reference/endpoints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ endpoint = Endpoints.BET_DETAILS.format(bet_id="bet_123")
189189
```
190190

191191
{% include affiliate-banner.html %}
192+
{% include discord-cta.html %}
192193

193194
---
194195

docs/api-reference/exceptions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ except StakeAPIError as e:
182182
```
183183

184184
{% include affiliate-banner.html %}
185+
{% include discord-cta.html %}
185186

186187
---
187188

docs/api-reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Complete technical reference for every class, method, and model in StakeAPI.
2828
All API methods require a valid [Stake.com account](https://stake.com/?c=WY7953wQ) and access token.
2929

3030
{% include affiliate-cta.html %}
31+
{% include discord-cta.html %}

docs/api-reference/models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ game = Game(id=123, name=456) # id and name must be strings
269269
```
270270

271271
{% include affiliate-banner.html %}
272+
{% include discord-cta.html %}
272273

273274
---
274275

docs/api-reference/utilities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ sanitize_game_name("") # ""
182182
```
183183

184184
{% include affiliate-banner.html %}
185+
{% include discord-cta.html %}
185186

186187
---
187188

docs/guides/advanced-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ asyncio.run(export_bets_to_csv())
271271
```
272272

273273
{% include affiliate-banner.html %}
274+
{% include discord-cta.html %}
274275

275276
---
276277

docs/guides/error-handling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ async def safe_operation(client):
221221
```
222222

223223
{% include affiliate-banner.html %}
224+
{% include discord-cta.html %}
224225

225226
---
226227

docs/guides/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ Typical latencies for StakeAPI operations:
205205
7. **Use WebSockets** for real-time data instead of polling
206206

207207
{% include affiliate-banner.html %}
208+
{% include discord-cta.html %}
208209

209210
---
210211

0 commit comments

Comments
 (0)