Skip to content

Add "live" branches for APM agents #1423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,7 @@ contents:
prefix: go
current: 1.x
branches: [ master, 1.x, 0.5 ]
live: [ master, 1.x ]
index: docs/index.asciidoc
tags: APM Go Agent/Reference
subject: APM
Expand All @@ -1305,6 +1306,7 @@ contents:
prefix: java
current: 1.x
branches: [ master, 1.x, 0.7, 0.6 ]
live: [ master, 1.x ]
index: docs/index.asciidoc
tags: APM Java Agent/Reference
subject: APM
Expand All @@ -1318,6 +1320,7 @@ contents:
prefix: dotnet
current: 1.x
branches: [ master, 1.x ]
live: [ master, 1.x ]
index: docs/index.asciidoc
tags: APM .NET Agent/Reference
subject: APM
Expand All @@ -1334,6 +1337,7 @@ contents:
prefix: nodejs
current: 3.x
branches: [ master, 3.x, 2.x, 1.x, 0.x ]
live: [ master, 3.x ]
index: docs/index.asciidoc
tags: APM Node.js Agent/Reference
subject: APM
Expand All @@ -1351,6 +1355,7 @@ contents:
prefix: python
current: 5.x
branches: [ master, 5.x, 4.x, 3.x, 2.x, 1.x ]
live: [ master, 5.x ]
index: docs/index.asciidoc
tags: APM Python Agent/Reference
subject: APM
Expand All @@ -1368,6 +1373,7 @@ contents:
prefix: ruby
current: 3.x
branches: [ master, 3.x, 2.x, 1.x ]
live: [ master, 3.x ]
index: docs/index.asciidoc
tags: APM Ruby Agent/Reference
subject: APM
Expand All @@ -1385,6 +1391,7 @@ contents:
prefix: rum-js
current: 4.x
branches: [ master, 4.x, 3.x, 2.x, 1.x, 0.x ]
live: [ master, 4.x ]
index: docs/index.asciidoc
tags: APM Real User Monitoring JavaScript Agent/Reference
subject: APM
Expand Down