Skip to content

Commit 5c6a107

Browse files
authored
[codex] restore search console indexing cleanup (#141)
* [codex] restore search console indexing cleanup * [codex] fix empty generated API sidebar categories * [codex] refresh stale reading session doc links * Fix prelive reading sessions doc link * Fix generated user API doc links * Address Copilot SEO postbuild feedback * Tighten SEO alias cleanup
1 parent 045a17f commit 5c6a107

195 files changed

Lines changed: 1361 additions & 422 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎docs/tutorials/oidc/example-integration.mdx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ This example keeps the user session on the server and uses the server to send `x
8282

8383
Once authenticated, explore the [User APIs](/docs/category/user-related-apis):
8484

85-
- **[Collections](/docs/user_related_apis_versioned/auth-get-v-1-collections)** — Create and manage verse collections
86-
- **[Bookmarks](/docs/user_related_apis_versioned/auth-get-v-1-bookmarks)** — Save and retrieve bookmarked verses
85+
- **[Collections](/docs/user_related_apis_versioned/1.0.0/get-all-collections/)** — Create and manage verse collections
86+
- **[Bookmarks](/docs/user_related_apis_versioned/1.0.0/get-user-bookmarks/)** — Save and retrieve bookmarked verses
8787
- **Reading Sessions** — Track reading progress
8888
- **Goals & Streaks** — User reading goals
8989

‎docs/tutorials/sync/getting-started.mdx‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ When the user creates data offline, push mutations to the server using `POST /v1
124124

125125
### API References
126126

127-
- [GET /v1/sync (Get mutations)](/docs/user_related_apis_prelive/auth-get-v-1-sync)
128-
- [POST /v1/sync (Sync local mutations)](/docs/user_related_apis_prelive/auth-post-v-1-sync)
127+
- [GET /v1/sync (Get mutations)](/docs/user_related_apis_prelive/get-mutations/)
128+
- [POST /v1/sync (Sync local mutations)](/docs/user_related_apis_prelive/sync-local-mutations/)
129129

130130
## Using metadataOnly for Efficiency
131131

@@ -139,7 +139,7 @@ This is significantly faster than a full sync (single DB query vs multiple joins
139139

140140
For the full request/response schema, see:
141141

142-
- [GET /v1/sync (Get mutations)](/docs/user_related_apis_prelive/auth-get-v-1-sync)
142+
- [GET /v1/sync (Get mutations)](/docs/user_related_apis_prelive/get-mutations/)
143143

144144
## Filtering & Pagination
145145

@@ -157,5 +157,5 @@ When `metadataOnly=true`, the response includes only `lastMutationAt` (no pagina
157157

158158
## Next Steps
159159

160-
- [Handling Conflicts](./handling-conflicts) — Learn how to handle 409 errors and resolve conflicts
161-
- [Offline-First Patterns](./offline-first-patterns) — Best practices for client-side architecture
160+
- [Handling Conflicts](/docs/tutorials/sync/handling-conflicts/) — Learn how to handle 409 errors and resolve conflicts
161+
- [Offline-First Patterns](/docs/tutorials/sync/offline-first-patterns/) — Best practices for client-side architecture

‎docs/tutorials/sync/handling-conflicts.mdx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This quickly retrieves the current `lastMutationAt` without fetching all mutatio
117117

118118
See the full request/response schema in the API reference:
119119

120-
- [GET /v1/sync (Get mutations)](/docs/user_related_apis_prelive/auth-get-v-1-sync)
120+
- [GET /v1/sync (Get mutations)](/docs/user_related_apis_prelive/get-mutations/)
121121

122122
## Best Practices
123123

@@ -129,4 +129,4 @@ See the full request/response schema in the API reference:
129129

130130
## Next Steps
131131

132-
- [Offline-First Patterns](./offline-first-patterns) — Architecture for robust offline support
132+
- [Offline-First Patterns](/docs/tutorials/sync/offline-first-patterns/) — Architecture for robust offline support

‎docs/user-related-apis/1.0.0/reading-sessions-vs-activity-days.mdx‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Tracks daily activity/progress (by date + type). This powers streaks, goals, and
2828

2929
## Related API Docs (v1.0.0)
3030

31-
- [Add or update user reading session](/docs/user_related_apis_versioned/1.0.0/auth-post-v-1-reading-sessions)
32-
- [Get user reading sessions](/docs/user_related_apis_versioned/1.0.0/auth-get-v-1-reading-sessions)
33-
- [Add/update activity day](/docs/user_related_apis_versioned/1.0.0/auth-post-v-1-activity-days)
34-
- [Get activity days](/docs/user_related_apis_versioned/1.0.0/auth-get-v-1-activity-days)
35-
- [Estimate reading time](/docs/user_related_apis_versioned/1.0.0/auth-get-v-1-activity-days-estimate-reading-time)
31+
- [Add or update user reading session](/docs/user_related_apis_versioned/1.0.0/add-or-update-user-reading-session/)
32+
- [Get user reading sessions](/docs/user_related_apis_versioned/1.0.0/get-user-reading-sessions/)
33+
- [Add/update activity day](/docs/user_related_apis_versioned/1.0.0/add-update-activity-day/)
34+
- [Get activity days](/docs/user_related_apis_versioned/1.0.0/get-activity-days/)
35+
- [Estimate reading time](/docs/user_related_apis_versioned/1.0.0/estimate-reading-time/)
3636

‎docs/user-related-apis/reading-sessions-vs-activity-days.mdx‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Tracks daily activity/progress (by date + type). This powers streaks, goals, and
2828

2929
## Related API Docs
3030

31-
- [Add or update user reading session](/docs/user_related_apis_versioned/auth-post-v-1-reading-sessions)
32-
- [Get user reading sessions](/docs/user_related_apis_versioned/auth-get-v-1-reading-sessions)
33-
- [Add/update activity day](/docs/user_related_apis_versioned/auth-post-v-1-activity-days)
34-
- [Get activity days](/docs/user_related_apis_versioned/auth-get-v-1-activity-days)
35-
- [Estimate reading time](/docs/user_related_apis_versioned/auth-get-v-1-activity-days-estimate-reading-time)
31+
- [Add or update user reading session](/docs/user_related_apis_versioned/1.0.0/add-or-update-user-reading-session/)
32+
- [Get user reading sessions](/docs/user_related_apis_versioned/1.0.0/get-user-reading-sessions/)
33+
- [Add/update activity day](/docs/user_related_apis_versioned/1.0.0/add-update-activity-day/)
34+
- [Get activity days](/docs/user_related_apis_versioned/1.0.0/get-activity-days/)
35+
- [Estimate reading time](/docs/user_related_apis_versioned/1.0.0/estimate-reading-time/)
3636

‎docs/user_related_apis_prelive/add-collection-bookmark.api.mdx‎

Lines changed: 6 additions & 5 deletions
Large diffs are not rendered by default.

‎docs/user_related_apis_prelive/add-collection.api.mdx‎

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

‎docs/user_related_apis_prelive/add-note.api.mdx‎

Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.

‎docs/user_related_apis_prelive/add-or-update-preference.api.mdx‎

Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.

‎docs/user_related_apis_prelive/add-or-update-user-reading-session.api.mdx‎

Lines changed: 10 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)