Skip to content

QUA-1932: Add Lineage Getting Started screenshot and align Next Steps cards#1134

Merged
RafaelOsiro merged 2 commits into
mainfrom
qua-1932-lineage-getting-started-screenshot
Jun 4, 2026
Merged

QUA-1932: Add Lineage Getting Started screenshot and align Next Steps cards#1134
RafaelOsiro merged 2 commits into
mainfrom
qua-1932-lineage-getting-started-screenshot

Conversation

@RafaelOsiro

@RafaelOsiro RafaelOsiro commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

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

  • Lineage / Getting Started: added overview screenshot of the lineage graph after the intro paragraph and before the add-on tip.
  • Lineage / Deep Dive / Introduction: dropped MDI icons from the Next Steps cards (How Lineage Works, Lineage Sources, Reading the Graph, Field-level Lineage) since the target Deep Dive pages have icon-less H1s.

Pages to Test

@RafaelOsiro RafaelOsiro self-assigned this Jun 4, 2026
@RafaelOsiro RafaelOsiro added the documentation Improvements or additions to documentation label Jun 4, 2026
@greptile-apps

greptile-apps Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Adds 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.

  • docs/container/lineage/getting-started.md: one new ![Lineage graph overview](...) line added at line 7; relative path ../../assets/container/lineage/getting-started/getting-started-1.png is correct relative to the file's location.
  • docs/assets/container/lineage/getting-started/getting-started-1.png: new binary PNG asset added in the matching directory.

Confidence Score: 5/5

Safe 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

Filename Overview
docs/container/lineage/getting-started.md Adds an image reference after the intro paragraph and before the add-on tip; relative path resolves correctly to the newly added asset.
docs/assets/container/lineage/getting-started/getting-started-1.png New PNG screenshot of the lineage graph overview; placed in the expected asset directory matching the markdown reference path.

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)"]
Loading

Reviews (1): Last reviewed commit: "docs(lineage): add graph overview screen..." | Re-trigger Greptile

@RafaelOsiro RafaelOsiro changed the title QUA-1932: Add lineage graph screenshot to Getting Started QUA-1932: Add Lineage Getting Started screenshot and align Next Steps cards Jun 4, 2026
@RafaelOsiro RafaelOsiro merged commit 358b025 into main Jun 4, 2026
1 check passed
@RafaelOsiro RafaelOsiro deleted the qua-1932-lineage-getting-started-screenshot branch June 4, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants