Skip to content

Commit 691f9e7

Browse files
committed
Merge branch 'master' into vishalshah/add-missing-functions-sql-reference
2 parents b2fa27c + bb35af8 commit 691f9e7

File tree

368 files changed

+56688
-20577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+56688
-20577
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-04 16:59:12.359872",
8-
"spec_repo_commit": "da94868e"
7+
"regenerated": "2025-04-10 18:02:53.023528",
8+
"spec_repo_commit": "c0a45137"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-04 16:59:20.691276",
13-
"spec_repo_commit": "da94868e"
12+
"regenerated": "2025-04-10 18:03:01.398922",
13+
"spec_repo_commit": "c0a45137"
1414
}
1515
}
1616
}

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ content/en/static_analysis/github_actions.md
135135
content/en/static_analysis/circleci_orbs.md
136136
content/en/static_analysis/rules/
137137

138+
# containers - datadog-operator
139+
content/en/containers/datadog_operator/advanced_install.md
140+
content/en/containers/datadog_operator/configuration.md
141+
content/en/containers/datadog_operator/custom_check.md
142+
content/en/containers/datadog_operator/data_collected.md
143+
content/en/containers/datadog_operator/kubectl_plugin.md
144+
content/en/containers/datadog_operator/secret_management.md
145+
content/en/containers/guide/v2alpha1_migration.md
138146

139147
# serverless
140148
content/en/serverless/libraries_integrations/plugin.md

assets/styles/components/_collapsible-section.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
border: 1px solid #D4BDFB;
33
border-radius: 8px;
44
margin-bottom: 16px;
5-
// overflow: hidden;
5+
//overflow: hidden;
66
scroll-margin-top: 100px;
77
}
88

@@ -13,21 +13,23 @@
1313
cursor: pointer;
1414
outline: none;
1515
background-color: #ffffff00;
16-
transition: background-color 0.3s;
16+
border-radius: 7px 7px 7px 7px;
17+
transition: background-color 0.3s,
1718
}
1819

1920
/* hide marker on safari */
2021
.collapsible-header::-webkit-details-marker {
2122
display: none;
2223
}
2324

24-
.collapsible-header:hover {
25+
.collapsible-header:hover {
2526
background-color: #eae2f8;
2627
}
2728

2829
.collapsible-section[open] .collapsible-header {
2930
background-color: #632DA6;
3031
color: white;
32+
border-radius: 7px 7px 0 0;
3133
}
3234

3335
.collapsible-section[open] .header-text-inner {

assets/styles/pages/_standard-attributes.scss renamed to assets/styles/components/_filter-search.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.standard-attributes-main{
1+
.filter-search-main{
22

3-
#standard-attributes-nav {
3+
#filter-search-nav {
44
position: sticky;
55
top: 95px;
66
align-self: flex-start;
@@ -9,7 +9,7 @@
99
padding-top: 12px;
1010
padding-bottom: 12px;
1111

12-
.filters-standard-attributes button {
12+
.filters button {
1313
height: 40px;
1414
i{
1515
color: $brand-primary;
@@ -22,7 +22,7 @@
2222
}
2323
}
2424
}
25-
.search-standard-attributes input {
25+
.search input {
2626
padding: 9px 8px;
2727
border-radius: 4px;
2828
border: $gray-light 1px solid;
@@ -35,7 +35,7 @@
3535
}
3636

3737
@include media-breakpoint-up(xl) {
38-
.table-wrapper {
38+
.standard-attributes.table-wrapper {
3939
overflow-x: unset;
4040
table {
4141
thead > tr {

assets/styles/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ $baseImgURL: '{{.Site.Params.img_url}}';
3636
@import "pages/404";
3737
@import "pages/home";
3838
@import "pages/glossary";
39-
@import "pages/standard-attributes";
4039
@import "pages/reference";
4140

4241
// Components
@@ -77,6 +76,7 @@ $baseImgURL: '{{.Site.Params.img_url}}';
7776

7877
@import 'components/tooltip'; // Tooltip shortcode styles
7978
@import "components/multifilter-search";
79+
@import "components/filter-search";
8080

8181

8282
// for now just include ie fixes

config/_default/menus/api.en.yaml

+56
Original file line numberDiff line numberDiff line change
@@ -7241,6 +7241,62 @@ menu:
72417241
- ListDevices
72427242
unstable: []
72437243
order: 1
7244+
- name: Observability Pipelines
7245+
url: /api/latest/observability-pipelines/
7246+
identifier: observability-pipelines
7247+
generated: true
7248+
- name: Update a pipeline
7249+
url: '#update-a-pipeline'
7250+
identifier: observability-pipelines-update-a-pipeline
7251+
parent: observability-pipelines
7252+
generated: true
7253+
params:
7254+
versions:
7255+
- v2
7256+
operationids:
7257+
- UpdatePipeline
7258+
unstable:
7259+
- v2
7260+
order: 3
7261+
- name: Get a specific pipeline
7262+
url: '#get-a-specific-pipeline'
7263+
identifier: observability-pipelines-get-a-specific-pipeline
7264+
parent: observability-pipelines
7265+
generated: true
7266+
params:
7267+
versions:
7268+
- v2
7269+
operationids:
7270+
- GetPipeline
7271+
unstable:
7272+
- v2
7273+
order: 2
7274+
- name: Delete a pipeline
7275+
url: '#delete-a-pipeline'
7276+
identifier: observability-pipelines-delete-a-pipeline
7277+
parent: observability-pipelines
7278+
generated: true
7279+
params:
7280+
versions:
7281+
- v2
7282+
operationids:
7283+
- DeletePipeline
7284+
unstable:
7285+
- v2
7286+
order: 4
7287+
- name: Create a new pipeline
7288+
url: '#create-a-new-pipeline'
7289+
identifier: observability-pipelines-create-a-new-pipeline
7290+
parent: observability-pipelines
7291+
generated: true
7292+
params:
7293+
versions:
7294+
- v2
7295+
operationids:
7296+
- CreatePipeline
7297+
unstable:
7298+
- v2
7299+
order: 1
72447300
- name: Okta Integration
72457301
url: /api/latest/okta-integration/
72467302
identifier: okta-integration

0 commit comments

Comments
 (0)