Skip to content

Commit de5e27c

Browse files
authored
[docs] Dagster nanochat example (#33030)
## Summary & Motivation Include the Dagster nanochat as an external example (repo is too large to include within Dagster). Currently this links out to the first blog post. The other external example link to repos so there are probably two options for what the link should be. 1. Link to the blog series 2. Link to the nanochat repo and update the nanochat README to include the blog posts (which I should probably do anyway) NOTE The spacing doesn't look as good with an odd number of external links <img width="937" height="302" alt="Screenshot 2025-12-11 at 8 01 42 AM" src="https://github.com/user-attachments/assets/ab0efcf2-f279-44b7-81ed-4a8dec08eba1" /> ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
1 parent 67dc84d commit de5e27c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ const sidebars: SidebarsConfig = {
159159
label: 'Dagster Open Platform',
160160
href: 'https://github.com/dagster-io/dagster-open-platform',
161161
},
162+
{
163+
type: 'link',
164+
label: 'Dagster Nanochat',
165+
href: 'https://dagster.io/blog/orchestrating-nanochat-building-the-tokenizer/',
166+
},
162167
{
163168
type: 'link',
164169
label: 'Sales demo example pipelines',

0 commit comments

Comments
 (0)