Skip to content

QUA-1690: Rename agent-q paths to agentq and Managing to How-tos#1147

Open
RafaelOsiro wants to merge 2 commits into
mainfrom
qua-1690-update-agent-q-to-agentq-c15f
Open

QUA-1690: Rename agent-q paths to agentq and Managing to How-tos#1147
RafaelOsiro wants to merge 2 commits into
mainfrom
qua-1690-update-agent-q-to-agentq-c15f

Conversation

@RafaelOsiro

Copy link
Copy Markdown
Contributor

Overview

Renames the agent-q/ URL paths to agentq/ and the Managing section to How-tos, completing the brand rebranding started in #1142.

Key Changes

  • Folder structure: docs/agent-q/docs/agentq/ and docs/assets/agent-q/docs/assets/agentq/
  • How-tos subfolder: agentq/managing/agentq/how-tos/ (path, nav label, and H2 in overview)
  • PNG renames: standalone agent-q.png (3 locations) and step-N-agent-q-*.png (4 files) → agentq variants
  • mkdocs.yml: nav paths and label updated; 21 backward-compat redirects added for old agent-q/* URLs
  • overview.md grid cards: all 20 leading material icons removed (destination pages' H1s have no icon)

Pages to Test

- Move docs/agent-q/ to docs/agentq/ and docs/assets/agent-q/ to docs/assets/agentq/
- Rename managing/ subfolder to how-tos/ (path, nav label, and H2 in overview.md)
- Rename standalone PNGs with agent-q in stem to agentq variants
- Add backward-compat redirects from agent-q/* to agentq/* paths
- Remove icons from overview.md grid cards (destination H1s have no icon)
@RafaelOsiro RafaelOsiro added the documentation Improvements or additions to documentation label Jun 18, 2026
@RafaelOsiro RafaelOsiro self-assigned this Jun 18, 2026
@greptile-apps

greptile-apps Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR completes the AgentQ brand rebranding by renaming docs/agent-q/docs/agentq/ and the Managing subsection → How-tos, and updates all internal links, asset paths, and nav entries accordingly.

  • Folder and asset rename: All 90 files across docs/agentq/, docs/assets/agentq/, and three standalone PNG files are moved from their agent-q/managing paths to the new agentq/how-tos equivalents.
  • Backward-compat redirects: 21 new redirects from agent-q/*agentq/* are added in mkdocs.yml, and previously-existing redirects pointing at the old agent-q/managing/* destinations have been updated to point directly to agentq/how-tos/*.
  • Cross-file link hygiene: docs/glossary.md, docs/cli/examples/connect-mcp-clients.md, and docs/using-the-platform/web-app/app-navigation.md all have their agent-q/ references updated to agentq/.

Confidence Score: 5/5

Safe to merge — this is a pure documentation rename with no logic changes; all internal links, asset references, and backward-compat redirects are accounted for.

Every changed file is documentation-only. All 21 old agent-q/* URL paths have matching redirects to the new agentq/* destinations. Internal cross-doc links in glossary.md, connect-mcp-clients.md, and app-navigation.md have been updated. Asset filenames and their in-page references are consistent. No broken links or missing redirects were found.

No files require special attention. The rename is complete and internally consistent across all 90 changed files.

Important Files Changed

Filename Overview
mkdocs.yml Nav paths updated from agent-q/* to agentq/, Managing → How-tos label renamed, and 21 new backward-compat redirects added; pre-existing redirects for settings/integrations/ai-and-agents/ updated to point directly to agentq/how-tos/*.
docs/agentq/overview.md New file at renamed path; H2 correctly reads "How-tos"; grid cards updated to remove leading material icons; all internal links use relative agentq/ paths.
docs/glossary.md AgentQ, MCP, and Agentic API glossary entries updated to link to agentq/ paths; HTML anchor name="agent-q" preserved (no external links depend on it).
docs/cli/examples/connect-mcp-clients.md Two relative links updated from agent-q/deep-dive/mcp and agent-q/managing/connecting-external-ai-clients to their agentq/how-tos equivalents.
docs/using-the-platform/web-app/app-navigation.md Image reference updated from assets/web-app/app-navigation/agent-q.png to agentq.png; corresponding asset renamed in the same PR.
docs/agentq/how-tos/add-integration.md New path; all step image references correctly use assets/agentq/how-tos/add-integration/ with agentq-renamed PNG files.
docs/agentq/how-tos/connecting-external-ai-clients.md New path; all 7 step image references updated to assets/agentq/how-tos/connecting-external-ai-clients/; corresponding PNGs present in PR.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Old URL: /agent-q/*"] -->|"redirect (mkdocs.yml)"| B["New URL: /agentq/*"]
    C["Old URL: /agent-q/managing/*"] -->|"redirect (mkdocs.yml)"| D["New URL: /agentq/how-tos/*"]
    E["Old settings/integrations/ai-and-agents/managing/*"] -->|"pre-existing redirect updated"| D
    F["Old settings/integrations/ai/*"] -->|"pre-existing redirect updated"| B
    subgraph New structure
        B --> B1["agentq/overview.md"]
        B --> B2["agentq/deep-dive/* (6 pages)"]
        B --> B3["agentq/api.md"]
        B --> B4["agentq/faq.md"]
        D --> D1["how-tos/* (12 pages)"]
    end
    subgraph Cross-file link updates
        G["docs/glossary.md"] -->|"links updated"| B1
        H["docs/cli/examples/connect-mcp-clients.md"] -->|"links updated"| B2
        I["docs/using-the-platform/web-app/app-navigation.md"] -->|"image renamed"| J["assets/web-app/app-navigation/agentq.png"]
    end
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["Old URL: /agent-q/*"] -->|"redirect (mkdocs.yml)"| B["New URL: /agentq/*"]
    C["Old URL: /agent-q/managing/*"] -->|"redirect (mkdocs.yml)"| D["New URL: /agentq/how-tos/*"]
    E["Old settings/integrations/ai-and-agents/managing/*"] -->|"pre-existing redirect updated"| D
    F["Old settings/integrations/ai/*"] -->|"pre-existing redirect updated"| B
    subgraph New structure
        B --> B1["agentq/overview.md"]
        B --> B2["agentq/deep-dive/* (6 pages)"]
        B --> B3["agentq/api.md"]
        B --> B4["agentq/faq.md"]
        D --> D1["how-tos/* (12 pages)"]
    end
    subgraph Cross-file link updates
        G["docs/glossary.md"] -->|"links updated"| B1
        H["docs/cli/examples/connect-mcp-clients.md"] -->|"links updated"| B2
        I["docs/using-the-platform/web-app/app-navigation.md"] -->|"image renamed"| J["assets/web-app/app-navigation/agentq.png"]
    end
Loading

Reviews (1): Last reviewed commit: "docs(agentq): rename agent-q/ to agentq/..." | Re-trigger Greptile

@RafaelOsiro RafaelOsiro changed the title docs(agentq): rename agent-q paths to agentq and Managing to How-tos QUA-1690: O restante Jun 18, 2026
@RafaelOsiro RafaelOsiro changed the title QUA-1690: O restante QUA-1690: Jun 18, 2026
@RafaelOsiro RafaelOsiro changed the title QUA-1690: QUA-1690: Rename agent-q paths to agentq and Managing to How-tos Jun 18, 2026
@RafaelOsiro RafaelOsiro changed the title QUA-1690: Rename agent-q paths to agentq and Managing to How-tos QUA-1690: Rename Agent-Q paths to agentq and Managing to How-tos Jun 18, 2026
# Conflicts:
#	docs/agentq/deep-dive/agentic.md
#	docs/agentq/overview.md
#	docs/glossary.md
#	mkdocs.yml
@RafaelOsiro RafaelOsiro changed the title QUA-1690: Rename Agent-Q paths to agentq and Managing to How-tos QUA-1690: Rename agent-q paths to agentq and Managing to How-tos Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant