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 inconsistency of frontmatter "keywords" values #435

Closed
gdevillele opened this issue Nov 2, 2016 · 2 comments
Closed

Fix inconsistency of frontmatter "keywords" values #435

gdevillele opened this issue Nov 2, 2016 · 2 comments
Assignees

Comments

@gdevillele
Copy link
Contributor

Problem description

Context: some pages have a keywords entry in their frontmatter header.

  • The type of those entries is not consistent across the repository
  • It does not make sense to have an array-typed value as there is no value in having several keyword meta tags in the pages served
  • The frontmatter parser that is used currently, in some cases, fails to build the correct html meta tag.

https://docs.docker.com/docker-trusted-registry/support/ contains:

<meta name="keywords" content="Docker, supporthelp">

https://docs.docker.com/engine/swarm/how-swarm-mode-works/pki/ contains:

<meta name="keywords" content="dockercontainerclusterswarm modenodetlspki">

Problem location

In markdown files, across the whole repository.

Project version(s) affected

current stable

Suggestions for a fix

Fixing the content would be a good start.

I am going to submit PRs soon.

@gdevillele
Copy link
Contributor Author

Thanks for having reviewed and merged all this. 🙂

Closing.

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker docker locked and limited conversation to collaborators Nov 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants