Skip to content

Commit 31eccfe

Browse files
authored
fix(docs): add summarizing storage page to the Swift sidebar (#646)
The page shipped ~July 14 without a sidebar entry; the starlight-sidebar-topics middleware throws for any page not attached to a topic, which has failed every docs deploy since — the live site is two weeks stale. Verified locally: full astro build now completes (111 pages). Closes #645 Code written by Claude (Fable 5), architected and approved by @cornelcroi.
1 parent eaf3bfc commit 31eccfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export default defineConfig({
250250
{ label: 'File', slug: 'swift/storage/built-in/file' },
251251
{ label: 'Device (SwiftData)', slug: 'swift/storage/built-in/device' },
252252
{ label: 'Transforming (PII scrub)', slug: 'swift/storage/built-in/transforming' },
253+
{ label: 'Summarizing', slug: 'swift/storage/built-in/summarizing' },
253254
],
254255
},
255256
{ label: 'Custom store', slug: 'swift/storage/custom' },

0 commit comments

Comments
 (0)