-
Notifications
You must be signed in to change notification settings - Fork 595
docs: frontmatter updates and content type labels to grid cards #1602
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
Documentation preview |
Greptile OverviewGreptile SummaryThis PR updates documentation frontmatter across 67 files to align with a new Diataxis-based content type taxonomy and adds content type labels to grid cards throughout the documentation. Key changes:
Issues found:
|
| Filename | Overview |
|---|---|
| docs/evaluation/evaluate-guardrails.md | Renamed from README.md and updated frontmatter; has inconsistent audience field values with spaces in names |
| docs/getting-started/tutorials/index.md | Updated frontmatter and added content type badges to grid cards; has inconsistent audience field with 'AI Engineer' |
| docs/deployment/index.md | Updated frontmatter and added badges; has inconsistent audience values with spaces |
| docs/configure-rails/actions/index.md | Updated frontmatter with proper YAML list format and added content type badges to all grid cards |
| docs/index.md | Added content type badges to grid cards and updated toctree references |
Sequence Diagram
sequenceDiagram
participant Author
participant DocFiles as Documentation Files
participant Frontmatter as YAML Frontmatter
participant GridCards as Grid Cards
participant Build as Doc Build System
Author->>DocFiles: Update 67 documentation files
Author->>Frontmatter: Standardize frontmatter fields
Frontmatter->>Frontmatter: Convert to YAML list format
Frontmatter->>Frontmatter: Update content.type values
Frontmatter->>Frontmatter: Update content.difficulty values
Frontmatter->>Frontmatter: Update content.audience values
Author->>GridCards: Add content type badges
GridCards->>GridCards: Add {bdg-secondary} labels
GridCards->>GridCards: Labels: How To, Tutorial, Reference, etc.
Author->>DocFiles: Rename evaluation/README.md
DocFiles->>DocFiles: Now: evaluate-guardrails.md
Author->>DocFiles: Delete orphaned RST files
DocFiles->>DocFiles: Remove index.rst files
Author->>DocFiles: Update toctree references
DocFiles->>Build: Ready for documentation build
Build->>Build: Process updated frontmatter
Build->>Build: Render content type badges
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 files reviewed, 3 comments
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: Miyoung Choi <[email protected]>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: Miyoung Choi <[email protected]>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: Miyoung Choi <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Description
Related Issue(s)
Checklist