diff --git a/docs/src/content/docs/reference/command-triggers.md b/docs/src/content/docs/reference/command-triggers.md index 6509a99e480..8dbb4af63a2 100644 --- a/docs/src/content/docs/reference/command-triggers.md +++ b/docs/src/content/docs/reference/command-triggers.md @@ -3,8 +3,6 @@ title: Command Triggers description: Learn about command triggers and context text functionality for agentic workflows, including special @mention triggers for interactive automation. --- -# 🏷️ Command Triggers - This guide covers command triggers and context text functionality for agentic workflows. ## Special `command:` Trigger diff --git a/docs/src/content/docs/reference/concepts.md b/docs/src/content/docs/reference/concepts.md index aad76b06e59..977f8ee942d 100644 --- a/docs/src/content/docs/reference/concepts.md +++ b/docs/src/content/docs/reference/concepts.md @@ -3,8 +3,6 @@ title: Introduction to GitHub Agentic Workflows description: Learn the core concepts and capabilities of GitHub Agentic Workflows, combining AI agents with GitHub's collaboration platform for Continuous AI. --- -# 📖 Introduction to GitHub Agentic Workflows - Now that you've [got your first workflow running](quick-start.md), let's dive deeper into the concepts and capabilities of GitHub Agentic Workflows. GitHub Agentic Workflows represent a new paradigm where AI agents can perform complex, multi-step tasks in conjunction with your team automatically. They combine the power of AI with GitHub's collaboration platform to enable [Continuous AI](https://githubnext.com/projects/continuous-ai) — the systematic, automated application of AI to software collaboration. diff --git a/docs/src/content/docs/reference/include-directives.md b/docs/src/content/docs/reference/include-directives.md index 064bce57886..29461b67cdb 100644 --- a/docs/src/content/docs/reference/include-directives.md +++ b/docs/src/content/docs/reference/include-directives.md @@ -3,8 +3,6 @@ title: Include Directives description: Learn how to modularize and reuse workflow components across multiple workflows using include directives for better organization and maintainability. --- -# 📝 Include Directives - Include directives allow you to modularize and reuse workflow components across multiple workflows. ## Basic Include Syntax diff --git a/docs/src/content/docs/reference/index.md b/docs/src/content/docs/reference/index.md index 8c76802c181..28f686cb06c 100644 --- a/docs/src/content/docs/reference/index.md +++ b/docs/src/content/docs/reference/index.md @@ -3,8 +3,6 @@ title: GitHub Agentic Workflows Documentation description: Write agentic workflows in natural language markdown and run them in GitHub Actions. Complete documentation for GitHub's research demonstrator from GitHub Next. --- -# 📖 GitHub Agentic Workflows Documentation - Write agentic workflows in natural language markdown, and run them in GitHub Actions. From [GitHub Next](https://githubnext.com/). ## Getting Started diff --git a/docs/src/content/docs/reference/mcps.md b/docs/src/content/docs/reference/mcps.md index 525eb51a832..b8240ad2ac6 100644 --- a/docs/src/content/docs/reference/mcps.md +++ b/docs/src/content/docs/reference/mcps.md @@ -3,8 +3,6 @@ title: Model Context Protocol (MCP) Integration Guide description: Learn how to use Model Context Protocol (MCP) servers with GitHub Agentic Workflows to connect AI agents to external tools, databases, and services. --- -# 🔌 Model Context Protocol (MCP) Integration Guide - This guide covers using Model Context Protocol (MCP) servers with GitHub Agentic Workflows. ## What is MCP? diff --git a/docs/src/content/docs/reference/quick-start.md b/docs/src/content/docs/reference/quick-start.md index e2ff9d4bf77..3406eb899c3 100644 --- a/docs/src/content/docs/reference/quick-start.md +++ b/docs/src/content/docs/reference/quick-start.md @@ -3,8 +3,6 @@ title: Quick Start Guide description: Get your first agentic workflow running in minutes. Install the extension, add a sample workflow, set up secrets, and run your first AI-powered automation. --- -# 🚀 Quick Start — Get your first workflow running - This guide will get you from zero to a running agentic workflow in minutes. You'll install the extension, add a sample workflow, set up the required secrets, and run it. ## Prerequisites diff --git a/docs/src/content/docs/reference/safe-outputs.md b/docs/src/content/docs/reference/safe-outputs.md index 89409f278b7..5ec7952143d 100644 --- a/docs/src/content/docs/reference/safe-outputs.md +++ b/docs/src/content/docs/reference/safe-outputs.md @@ -3,8 +3,6 @@ title: Safe Output Processing description: Learn about safe output processing features that enable creating GitHub issues, comments, and pull requests without giving workflows write permissions. --- -# 🔒 Safe Output Processing - One of the primary security features of GitHub Agentic Workflows is "safe output processing", enabling the creation of GitHub issues, comments, pull requests, and other outputs without giving the agentic portion of the workflow write permissions. ## Available Safe Output Types diff --git a/docs/src/content/docs/reference/samples.md b/docs/src/content/docs/reference/samples.md index 890402dc934..7a3cdb79b4f 100644 --- a/docs/src/content/docs/reference/samples.md +++ b/docs/src/content/docs/reference/samples.md @@ -3,8 +3,6 @@ title: Sample Workflows description: Collection of demonstrator agentic workflows for research, planning, coding, and development tasks that you can use as starting points for your own automation. --- -# Sample Workflows - **Demonstrator Research & Planning Workflows** - [📚 Weekly Research](https://github.com/githubnext/agentics/blob/main/docs/weekly-research.md) - Collect research updates and industry trends - [👥 Daily Team Status](https://github.com/githubnext/agentics/blob/main/docs/daily-team-status.md) - Assess repository activity and create status reports diff --git a/docs/src/content/docs/reference/secrets.md b/docs/src/content/docs/reference/secrets.md index 004d72a0bbc..c3452a5f7df 100644 --- a/docs/src/content/docs/reference/secrets.md +++ b/docs/src/content/docs/reference/secrets.md @@ -3,8 +3,6 @@ title: Secrets Management description: Learn how agentic workflows handle secrets automatically and how to configure custom secret references for secure AI automation. --- -# 🔐 Secrets Management - Agentic workflows automatically handle several types of secrets and support custom secret references. ## Automatically Provided Secrets diff --git a/docs/src/content/docs/reference/security-notes.md b/docs/src/content/docs/reference/security-notes.md index 0b300a474e1..9f55359550d 100644 --- a/docs/src/content/docs/reference/security-notes.md +++ b/docs/src/content/docs/reference/security-notes.md @@ -3,8 +3,6 @@ title: Security Notes description: Important security considerations for GitHub Agentic Workflows, including sandboxing, permissions, and best practices for safe agentic automation. --- -# Security Notes - > [!CAUTION] > GitHub Agentic Workflows is a research demonstrator, and Agentic Workflows are not for production use. diff --git a/docs/src/content/docs/reference/tools.md b/docs/src/content/docs/reference/tools.md index 163c4d12d93..0d92d69c8ba 100644 --- a/docs/src/content/docs/reference/tools.md +++ b/docs/src/content/docs/reference/tools.md @@ -3,8 +3,6 @@ title: Tools Configuration description: Configure GitHub API tools and AI capabilities available to your agentic workflows, including GitHub tools and Claude-specific integrations. --- -# 🔧 Tools Configuration - This guide covers the available tools that can be configured in agentic workflows, including GitHub tools and Claude-specific tools. > **📘 Looking for MCP servers?** See the complete [MCPs](mcps.md) for Model Context Protocol configuration, debugging, and examples. diff --git a/docs/src/content/docs/reference/vscode.md b/docs/src/content/docs/reference/vscode.md index e5ff70fefca..0faaad5c7cf 100644 --- a/docs/src/content/docs/reference/vscode.md +++ b/docs/src/content/docs/reference/vscode.md @@ -3,8 +3,6 @@ title: Visual Studio Code Integration description: Learn about the gh aw CLI tools for improving your developer experience in Visual Studio Code and other IDEs, including Copilot instructions. --- -# Visual Studio Code Integration - The `gh aw` cli provides a few tools to improve your developer experience in Visual Studio Code (or other IDEs). ## Copilot instructions diff --git a/docs/src/content/docs/reference/workflow-structure.md b/docs/src/content/docs/reference/workflow-structure.md index 2ff4447f26d..0722584a57f 100644 --- a/docs/src/content/docs/reference/workflow-structure.md +++ b/docs/src/content/docs/reference/workflow-structure.md @@ -3,8 +3,6 @@ title: Workflow Structure description: Learn how agentic workflows are organized and structured within your repository, including directory layout and file organization. --- -# 📋 Workflow Structure - This guide explains how agentic workflows are organized and structured within your repository. ## Directory Structure