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 #202

Merged
merged 5 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 (41af7de).
    • 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 (162d9ac):
    • 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 (bff221a).

See COMDOX-345 for details.

@jeff-matthews jeff-matthews self-assigned this Sep 12, 2023
@jeff-matthews jeff-matthews added internal Differentiates work by Adobe employees maintenance labels Sep 12, 2023
@bdenham bdenham merged commit 46c62ba into AdobeDocs:main Sep 13, 2023
2 checks passed
@bdenham bdenham deleted the COMDOX-345-metadata-validation branch September 13, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Differentiates work by Adobe employees maintenance
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants