Clarify and expand author attributes list#38
Clarify and expand author attributes list#38officialrajdeepsingh wants to merge 2 commits intoTryGhost:mainfrom
Conversation
Reorder entries and improve attribute descriptions. Add social handle fields: threads, bluesky, mastodon, tiktok, youtube, instagram and linkedin. Clarify slug, id, url and meta fields
WalkthroughUpdated the author attributes documentation in Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@themes/helpers/data/authors.mdx`:
- Line 93: The list item for "slug" uses an asterisk (*) while the other author
property list items use hyphens (-); update the bullet marker for the "slug"
entry to a hyphen so all list markers in themes/helpers/data/authors.mdx are
consistent (replace the `* **slug**` line with `- **slug**`).
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Reorder entries and improve attribute descriptions. Add social handle fields: threads, bluesky, mastodon, tiktok, youtube, instagram, and linkedin. Clarify slug, id, url, and meta fields
Got a PR for us? Awesome 🎊!
Please take a minute to explain the change you're proposing:
Why are you making it?
Update the docs according to Ghost CMS 6
What does it do?
The ghost author API returns the following attributes in Ghost CMS 6
{ slug: 'rajdeep', id: '6980a6f2f5bc3fb395514fa6', name: 'Rajdeep Singh', profile_image: 'https://www.gravatar.com/avatar/dafca7497609ae294378279ad1d6136c?s=250&r=x&d=mp', cover_image: null, bio: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy.", website: 'https://linktr.ee/officialrajdeepsingh', location: 'India', facebook: 'officialrajdeepsingh', twitter: '@Official_R_deep', threads: null, bluesky: null, mastodon: null, tiktok: null, youtube: '@officialrajdeepsingh', instagram: 'officialrajdeepsingh', linkedin: 'officalrajdeepsingh', meta_title: null, meta_description: null, url: 'http://localhost:2368/author/rajdeep/' }Note
Low Risk
Documentation-only changes with no runtime or API behavior impact; low risk aside from potential mismatches with actual field names/semantics if inaccurate.
Overview
Updates the
themes/helpers/data/authors.mdxdocs by reordering and rewriting the “author attributes” list to better reflect current semantics (e.g., clarifyingslug,id,url, and SEOmeta_*fields).Expands the documented author fields to include additional social handles:
threads,bluesky,mastodon,tiktok,youtube,instagram, andlinkedin, and fixes a missing trailing newline in the file.Written by Cursor Bugbot for commit 95ebf77. This will update automatically on new commits. Configure here.