Skip to content

Update product names in docs#1673

Merged
koverholt merged 22 commits into
mainfrom
docs-naming-updates
Apr 22, 2026
Merged

Update product names in docs#1673
koverholt merged 22 commits into
mainfrom
docs-naming-updates

Conversation

@koverholt

Copy link
Copy Markdown
Collaborator
  • Update product names across docs, examples, and config
  • Update file paths and add redirects for renamed pages

@netlify

netlify Bot commented Apr 22, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit af8bf22
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/69e8b9a2832d9400075e5083
😎 Deploy Preview https://deploy-preview-1673--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@koverholt koverholt merged commit 1214ad9 into main Apr 22, 2026
5 of 7 checks passed
@koverholt koverholt deleted the docs-naming-updates branch April 22, 2026 12:10
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant