Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DataDog/documentation into alex.t…
Browse files Browse the repository at this point in the history
…orres/add-docdb
  • Loading branch information
dalextorres committed Nov 14, 2024
2 parents a535fb5 + 140edc0 commit 1fa80e8
Show file tree
Hide file tree
Showing 211 changed files with 70,942 additions and 49,063 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-11 17:26:39.551962",
"spec_repo_commit": "9de1804a"
"regenerated": "2024-11-14 18:24:19.262792",
"spec_repo_commit": "f35f7750"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-11 17:26:47.435208",
"spec_repo_commit": "9de1804a"
"regenerated": "2024-11-14 18:24:27.297916",
"spec_repo_commit": "f35f7750"
}
}
}
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ link_checks:on-schedule:

# template for what runs in pa11y to avoid duplication
.pa11y_live_template: &pa11y_live_template
image: registry.ddbuild.io/ci/websites/pa11y:v33259941-f0dfbc91
image: registry.ddbuild.io/ci/websites/pa11y:v48852638-b2768bdb
tags: ["arch:amd64"]
stage: post-deploy
cache: []
Expand Down Expand Up @@ -548,6 +548,7 @@ run_pa11y:manual:
when: never
- if: $CI_COMMIT_TAG == null
when: manual
timeout: 2h

tag_successful_live_pipeline:
<<: *base_template
Expand Down
50 changes: 44 additions & 6 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,32 @@ menu:
url: /api/latest/aws-integration/
identifier: aws-integration
generated: true
- name: List available namespaces
url: '#list-available-namespaces'
identifier: aws-integration-list-available-namespaces
parent: aws-integration
generated: true
params:
versions:
- v2
operationids:
- ListAWSNamespaces
unstable:
- v2
order: 1
- name: Get an AWS integration by config ID
url: '#get-an-aws-integration-by-config-id'
identifier: aws-integration-get-an-aws-integration-by-config-id
parent: aws-integration
generated: true
params:
versions:
- v2
operationids:
- GetAWSAccount
unstable:
- v2
order: 3
- name: Generate a new external ID
url: '#generate-a-new-external-id'
identifier: aws-integration-generate-a-new-external-id
Expand All @@ -30,9 +56,11 @@ menu:
params:
versions:
- v1
- v2
operationids:
- CreateNewAWSExternalID
unstable: []
unstable:
- v2
order: 4
- name: Set an AWS tag filter
url: '#set-an-aws-tag-filter'
Expand Down Expand Up @@ -126,9 +154,11 @@ menu:
params:
versions:
- v1
- v2
operationids:
- UpdateAWSAccount
unstable: []
unstable:
- v2
order: 9
- name: Create an AWS integration
url: '#create-an-aws-integration'
Expand All @@ -138,9 +168,11 @@ menu:
params:
versions:
- v1
- v2
operationids:
- CreateAWSAccount
unstable: []
unstable:
- v2
order: 8
- name: List all AWS integrations
url: '#list-all-aws-integrations'
Expand All @@ -150,9 +182,11 @@ menu:
params:
versions:
- v1
- v2
operationids:
- ListAWSAccounts
unstable: []
unstable:
- v2
order: 6
- name: Delete an AWS integration
url: '#delete-an-aws-integration'
Expand All @@ -162,9 +196,11 @@ menu:
params:
versions:
- v1
- v2
operationids:
- DeleteAWSAccount
unstable: []
unstable:
- v2
order: 7
- name: AWS Logs Integration
url: /api/latest/aws-logs-integration/
Expand Down Expand Up @@ -202,9 +238,11 @@ menu:
params:
versions:
- v1
- v2
operationids:
- ListAWSLogsServices
unstable: []
unstable:
- v2
order: 4
- name: Check that an AWS Lambda Function exists
url: '#check-that-an-aws-lambda-function-exists'
Expand Down
Loading

0 comments on commit 1fa80e8

Please sign in to comment.