@@ -70,15 +70,17 @@ JavaScript library for the Contentful [Content Delivery API](https://www.content
7070 - [ Authentication] ( #authentication )
7171- [ Documentation \& References] ( #documentation--references )
7272 - [ Configuration] ( #configuration )
73- - [ Request configuration options] ( #request-configuration-options )
74- - [ Response configuration options] ( #response-configuration-options )
73+ - [ Request configuration options] ( #request-configuration-options )
74+ - [ Response configuration options] ( #response-configuration-options )
75+ - [ Timeline Preview] ( #timeline-preview )
76+ - [ Example] ( #example )
7577 - [ Client chain modifiers] ( #client-chain-modifiers )
7678 - [ Entries] ( #entries )
77- - [ Example] ( #example )
78- - [ Assets] ( #assets )
7979 - [ Example] ( #example-1 )
80- - [ Sync ] ( #sync )
80+ - [ Assets ] ( #assets )
8181 - [ Example] ( #example-2 )
82+ - [ Sync] ( #sync )
83+ - [ Example] ( #example-3 )
8284 - [ Reference documentation] ( #reference-documentation )
8385 - [ Tutorials \& other resources] ( #tutorials--other-resources )
8486 - [ Troubleshooting] ( #troubleshooting )
@@ -292,11 +294,9 @@ const client = contentful.createClient({
292294 accessToken: ' preview_0b7f6x59a0' ,
293295 host: ' preview.contentful.com' ,
294296 // either release or timestamp or both can be passed as a valid config
295- alphaFeatures: {
296- timelinePreview: {
297- release: { lte: ' black-friday' },
298- timestamp: { lte: ' 2025-11-29T08:46:15Z' },
299- },
297+ timelinePreview: {
298+ release: { lte: ' black-friday' },
299+ timestamp: { lte: ' 2025-11-29T08:46:15Z' },
300300 },
301301})
302302```
0 commit comments