Skip to content

Commit beac6ef

Browse files
committed
feat: Add AI Agents section to homepage and update features list
1 parent e442f45 commit beac6ef

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ export default defineConfig({
110110
{
111111
text: "General",
112112
items: [
113-
113+
{
114+
text: "🤖 AI Agents Eat the World",
115+
link: "/docs/agents-in-software-development.md",
116+
},
114117
{
115118
text: "Amazon Scraps Local Alexa Processing",
116119
link: "/docs/Amazon-to-Scrap-Local-Alexa-Processing.md",

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ hero:
66
name: "Penify"
77
tagline: Effortlessly generate precise, human like docstrings for GitHub repos with Penify
88
features:
9+
- title: "🤖 Watching AI Agents Eat the World (While We Watch Like It's an Ant Farm)"
10+
details: "Explore the fascinating world of AI agents in software development. Learn how analyst, decision, and review agents collaborate to streamline workflows, enhance productivity, and redefine the development process."
11+
link: /docs/agents-in-software-development.md
912
- title: "🚨 NEVER Have to Beg for Code Reviews Again"
1013
details: "Discover how PullNotifier, a Slack app, streamlines code reviews by providing structured notifications and reducing Slack spam."
1114
link: /docs/never-beg-for-code-reviews-again.md

0 commit comments

Comments
 (0)