Skip to content

Commit b9bfc74

Browse files
authored
Merge branch 'main' into feature/add-only-existing-pages-to-version-dropdown
2 parents d011275 + 01f24f9 commit b9bfc74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/tooling/docs-assembler/legacy-url-mappings.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
stack: &stack [ '9.0+', '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12', '8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '7.17' ]
44

55
mappings:
6-
en/apm/agent/android/: ['1.0.0','0.x']
7-
en/apm/agent/dotnet/: [ '1.32.0', '1.8']
8-
en/apm/agent/go/: ['2.7.1', '1.x', '0.5']
6+
en/apm/agent/android/: [ '1.0.0' , '0.x' ]
7+
en/apm/agent/dotnet/: [ '1.32.0', '1.8' ]
8+
en/apm/agent/go/: [ '2.7.1', '1.x', '0.5' ]
99
en/apm/agent/java/: ['1.54.0', '0.7', '0.6']
1010
en/apm/agent/nodejs/: [ '3.x', '2.x', '1.x' ]
1111
en/apm/agent/php/: []
@@ -30,6 +30,7 @@ mappings:
3030
en/cloud-heroku/: []
3131
en/cloud-on-k8s/: [ '3.0.0', '2.16', '2.15', '2.14', '2.13', '2.12', '2.11', '2.10', '2.9', '2.8', '2.7', '2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0', '1.9', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2', '1.1', '1.0' ]
3232
en/cloud/: []
33+
en/cloud-enterprise: [ '4.0', '3.8', '3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0', '2.13', '2.12', '2.11', '2.10', '2.9', '2.8', '2.7', '2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0', '1.1', '1.0' ]
3334
en/ecctl/: [ '1.13', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2', '1.1', '1.0' ]
3435
en/ecs-logging/: []
3536
en/ecs-logging/dotnet/: [ '8.18.1' ]

0 commit comments

Comments
 (0)