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

COMDOX-345: Add topic metadata and validation test #134

Merged
merged 4 commits into from
Sep 13, 2023

Conversation

jeff-matthews
Copy link
Contributor

Purpose of this pull request

This pull request (PR):

  • Adds keyword metadata to enhance the site search experience for users (f4921e9).
    • These keywords will appear as additional filters on the site search results page so that users can narrow the scope of what they're looking for.
    • Keywords are defined in the .github/linters/metadata.schema.yml file.
    • Keyword values map to the exl-config/features.yml metadata file that we use for Experience League repos for consistency.
  • Adds a new PR validation test for the following metadata (b4694f3):
    • title: is required and cannot exceed 60 characters (SEO)
    • description: is required and cannot exceed 160 characters (SEO)
    • keywords: is optional and must match a defined value (site search filtering)
  • Fixes validation errors for existing files (e524ffc).

See COMDOX-345 for details.

@jeff-matthews jeff-matthews self-assigned this Sep 11, 2023
@jeff-matthews jeff-matthews added maintenance Repository upkeep internal Differentiate between community and staff member labels Sep 11, 2023
@bdenham bdenham merged commit b41c816 into AdobeDocs:main Sep 13, 2023
@bdenham bdenham deleted the COMDOX-345-metadata-validation branch September 13, 2023 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Differentiate between community and staff member maintenance Repository upkeep
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants