Skip to content

Commit 0c1e130

Browse files
committed
Align ContentLink API and documentation
- Update @datocms/content-link dependency to ^0.3.6 - Simplify enableClickToEdit API: accept true | { scrollToNearestTarget: true } - Remove unnecessary if statements, use optional chaining throughout - Standardize documentation across all framework packages - Update props tables with consistent formatting - Regenerate table of contents
1 parent 952dddd commit 0c1e130

File tree

10 files changed

+889
-9
lines changed

10 files changed

+889
-9
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This package offers different components and hooks. Please refer to one of the f
2727
* [`<SRCImage />` and `<Image />` components for responsive/progressive images](./docs/image.md)
2828
* [`<StructuredText />` component](./docs/structured-text.md)
2929
* [`<VideoPlayer />` component](./docs/video-player.md)
30+
* [`<ContentLink />` component and `useContentLink()` hook for Visual Editing with click-to-edit overlays](./docs/content-link.md)
3031
* [`useQuerySubscription()` hook for live, real-time updates of content](./docs/live-real-time-updates.md)
3132
* [`useSiteSearch()` hook to render a DatoCMS Site Search form widget](./docs/site-search.md)
3233
* [`renderMetaTags()` and other helpers to render social share, SEO and Favicon meta tags](./docs/meta-tags.md)

0 commit comments

Comments
 (0)