QUA-1932: Add Lineage Getting Started screenshot and align Next Steps cards#1134
Merged
Merged
Conversation
Contributor
Greptile SummaryAdds a lineage graph overview screenshot to the Getting Started page, inserted after the introductory paragraph and before the add-on tip. The asset path in the markdown correctly resolves to the newly committed PNG.
Confidence Score: 5/5Safe to merge — the change is a single image insertion into a documentation page with no logic or configuration touched. The only changes are a new PNG asset and one markdown image tag. The relative path resolves correctly, the alt text is descriptive, and the image is positioned exactly where the PR description says it should be. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["# Getting Started with Lineage\n(page title)"] --> B["Intro paragraph\n(what lineage is, roles)"]
B --> C["![Lineage graph overview]\n(NEW: getting-started-1.png)"]
C --> D["!!! tip\nLineage add-on note"]
D --> E["## Deep Dive\n(card grid)"]
D --> F["## How-tos\n(card grid)"]
D --> G["## Reference\n(card grid)"]
Reviews (1): Last reviewed commit: "docs(lineage): add graph overview screen..." | Re-trigger Greptile |
gasscoelho
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds a graph overview screenshot to the Lineage Getting Started page and aligns the Deep Dive Introduction Next Steps cards with the icon convention of their target pages.
Key Changes
Pages to Test