Skip to content

Commit 83bc0f8

Browse files
Adam Grossmancursoragent
andcommitted
Fix 0.13 docs build
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5b2c22d commit 83bc0f8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

versioned_docs/version-0.13/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _**Devvit Web**_
2525

2626
If you use **Devvit Web** (`@devvit/web`), there's only one breaking change:
2727

28-
- The `splash` and `loading` screen support has been removed from `submitCustomPost()`. Please use a dedicated splash entrypoint HTML page instead as shown in the [project templates](../docs/examples/template-library.md).
28+
- The `splash` and `loading` screen support has been removed from `submitCustomPost()`. Please use a dedicated splash entrypoint HTML page instead as shown in the [project templates](examples/template-library.md).
2929

3030
Old method:
3131

@@ -73,11 +73,11 @@ If you use the old `@devvit/public-api`, **Blocks UI is no longer supported** in
7373
7474
### New Features
7575
76-
- **Building for Logged Out Users**. Reddit has an untapped resource for your apps: [logged out users](../docs/guides/logged-out-users.mdx). We've given you a guide to design your game so that it can be played and shared with anyone, and you can prompt logged out users to subscribe to your game.
76+
- **Building for Logged Out Users**. Reddit has an untapped resource for your apps: [logged out users](guides/logged-out-users.mdx). We've given you a guide to design your game so that it can be played and shared with anyone, and you can prompt logged out users to subscribe to your game.
7777
78-
- **Push Notifications (experimental)**. [Push notifications](../docs/capabilities/notifications/notifications-overview.md) help drive engagement, increase player retention, and build habit loops for players by bringing players back into your game at the right moments. We've also included detailed support for adding streaks to your game to encourage daily play!
78+
- **Push Notifications (experimental)**. [Push notifications](capabilities/notifications/notifications-overview.md) help drive engagement, increase player retention, and build habit loops for players by bringing players back into your game at the right moments. We've also included detailed support for adding streaks to your game to encourage daily play!
7979
80-
- **Devvit Journeys (experimental)**. We've added a new telemetry feature that tracks the full lifecycle of a user session. [Devvit Journeys](../docs/capabilities/analytics/analytics-overview.md) gives you a new way to understand how players move through your game session from start to finish, making it easier to see where users engage, where they drop off, and which moments lead to completion.
80+
- **Devvit Journeys (experimental)**. We've added a new telemetry feature that tracks the full lifecycle of a user session. [Devvit Journeys](capabilities/analytics/analytics-overview.md) gives you a new way to understand how players move through your game session from start to finish, making it easier to see where users engage, where they drop off, and which moments lead to completion.
8181
8282
:::note
8383
Experimental features are gated beta programs. Access to Push Notifications and Devvit Journeys is currently limited and requires approval before it can be functional in your app.

versioned_sidebars/version-0.13-sidebars.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
{
138138
"type": "category",
139139
"label": "Analytics",
140-
"items": ["capabilities/analytics/analytics-overview", "capabilities/analytics/devvit-journeys"],
140+
"items": ["capabilities/analytics/analytics-overview", "capabilities/analytics/devvit-journeys"]
141141
},
142142
{
143143
"type": "category",
@@ -170,7 +170,7 @@
170170
"items": [
171171
"capabilities/notifications/notifications-overview",
172172
"capabilities/notifications/pn-best-practices",
173-
"capabilities/notifications/adding-streaks"],
173+
"capabilities/notifications/adding-streaks"]
174174
},
175175
{
176176
"type": "category",
@@ -302,7 +302,7 @@
302302
{
303303
"type": "doc",
304304
"label": "Building for Logged Out Players",
305-
"id": "guides/logged-out-users",
305+
"id": "guides/logged-out-users"
306306
},
307307
{
308308
"type": "doc",

0 commit comments

Comments
 (0)