docs: Update Sebastian Maniak's author details and add a title to the…#330
docs: Update Sebastian Maniak's author details and add a title to the…#330ProfessorSeb merged 1 commit intomainfrom
Conversation
… human-in-the-loop kagent blog post. Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
There was a problem hiding this comment.
Pull request overview
Updates blog content and author metadata so the “human-in-the-loop kagent” post renders with an explicit on-page title and Sebastian Maniak’s author card reflects updated role/details.
Changes:
- Added an explicit H1 heading to
human-in-the-loop-kagent.mdx. - Updated Sebastian Maniak’s author title, photo path, and bio in the blog authors registry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/blogContent/human-in-the-loop-kagent.mdx | Adds an explicit H1 so the post has an on-page title when rendered. |
| src/app/blog/authors.ts | Updates Sebastian Maniak’s displayed author details (title/photo/bio). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| authorIds: ["sebastianmaniak"], | ||
| }; | ||
|
|
||
| # How to build Kubernetes-native AI agents that pause and ask for approval before taking destructive actions, using kagent's human-in-the-loop capabilities. |
There was a problem hiding this comment.
The new H1 duplicates the metadata.description and doesn’t match metadata.title, which is inconsistent with the other blog MDX posts where the H1 mirrors metadata.title. This will make the on-page heading differ from the post title shown in listings/SEO metadata. Consider changing the H1 to the metadata.title value and keeping this longer sentence only in metadata.description (and without a trailing period, to match other H1s).
5a91e5a to
89dad25
Compare
… human-in-the-loop kagent blog post.