Skip to content

Commit

Permalink
Merge pull request #416 from epwinchell/v2-guide
Browse files Browse the repository at this point in the history
 Remove 'automation controller API v2 guide'
  • Loading branch information
epwinchell authored Nov 19, 2024
2 parents 463d7c0 + 1390cee commit 8e7010a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
15 changes: 0 additions & 15 deletions packages/common/config/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,21 +189,6 @@ export const apiConfigurations: ReadonlyArray<Readonly<APIConfiguration>> = [
) as unknown as Promise<APIContent>,
tags: [apiLabelsMap["ansible"], apiLabelsMap["automation"]],
},
{
id: "ansible-automation-controller-v2",
displayName: "Ansible automation controller API V2",
description:
"Define, operate, scale, and delegate automation across your enterprise",
icon: "AnsibleIcon",
apiContentPath:
"./apis/hcc-insights/ansible-automation-controller-v2/content.json",
serverUrl: "none",
getApiContent: () =>
import(
"./apis/hcc-insights/ansible-automation-controller-v2/content.json"
) as unknown as Promise<APIContent>,
tags: [apiLabelsMap["ansible"], apiLabelsMap["automation"]],
},
{
id: "automation-hub",
displayName: "Automation Hub",
Expand Down
10 changes: 0 additions & 10 deletions packages/discovery/Discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ apis:
tags:
- ansible
- automation
- id: ansible-automation-controller-v2
name: Ansible automation controller API V2
description: Define, operate, scale, and delegate automation across your enterprise
url: https://raw.githubusercontent.com/ansible/aap-docs/refs/heads/2.5/controller-api/swagger.json
serverUrl: none
apiType: openapi-v3
icon: ansible
tags:
- ansible
- automation
- id: automation-hub
name: Automation Hub
description: Fetch, upload, organize, and distribute Ansible Collections
Expand Down

0 comments on commit 8e7010a

Please sign in to comment.