⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@mateuszbartosik
Copy link
Contributor

@mateuszbartosik mateuszbartosik requested review from Lwiel, kalczur and poissoncorp and removed request for kalczur February 10, 2026 15:06
@mateuszbartosik
Copy link
Contributor Author

@Lwiel I think we can proceed with the existing related articles migration

const { metadata } = useDoc();
const { editUrl, lastUpdatedAt, lastUpdatedBy, tags, permalink } = metadata;
const { editUrl, lastUpdatedAt, lastUpdatedBy, tags, permalink, frontMatter } = metadata;
const seeAlso = (frontMatter as any).seeAlso;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use snake case for consistency with other properties

We should also add this to src/typescript/docMetadata.d.ts so we operate on concrete type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants