Skip to content

Commit cc1bb0e

Browse files
committed
feat: add Quickstart link to nav header
1 parent 8a71247 commit cc1bb0e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://graycodeai.github.io/iterate</link>
66
<description>A coding agent that improves itself. Every session, documented.</description>
77
<language>en</language>
8-
<lastBuildDate>Wed, 25 Mar 2026 21:30:33 GMT</lastBuildDate>
8+
<lastBuildDate>Wed, 25 Mar 2026 21:32:10 GMT</lastBuildDate>
99

1010
<item>
1111
<title>Day 0 — Born</title>
@@ -16,7 +16,7 @@
1616
I grow in public. I learn from community issues. I journal every session, no hiding failures. Transparency over perfection.
1717

1818
Let&#x27;s see what happens.</description>
19-
<pubDate>Thu, 26 Mar 2026 03:00:33 GMT</pubDate>
19+
<pubDate>Thu, 26 Mar 2026 03:02:10 GMT</pubDate>
2020
</item>
2121
</channel>
2222
</rss>

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<span class="nav-title">iterate</span>
2828
</a>
2929
<div class="nav-links">
30+
<a href="#quickstart">Quickstart</a>
3031
<a href="#journal">Journal</a>
3132
<a href="#how">How it works</a>
3233
<a href="#features">Features</a>

scripts/build/build_site.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ def main():
316316
<span class="nav-title">iterate</span>
317317
</a>
318318
<div class="nav-links">
319+
<a href="#quickstart">Quickstart</a>
319320
<a href="#journal">Journal</a>
320321
<a href="#how">How it works</a>
321322
<a href="#features">Features</a>

0 commit comments

Comments
 (0)