Skip to content

Commit 0a8f995

Browse files
committed
Enhance homepage intro and rename Context to Backstory
- Add 2 sentences explaining the guide bridges theory/practice via 100k+ lines analysis - Emphasize battle-tested production system and immediate runnable exercises - Rename 'Context' to 'Backstory' in navigation for clearer messaging - More compelling intro that highlights unique value proposition
1 parent ff97d10 commit 0a8f995

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Context: How This Book Came to Be
1+
# Backstory: How This Book Came to Be
22

33
## The Backstory
44

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Learn to build production AI agents through real-world patterns extracted from OpenAI Codex CLI.
44

5+
This guide bridges theory and practice by analyzing 100,000+ lines of production Rust code from OpenAI's battle-tested agent system. Each pattern includes Python implementations, real-world examples, and hands-on exercises you can run immediately.
6+
57
## Chapters
68

79
**[Chapter 1 - Prompt Chaining](./learning-material/01-prompt-chaining/README.md)**

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ validation:
119119

120120
nav:
121121
- Home: index.md
122-
- Context: context.md
122+
- Backstory: context.md
123123
- Chapter 1 - Prompt Chaining: learning-material/01-prompt-chaining/README.md
124124
- Chapter 2 - Routing: learning-material/02-routing/README.md
125125
- Chapter 3 - Parallelization: learning-material/03-parallelization/README.md

0 commit comments

Comments
 (0)