Update product names in docs#1673
Merged
Merged
Conversation
koverholt
commented
Apr 22, 2026
Collaborator
- Update product names across docs, examples, and config
- Update file paths and add redirects for renamed pages
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
pierpaolo28
added a commit
that referenced
this pull request
Apr 22, 2026
- Renamed docs/deploy/agent-runtime/asp.md to agents-cli.md - Updated navigation reference in mkdocs.yml - Added redirect rule: agent-runtime/asp.md → agents-cli.md - Updated existing redirect: agent-engine/asp.md → agents-cli.md The 'asp' name no longer makes sense as a page name now that we're referencing Agent Starter Pack / agents-cli directly. Note: This applies on top of PR #1673 which renamed: - 'agent-engine' directory → 'agent-runtime' - 'Agent Engine' product → 'Agent Runtime'
koverholt
added a commit
that referenced
this pull request
Apr 22, 2026
* Rename asp.md to agents-cli.md and update redirects - Renamed docs/deploy/agent-runtime/asp.md to agents-cli.md - Updated navigation reference in mkdocs.yml - Added redirect rule: agent-runtime/asp.md → agents-cli.md - Updated existing redirect: agent-engine/asp.md → agents-cli.md The 'asp' name no longer makes sense as a page name now that we're referencing Agent Starter Pack / agents-cli directly. Note: This applies on top of PR #1673 which renamed: - 'agent-engine' directory → 'agent-runtime' - 'Agent Engine' product → 'Agent Runtime' * Complete migration from Agent Starter Pack to agents-cli This commit completes the migration from "Agent Starter Pack (ASP)" terminology to "agents-cli" across documentation and updates references to align with the new Agent Platform tooling. Changes: - Updated docs/deploy/agent-runtime/agents-cli.md: Replaced all "Agent Starter Pack" and "ASP" references with "agents-cli", updated commands from 'uvx agent-starter-pack enhance --adk -d agent_engine' to 'agents-cli scaffold enhance --deployment-target agent_engine', and updated all documentation links to point to google.github.io/agents-cli/ - Updated docs/tutorials/coding-with-ai.md: Replaced "ADK Dev Skills" section with "agents-cli" section, changed installation from 'npx skills add google/adk-docs/skills -y -g' to 'uvx google-agents-cli setup', updated skill names table to new agents-cli skill names, and added CLI commands table - Updated docs/deploy/agent-runtime/index.md: Changed "Agent Starter Pack deployment" to "agents-cli deployment" and updated reference from "The Agent Starter Pack (ASP)" to "agents-cli in Agent Platform" - Deleted docs/skills/ directory: Skills have been migrated to the agents-cli repository * Fix agents-cli deployment instructions to use correct CLI commands Replace incorrect make command references with agents-cli deploy and agents-cli infra single-project. Update deployment workflow to reflect actual agents-cli usage. * Update navigation to use agents-cli instead of Agent Starter Pack Replace "Agent Starter Pack" with "agents-cli" in the navigation menu. Redirects from old ASP URLs are already in place. * Restore docs/skills/index.md - Agent Skills documentation This file documents the Agent Skills feature (agentskills.io specification), not ADK Dev Skills. It was mistakenly deleted in the ASP → agents-cli migration. Agent Skills are a general ADK feature where agents can use modular, self-contained units of functionality based on the Agent Skill specification. * Fix terminology: Agent Engine runtime → Agent Runtime runtime Update deployment path description to use consistent "Agent Runtime runtime" terminology instead of "Agent Engine runtime". * Fix broken agents-cli documentation links Replace broken links to /guide/ (which 404s) with correct links to main documentation page. The /guide/ URL is a directory listing that doesn't exist in the agents-cli docs structure. Changes: - Line 31: "Development guide" link → "Guide" pointing to main docs - Line 221: "Development guide" link → "agents-cli documentation" pointing to main docs Both now correctly point to https://google.github.io/agents-cli/ * Delete ADK Dev Skills directory - migrated to agents-cli Remove the entire skills/ directory containing ADK Dev Skills. These skills have been migrated to the agents-cli repository and are now distributed as part of the agents-cli package. Users should now install skills via: uvx google-agents-cli setup Instead of the old method: npx skills add google/adk-docs/skills -y -g Deleted skills (now available in agents-cli): - adk-dev-guide → google-agents-cli-workflow - adk-cheatsheet → google-agents-cli-adk-code - adk-eval-guide → google-agents-cli-eval - adk-deploy-guide → google-agents-cli-deploy - adk-observability-guide → google-agents-cli-observability - adk-scaffold → google-agents-cli-scaffold Total: 19 files removed across 6 skill directories * Remove skills CI checks --------- Co-authored-by: Kristopher Overholt <koverholt@google.com>
koverholt
added a commit
to sabrenner/google-adk-docs
that referenced
this pull request
Apr 28, 2026
* Update names in docs * Update names in docs * Code formatting * Format notebooks * Update names in docs * Update names in docs * Update names in code samples * Update names in docs * Update names in docs * Update names in docs * Update names in docs * Update names in docs * Update names in docs * Update names in docs * Update names in docs * Update icon * Update names in docs * Update names in docs
koverholt
added a commit
to sabrenner/google-adk-docs
that referenced
this pull request
Apr 28, 2026
* Rename asp.md to agents-cli.md and update redirects - Renamed docs/deploy/agent-runtime/asp.md to agents-cli.md - Updated navigation reference in mkdocs.yml - Added redirect rule: agent-runtime/asp.md → agents-cli.md - Updated existing redirect: agent-engine/asp.md → agents-cli.md The 'asp' name no longer makes sense as a page name now that we're referencing Agent Starter Pack / agents-cli directly. Note: This applies on top of PR google#1673 which renamed: - 'agent-engine' directory → 'agent-runtime' - 'Agent Engine' product → 'Agent Runtime' * Complete migration from Agent Starter Pack to agents-cli This commit completes the migration from "Agent Starter Pack (ASP)" terminology to "agents-cli" across documentation and updates references to align with the new Agent Platform tooling. Changes: - Updated docs/deploy/agent-runtime/agents-cli.md: Replaced all "Agent Starter Pack" and "ASP" references with "agents-cli", updated commands from 'uvx agent-starter-pack enhance --adk -d agent_engine' to 'agents-cli scaffold enhance --deployment-target agent_engine', and updated all documentation links to point to google.github.io/agents-cli/ - Updated docs/tutorials/coding-with-ai.md: Replaced "ADK Dev Skills" section with "agents-cli" section, changed installation from 'npx skills add google/adk-docs/skills -y -g' to 'uvx google-agents-cli setup', updated skill names table to new agents-cli skill names, and added CLI commands table - Updated docs/deploy/agent-runtime/index.md: Changed "Agent Starter Pack deployment" to "agents-cli deployment" and updated reference from "The Agent Starter Pack (ASP)" to "agents-cli in Agent Platform" - Deleted docs/skills/ directory: Skills have been migrated to the agents-cli repository * Fix agents-cli deployment instructions to use correct CLI commands Replace incorrect make command references with agents-cli deploy and agents-cli infra single-project. Update deployment workflow to reflect actual agents-cli usage. * Update navigation to use agents-cli instead of Agent Starter Pack Replace "Agent Starter Pack" with "agents-cli" in the navigation menu. Redirects from old ASP URLs are already in place. * Restore docs/skills/index.md - Agent Skills documentation This file documents the Agent Skills feature (agentskills.io specification), not ADK Dev Skills. It was mistakenly deleted in the ASP → agents-cli migration. Agent Skills are a general ADK feature where agents can use modular, self-contained units of functionality based on the Agent Skill specification. * Fix terminology: Agent Engine runtime → Agent Runtime runtime Update deployment path description to use consistent "Agent Runtime runtime" terminology instead of "Agent Engine runtime". * Fix broken agents-cli documentation links Replace broken links to /guide/ (which 404s) with correct links to main documentation page. The /guide/ URL is a directory listing that doesn't exist in the agents-cli docs structure. Changes: - Line 31: "Development guide" link → "Guide" pointing to main docs - Line 221: "Development guide" link → "agents-cli documentation" pointing to main docs Both now correctly point to https://google.github.io/agents-cli/ * Delete ADK Dev Skills directory - migrated to agents-cli Remove the entire skills/ directory containing ADK Dev Skills. These skills have been migrated to the agents-cli repository and are now distributed as part of the agents-cli package. Users should now install skills via: uvx google-agents-cli setup Instead of the old method: npx skills add google/adk-docs/skills -y -g Deleted skills (now available in agents-cli): - adk-dev-guide → google-agents-cli-workflow - adk-cheatsheet → google-agents-cli-adk-code - adk-eval-guide → google-agents-cli-eval - adk-deploy-guide → google-agents-cli-deploy - adk-observability-guide → google-agents-cli-observability - adk-scaffold → google-agents-cli-scaffold Total: 19 files removed across 6 skill directories * Remove skills CI checks --------- Co-authored-by: Kristopher Overholt <koverholt@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.