From b22c35db7d7025e1807dc42f4ab0a79ad575abd5 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 14 Jul 2025 17:34:50 -0500 Subject: [PATCH 1/3] publish apm python agent 6.x docs --- conf.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/conf.yaml b/conf.yaml index 11702b0cc094..12f679163371 100644 --- a/conf.yaml +++ b/conf.yaml @@ -659,9 +659,9 @@ contents: path: CHANGELOG.asciidoc - title: APM Python Agent prefix: python - current: do-not-delete_legacy-docs - branches: [ { do-not-delete_legacy-docs: 6.x }, 5.x, 4.x, 3.x, 2.x, 1.x ] - live: [ do-not-delete_legacy-docs, 5.x ] + current: 6.x + branches: [ 6.x, 5.x, 4.x, 3.x, 2.x, 1.x ] + live: [ 6.x ] index: docs/index.asciidoc tags: APM Python Agent/Reference subject: APM @@ -678,8 +678,6 @@ contents: repo: apm-aws-lambda path: docs exclude_branches: [ 5.x, 4.x, 3.x, 2.x, 1.x ] - map_branches: - 6.x: do-not-delete_legacy-docs - title: APM Ruby Agent prefix: ruby current: do-not-delete_legacy-docs From aff595ac45d2720d14535a6dd5d3acaa9ba91247 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 15 Jul 2025 14:15:41 -0500 Subject: [PATCH 2/3] map branches --- conf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.yaml b/conf.yaml index 12f679163371..bf7c32ce6adf 100644 --- a/conf.yaml +++ b/conf.yaml @@ -678,6 +678,8 @@ contents: repo: apm-aws-lambda path: docs exclude_branches: [ 5.x, 4.x, 3.x, 2.x, 1.x ] + map_branches: + 6.x: main - title: APM Ruby Agent prefix: ruby current: do-not-delete_legacy-docs From 8470448b0fc3a9842c5e54755d00989dabfa5655 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 15 Jul 2025 15:04:30 -0500 Subject: [PATCH 3/3] fix apm-aws-lambda mapping --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index bf7c32ce6adf..3db8b2d5236d 100644 --- a/conf.yaml +++ b/conf.yaml @@ -679,7 +679,7 @@ contents: path: docs exclude_branches: [ 5.x, 4.x, 3.x, 2.x, 1.x ] map_branches: - 6.x: main + 6.x: do-not-delete_legacy-docs - title: APM Ruby Agent prefix: ruby current: do-not-delete_legacy-docs