docs: update README token badge to 150+ billion#367
Merged
Conversation
Refresh the README tokens-generated badge so the project claim reflects the current 150+ billion total.
Contributor
Greptile SummaryThis PR updates the token milestone badge in
|
| Filename | Overview |
|---|---|
| README.md | Two changes: token badge updated from 100+ to 150+ Billion (as described), plus an undocumented link change from "Quick Start Guide" (latest/quick-start/) to "Getting Started" (latest/) |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md Badge] -->|Before| B["100+ Billion Tokens Generated"]
A -->|After| C["150+ Billion Tokens Generated"]
D[README.md Learn More Link] -->|Before| E["Quick Start Guide → /latest/quick-start/"]
D -->|After| F["Getting Started → /latest/"]
Last reviewed commit: 74c55d5
| ### 📚 Learn more | ||
|
|
||
| - **[Quick Start Guide](https://nvidia-nemo.github.io/DataDesigner/latest/quick-start/)** – Detailed walkthrough with more examples | ||
| - **[Getting Started](https://nvidia-nemo.github.io/DataDesigner/latest/)** – Install, configure, and generate your first dataset |
Contributor
There was a problem hiding this comment.
Undocumented change in PR description
The PR description states only the token badge was updated, but this line also changes the "Quick Start Guide" link (pointing to latest/quick-start/) to "Getting Started" (pointing to latest/). While the new link may be intentional, it's worth confirming:
- That
https://nvidia-nemo.github.io/DataDesigner/latest/quick-start/is no longer a valid/maintained URL (to avoid broken links for anyone who has it bookmarked or referenced elsewhere). - That this change was intentional and not an accidental modification — the PR description and test plan make no mention of it.
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 98
Comment:
**Undocumented change in PR description**
The PR description states only the token badge was updated, but this line also changes the "Quick Start Guide" link (pointing to `latest/quick-start/`) to "Getting Started" (pointing to `latest/`). While the new link may be intentional, it's worth confirming:
1. That `https://nvidia-nemo.github.io/DataDesigner/latest/quick-start/` is no longer a valid/maintained URL (to avoid broken links for anyone who has it bookmarked or referenced elsewhere).
2. That this change was intentional and not an accidental modification — the PR description and test plan make no mention of it.
How can I resolve this? If you propose a fix, please make it concise.
kirit93
approved these changes
Mar 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.
Summary
100+ Billionto150+ BillionTest plan
git diff main...HEADand verify only the README badge string changed