docs: add breadcrumbs to ai pages

This commit is contained in:
Matt Bruce 2026-02-11 10:56:45 -06:00
parent f4eebb604e
commit 294b69552f
10 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Android AI Setup # Android AI Setup
You are here: [AI Docs Home](index.md) > Android Setup
## Setup: VS Code + GitHub Copilot Extension ## Setup: VS Code + GitHub Copilot Extension
### Prerequisites ### Prerequisites
- VS Code installed and up to date. - VS Code installed and up to date.

View File

@ -1,5 +1,7 @@
# Cross-Platform AI Usage # Cross-Platform AI Usage
You are here: [AI Docs Home](index.md) > Cross-Platform AI Usage
## Instructions (Always-On Rules) ## Instructions (Always-On Rules)
Instructions are repo-scoped rules that auto-apply based on file patterns. They are always on and do not need to be invoked. Instructions are repo-scoped rules that auto-apply based on file patterns. They are always on and do not need to be invoked.

View File

@ -1,5 +1,7 @@
# Governance, Privacy, and Policy # Governance, Privacy, and Policy
You are here: [AI Docs Home](index.md) > Governance, Privacy, and Policy
## Allowed Data ## Allowed Data
- Public information or approved internal content. - Public information or approved internal content.
- Code that is already in approved repos. - Code that is already in approved repos.

View File

@ -1,5 +1,7 @@
# AI Documentation # AI Documentation
You are here: AI Docs Home
Welcome. This section is the entry point for AI enablement. It assumes no prior knowledge and is safe to follow step-by-step. Welcome. This section is the entry point for AI enablement. It assumes no prior knowledge and is safe to follow step-by-step.
## Who This Is For ## Who This Is For

View File

@ -1,5 +1,7 @@
# XcodeBuildMCP (iOS) # XcodeBuildMCP (iOS)
You are here: [AI Docs Home](index.md) > XcodeBuildMCP (iOS)
This page focuses on MCP-based Xcode workflows and the XcodeBuildMCP setup. This page focuses on MCP-based Xcode workflows and the XcodeBuildMCP setup.
## What XcodeBuildMCP Is ## What XcodeBuildMCP Is

View File

@ -1,5 +1,7 @@
# iOS AI Setup # iOS AI Setup
You are here: [AI Docs Home](index.md) > iOS Setup
## Setup Path A: Xcode + GitHub Copilot for Xcode ## Setup Path A: Xcode + GitHub Copilot for Xcode
### Prerequisites ### Prerequisites
- Xcode installed and up to date. - Xcode installed and up to date.

View File

@ -1,5 +1,7 @@
# AI Overview # AI Overview
You are here: [AI Docs Home](index.md) > AI Overview
## Start Here ## Start Here
AI tools help with drafting, refactoring, explaining code, and accelerating routine tasks. They are not a replacement for engineering judgment, security review, or domain knowledge. AI tools help with drafting, refactoring, explaining code, and accelerating routine tasks. They are not a replacement for engineering judgment, security review, or domain knowledge.

View File

@ -1,5 +1,7 @@
# Skills Library # Skills Library
You are here: [AI Docs Home](index.md) > Skills Library
## Skills vs Agents vs Instructions ## Skills vs Agents vs Instructions
- Skills are reusable workflows you load for specific tasks. - Skills are reusable workflows you load for specific tasks.
- Agents are full modes/personas that control behavior end-to-end. - Agents are full modes/personas that control behavior end-to-end.

View File

@ -1,5 +1,7 @@
# Troubleshooting and FAQ # Troubleshooting and FAQ
You are here: [AI Docs Home](index.md) > Troubleshooting and FAQ
## Common Setup Issues ## Common Setup Issues
- Cannot sign in: confirm GitHub access and SSO. - Cannot sign in: confirm GitHub access and SSO.
- No suggestions: verify Copilot is enabled in the editor. - No suggestions: verify Copilot is enabled in the editor.

View File

@ -1,5 +1,7 @@
# Usage and Token Budgeting # Usage and Token Budgeting
You are here: [AI Docs Home](index.md) > Usage and Token Budgeting
## How Tokens Are Spent ## How Tokens Are Spent
Tokens are consumed based on input length, output length, and tool usage. Long prompts and repeated context increase usage quickly. Tokens are consumed based on input length, output length, and tool usage. Long prompts and repeated context increase usage quickly.