Skip to content

Commit 2b5e9b9

Browse files
committed
titles
1 parent 8407f5f commit 2b5e9b9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
cat > github-pages/templates.md << 'HEADER'
6969
---
7070
layout: default
71-
title: Templates for AGENTS.md, ADR, and Feature Docs
71+
title: Templates
7272
description: Download ready-to-use templates for MCAF and vibe coding. Includes AGENTS.md template for Claude Code, Codex, Gemini, Cursor, ADR templates, and feature documentation for AI-assisted development.
7373
keywords: MCAF templates, AGENTS.md template, vibe coding templates, AI-assisted development, ADR template, Claude Code, Codex, Gemini, Cursor rules
7474
nav_order: 2
@@ -105,7 +105,7 @@ jobs:
105105
cat > github-pages/tutorial.md << 'EOF'
106106
---
107107
layout: default
108-
title: Tutorial - Implement Vibe Coding with Structure
108+
title: Tutorial
109109
description: Step-by-step tutorial for implementing MCAF in your project. Learn to set up AGENTS.md, configure Coding AI agents like Claude Code, Codex, Gemini, Cursor, and enable safe vibe coding with automated verification.
110110
keywords: MCAF tutorial, vibe coding tutorial, AI-assisted development, AI-assisted coding, AGENTS.md setup, Claude Code, Codex, Gemini, Cursor, GitHub Copilot
111111
nav_order: 3
@@ -119,7 +119,7 @@ jobs:
119119
cat > github-pages/credits.md << 'EOF'
120120
---
121121
layout: default
122-
title: Credits and Acknowledgments
122+
title: Credits
123123
description: Credits and acknowledgments for MCAF framework contributors. Learn about the team and inspirations behind the Managed Code Coding AI Framework.
124124
keywords: MCAF credits, ManagedCode team, AI framework contributors, acknowledgments
125125
nav_order: 4
@@ -135,7 +135,7 @@ jobs:
135135
cat > github-pages/index.md << 'EOF'
136136
---
137137
layout: default
138-
title: MCAF - Coding AI Framework for Building Real Software
138+
title: Guide
139139
description: MCAF is a framework that solves the problem of unpredictable AI coding. Build real production software with Coding AI agents using structured context, automated tests as verification gates, and AGENTS.md instructions. Vibe coding that actually works.
140140
keywords: MCAF, Coding AI Framework, AGENTS.md, vibe coding, AI-assisted development, AI-assisted coding, real software, production code, Claude Code, Codex, Gemini, ChatGPT, Cursor, GitHub Copilot, Windsurf, Cline, Aider, ManagedCode
141141
is_home: true

github-pages/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: "404: No AGENTS.md Here"
3+
title: "404"
44
description: This page doesn't exist. But with MCAF and proper AGENTS.md, your code will. Learn how to build real software with AI coding agents.
55
permalink: /404.html
66
---

github-pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: MCAF - Coding AI Framework for Building Real Software
3+
title: Guide
44
description: MCAF is a framework that solves the problem of unpredictable AI coding. Build real production software with Coding AI agents using structured context, automated tests as verification gates, and AGENTS.md instructions. Vibe coding that actually works.
55
keywords: MCAF, Coding AI Framework, AGENTS.md, vibe coding, AI-assisted development, AI-assisted coding, real software, production code, Claude Code, Codex, Gemini, ChatGPT, Cursor, GitHub Copilot, Windsurf, Cline, Aider, ManagedCode
66
is_home: true

0 commit comments

Comments
 (0)