Skip to content

Commit 89b194a

Browse files
committed
docs: Show all blog posts in sidebar
1 parent 59845ba commit 89b194a

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

website/blog/2025-01-XX-v0.15-vue-support-collection-remove.md renamed to website/blog/2026-01-10-v0.15-vue-support-collection-remove.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ draft: true
1010
import Link from '@docusaurus/Link';
1111

1212
**New Platforms:**
13-
- [Vue 3](/blog/2025/01/XX/v0.15-vue-support-collection-remove#vue-3-support) with full composables: useSuspense, useCache, useDLE, useController, useQuery
13+
- [Vue 3](/blog/2026/01/10/v0.15-vue-support-collection-remove#vue-3-support) with full composables: useSuspense, useCache, useDLE, useController, useQuery
1414

1515
**New Features:**
16-
- [Collection.remove](/blog/2025/01/XX/v0.15-vue-support-collection-remove#collectionremove) for removing items from collections
17-
- [RestEndpoint.remove](/blog/2025/01/XX/v0.15-vue-support-collection-remove#restendpointremove) for combined PATCH + collection removal
18-
- [Unions can query() without type discriminator](/blog/2025/01/XX/v0.15-vue-support-collection-remove#union-queries)
19-
- [mockInitialState()](/blog/2025/01/XX/v0.15-vue-support-collection-remove#mockinitialstate) for simpler test setup
16+
- [Collection.remove](/blog/2026/01/10/v0.15-vue-support-collection-remove#collectionremove) for removing items from collections
17+
- [RestEndpoint.remove](/blog/2026/01/10/v0.15-vue-support-collection-remove#restendpointremove) for combined PATCH + collection removal
18+
- [Unions can query() without type discriminator](/blog/2026/01/10/v0.15-vue-support-collection-remove#union-queries)
19+
- [mockInitialState()](/blog/2026/01/10/v0.15-vue-support-collection-remove#mockinitialstate) for simpler test setup
2020

2121
**Performance:**
22-
- [10-20% improvement](/blog/2025/01/XX/v0.15-vue-support-collection-remove#performance) for get/denormalize operations
22+
- [10-20% improvement](/blog/2026/01/10/v0.15-vue-support-collection-remove#performance) for get/denormalize operations
2323

24-
**[Breaking Changes:](/blog/2025/01/XX/v0.15-vue-support-collection-remove#migration-guide)**
24+
**[Breaking Changes:](/blog/2026/01/10/v0.15-vue-support-collection-remove#migration-guide)**
2525

26-
- [useDebounce() returns [val, isPending]](/blog/2025/01/XX/v0.15-vue-support-collection-remove#usedebounce)
27-
- [ImmutableJS support moved to /imm exports](/blog/2025/01/XX/v0.15-vue-support-collection-remove#immutablejs)
28-
- [Schema delegate interface consolidation](/blog/2025/01/XX/v0.15-vue-support-collection-remove#schema-delegate)
26+
- [useDebounce() returns [val, isPending]](/blog/2026/01/10/v0.15-vue-support-collection-remove#usedebounce)
27+
- [ImmutableJS support moved to /imm exports](/blog/2026/01/10/v0.15-vue-support-collection-remove#immutablejs)
28+
- [Schema delegate interface consolidation](/blog/2026/01/10/v0.15-vue-support-collection-remove#schema-delegate)
2929

3030
<!-- truncate -->
3131

website/docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ const config: Config = {
218218
},
219219
blog: {
220220
showReadingTime: true,
221+
blogSidebarTitle: 'All posts',
222+
blogSidebarCount: 'ALL',
221223
},
222224
theme: {
223225
customCss: [

0 commit comments

Comments
 (0)