-
Notifications
You must be signed in to change notification settings - Fork 28
Add Access Analyzer KB Articles #335
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
Conversation
Pull Request Review: Add Access Analyzer KB ArticlesOverall AssessmentThis PR adds 4 new knowledge base articles for Access Analyzer with good technical content. The articles are well-structured and follow most repository conventions. However, there are several areas that need attention before merging. Critical Issues1. Image File Extension MismatchFile: Issue: The file has a Impact: This can cause issues with some browsers and image processing tools. Recommendation: Rename the file to Quality Issues2. Frontmatter InconsistenciesIssue: The frontmatter structure varies between files and differs from existing KB articles. Examples:
Recommendation: Standardize frontmatter to match the pattern from existing KB articles: ---
description: >-
Your description here
keywords:
- keyword1
- keyword2
products:
- access-analyzer
sidebar_label: 'Your Label'
tags: []
title: "Your Title"
knowledge_article_id: yourID
---3. Documentation Style IssuesIn
|
No description provided.