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

Fix meta description so that embeds are properly formatted #32

Closed
matthewpereira opened this issue Jun 9, 2022 · 2 comments · Fixed by #58
Closed

Fix meta description so that embeds are properly formatted #32

matthewpereira opened this issue Jun 9, 2022 · 2 comments · Fixed by #58
Assignees

Comments

@matthewpereira
Copy link
Member

Currently we have a placeholder description that will show up if someone copy/pastes the URL into Discord (and likely also in Twitter, Slack, etc).

image

We should audit this and craft the right meta data so that the project logo and description show up correctly.

Side note: the title is also repeating needlessly on the homepage.

@matldupont matldupont changed the title Fix meta description so that embeds are properly formatted Fix meta description so that embeds are properly formatted [H] Jun 13, 2022
@aaguiarz
Copy link
Member

The home page title should be <title>OpenFGA | Fine Grained Authorization</title>

@adriantam
Copy link
Member

The home page title should be <title>OpenFGA | Fine Grained Authorization</title>

Note that in Docusaurus, each page's title in metadata will be " | ". This is not something that is customizable at this moment.

As such, the home page title should be
The home page title should be <title>Fine Grained Authorization | OpenFGA</title> instead.

adriantam added a commit that referenced this issue Jun 13, 2022
@adriantam adriantam self-assigned this Jun 13, 2022
@adriantam adriantam changed the title Fix meta description so that embeds are properly formatted [H] Fix meta description so that embeds are properly formatted Jun 13, 2022
rhamzeh pushed a commit that referenced this issue Aug 23, 2022
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 a pull request may close this issue.

3 participants