docs: fix structure outputs blog format#368
Merged
Merged
Conversation
Align the dev note path/nav with the Nemotron-specific title and add a blog excerpt marker for cleaner post previews.
johnnygreco
commented
Mar 4, 2026
|
|
||
| Using [NeMo Data Designer](https://github.com/NVIDIA-NeMo/DataDesigner), an orchestration framework for generating high-quality synthetic data at scale, we built an iterative pipeline that generates diverse, schema-constrained structured outputs across JSON, YAML, and XML. Through multiple rounds of prompt refinement, rejection sampling, and programmatic validation, we produced a 9,949-sample dataset of verified structured output training data. | ||
|
|
||
| <!-- more --> |
Contributor
Author
There was a problem hiding this comment.
This is importatn!
Contributor
Greptile SummaryThis PR renames the
|
| Filename | Overview |
|---|---|
| docs/devnotes/posts/structured-outputs-from-nemotron.md | File renamed from structured-outputs.md; only addition is a <!-- more --> excerpt marker after the opening paragraph — content is otherwise unchanged. |
| mkdocs.yml | Nav entry updated to point to the renamed file and given a descriptive label; Dev Notes entries reordered (most-recent first). No structural issues. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[mkdocs.yml Nav] --> B[Dev Notes]
B --> B0[devnotes/index.md]
B --> C["Structured Outputs from Nemotron\n(NEW — structured-outputs-from-nemotron.md)"]
B --> D[Deep Research Trajectories\ndeep-research-trajectories.md]
B --> E[RQA Dataset\nrqa.md]
B --> F[Design Principles\ndesign-principles.md]
subgraph "File Rename"
OLD["structured-outputs.md\n(removed)"] -->|"99% similarity rename\n+ adds <!-- more -->"| NEW["structured-outputs-from-nemotron.md\n(added)"]
end
Last reviewed commit: 038da88
johnnygreco
commented
Mar 4, 2026
Comment on lines
+69
to
+72
| - Structured Outputs from Nemotron: devnotes/posts/structured-outputs-from-nemotron.md | ||
| - Deep Research Trajectories: devnotes/posts/deep-research-trajectories.md | ||
| - RQA Dataset: devnotes/posts/rqa.md | ||
| - Design Principles: devnotes/posts/design-principles.md |
Contributor
Author
There was a problem hiding this comment.
Probably makes sense to put the newest at the top
nabinchha
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
<!-- more -->marker near the top of the post so blog previews truncate cleanly.Test plan
mkdocs.ymlnav entry opensStructured Outputs from Nemotroncorrectly.<!-- more -->marker.