Skip to content

Commit 03aeb04

Browse files
committed
Better tagline
1 parent 6048c51 commit 03aeb04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type * as Preset from '@docusaurus/preset-classic';
66

77
const config: Config = {
88
title: 'Agentic Coding',
9-
tagline: 'Master AI-assisted software engineering for experienced developers',
9+
tagline: 'A structured methodology for agentic development',
1010
favicon: 'img/favicon.ico',
1111

1212
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future

website/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function HomepageHeader() {
102102
)}
103103
</a>
104104
<Heading as="h1" className="hero__title">
105-
A Methodology for AI-First Development
105+
Master Agentic Coding
106106
</Heading>
107107
<p className="hero__subtitle">
108108
Structured methodology proven on enterprise mono-repos with
@@ -683,8 +683,8 @@ function LearningFormats() {
683683
export default function Home(): ReactNode {
684684
return (
685685
<Layout
686-
title="A Methodology for AI-first Development"
687-
description="Structured methodology for AI-first coding proven on enterprise mono-repos with millions of lines of code. Free, MIT licensed, with podcasts, slides, and production-ready prompts."
686+
title="Master Agentic Coding"
687+
description="Master agentic coding with a structured methodology proven on enterprise mono-repos. Free, MIT licensed, with podcasts, slides, and production-ready prompts."
688688
>
689689
<HomepageHeader />
690690
<main>

0 commit comments

Comments
 (0)