diff --git a/examples/2048-game.md b/examples/2048-game.md index 1e1313530..4fa7e4ab2 100644 --- a/examples/2048-game.md +++ b/examples/2048-game.md @@ -1,3 +1,7 @@ +--- +parent: Example chat transcripts +nav_order: 2 +--- # Modify an open source 2048 game with aider diff --git a/examples/README.md b/examples/README.md index 8224c0771..77c28e189 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,4 +1,9 @@ -# What's it like to code with aider? +--- +title: Example chat transcripts +has_children: true +--- + +# Example chat transcripts Below are some chat transcripts showing what it's like to code with aider. In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc. diff --git a/examples/add-test.md b/examples/add-test.md index c3b79cbaf..4aae2d889 100644 --- a/examples/add-test.md +++ b/examples/add-test.md @@ -1,3 +1,7 @@ +--- +parent: Example chat transcripts +nav_order: 4 +--- # Create a "black box" test case diff --git a/examples/asciinema.md b/examples/asciinema.md index a6940a6a6..f0e5899c6 100644 --- a/examples/asciinema.md +++ b/examples/asciinema.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Editing an asciinema cast file with aider diff --git a/examples/census.md b/examples/census.md index d734a6f56..340dd6690 100644 --- a/examples/census.md +++ b/examples/census.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Download, analyze and plot US Census data diff --git a/examples/chat-transcript-css.md b/examples/chat-transcript-css.md index 6a4c772a9..37a2a6e62 100644 --- a/examples/chat-transcript-css.md +++ b/examples/chat-transcript-css.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Improve css styling of chat transcripts diff --git a/examples/complex-change.md b/examples/complex-change.md index d79079a3e..68eb45f67 100644 --- a/examples/complex-change.md +++ b/examples/complex-change.md @@ -1,3 +1,7 @@ +--- +parent: Example chat transcripts +nav_order: 3 +--- # A complex multi-file change, with debugging diff --git a/examples/css-exercises.md b/examples/css-exercises.md index 6197d6d2b..76d6f4bed 100644 --- a/examples/css-exercises.md +++ b/examples/css-exercises.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Complete a css exercise with aider diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index 95d72bdf3..2a3ff2769 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -1,3 +1,7 @@ +--- +parent: Example chat transcripts +nav_order: 1 +--- # Create a simple flask app with aider diff --git a/examples/hello.md b/examples/hello.md index 5828ec3fc..9c0c06a67 100644 --- a/examples/hello.md +++ b/examples/hello.md @@ -1,3 +1,7 @@ +--- +parent: Example chat transcripts +--- + # Hello aider! Here is the simplest possible "hello world" example of using aider: diff --git a/examples/no-color.md b/examples/no-color.md index c018ebc55..90f4fb10f 100644 --- a/examples/no-color.md +++ b/examples/no-color.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Honor the NO_COLOR environment variable diff --git a/examples/pong.md b/examples/pong.md index 6b89ed23e..f4441bc1b 100644 --- a/examples/pong.md +++ b/examples/pong.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Build pong with aider and pygame. diff --git a/examples/semantic-search-replace.md b/examples/semantic-search-replace.md index 9b8e11bf2..1f08cd5a2 100644 --- a/examples/semantic-search-replace.md +++ b/examples/semantic-search-replace.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Semantic search & replace code with aider In this chat transcript, the user asks to modify a series of function calls. diff --git a/examples/update-docs.md b/examples/update-docs.md index 94164845e..d0ff405f0 100644 --- a/examples/update-docs.md +++ b/examples/update-docs.md @@ -1,3 +1,6 @@ +--- +parent: Example chat transcripts +--- # Automatically update docs with aider In this chat transcript, the user asks to automatically update the Usage docs based on the latest version of the main() function in the code.