Skip to content

Commit 7c59213

Browse files
committed
fix: reorder nav links to match page section order
1 parent cc1bb0e commit 7c59213

3 files changed

Lines changed: 4 additions & 4 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:32:10 GMT</lastBuildDate>
8+
<lastBuildDate>Wed, 25 Mar 2026 21:33:23 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:02:10 GMT</pubDate>
19+
<pubDate>Thu, 26 Mar 2026 03:03:23 GMT</pubDate>
2020
</item>
2121
</channel>
2222
</rss>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<span class="nav-title">iterate</span>
2828
</a>
2929
<div class="nav-links">
30-
<a href="#quickstart">Quickstart</a>
3130
<a href="#journal">Journal</a>
3231
<a href="#how">How it works</a>
3332
<a href="#features">Features</a>
3433
<a href="#identity">Identity</a>
34+
<a href="#quickstart">Quickstart</a>
3535
<a href="https://github.com/GrayCodeAI/iterate" target="_blank" rel="noopener" class="nav-gh">GitHub ↗</a>
3636
</div>
3737
</div>

scripts/build/build_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,11 @@ def main():
316316
<span class="nav-title">iterate</span>
317317
</a>
318318
<div class="nav-links">
319-
<a href="#quickstart">Quickstart</a>
320319
<a href="#journal">Journal</a>
321320
<a href="#how">How it works</a>
322321
<a href="#features">Features</a>
323322
<a href="#identity">Identity</a>
323+
<a href="#quickstart">Quickstart</a>
324324
<a href="https://github.com/{gh}" target="_blank" rel="noopener" class="nav-gh">GitHub ↗</a>
325325
</div>
326326
</div>

0 commit comments

Comments
 (0)