Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MetaTags to be Metadata in Docs #10053

Merged
merged 4 commits into from
Feb 22, 2024

Conversation

codisfy
Copy link
Contributor

@codisfy codisfy commented Feb 21, 2024

While working through the tutorial I found that MetaTags is replaced by MetaData in the code generators, however the tutorial still shows Metatags.

This PR updates all instances of MetaTags with MetaData.

@jtoar jtoar added the release:docs This PR only updates docs label Feb 22, 2024
@jtoar jtoar added this to the next-release-patch milestone Feb 22, 2024
@jtoar
Copy link
Contributor

jtoar commented Feb 22, 2024

Thanks @codisfy! I think the "d" in the component should be lowercased like this though:

import { Metadata } from '@redwoodjs/web'

Mind double-checking and making that change if so? Then LGTM

@codisfy
Copy link
Contributor Author

codisfy commented Feb 22, 2024

Thanks @jtoar You are correct. Just updated.

@jtoar jtoar merged commit 95ba45c into redwoodjs:main Feb 22, 2024
38 of 39 checks passed
@Tobbe Tobbe changed the title Update MetaTags to be MetaData in Docs Update MetaTags to be Metadata in Docs Feb 23, 2024
jtoar added a commit that referenced this pull request Feb 24, 2024
While working through the tutorial I found that `MetaTags` is replaced
by `MetaData` in the code generators, however the tutorial still shows
`Metatags`.

This PR updates all instances of `MetaTags` with `MetaData`.

---------

Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
@jtoar jtoar modified the milestones: next-release-patch, v7.0.3 Feb 26, 2024
jtoar added a commit that referenced this pull request Feb 26, 2024
While working through the tutorial I found that `MetaTags` is replaced
by `MetaData` in the code generators, however the tutorial still shows
`Metatags`.

This PR updates all instances of `MetaTags` with `MetaData`.

---------

Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:docs This PR only updates docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants