Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,12 @@ contents:
repo: apm-agent-java
path: CHANGELOG.asciidoc
exclude_branches: [ 0.7, 0.6]
-
repo: apm-aws-lambda
path: docs
exclude_branches: [ 0.7, 0.6 ]
map_branches:
1.x: *stackcurrent
- title: APM .NET Agent
prefix: dotnet
current: 1.12
Expand Down Expand Up @@ -1354,6 +1360,12 @@ contents:
repo: apm-agent-nodejs
path: CHANGELOG.asciidoc
exclude_branches: [ 1.x, 0.x ]
-
repo: apm-aws-lambda
path: docs
exclude_branches: [ 2.x, 1.x, 0.x ]
map_branches:
3.x: *stackcurrent
- title: APM PHP Agent
prefix: php
current: 1.x
Expand Down Expand Up @@ -1387,6 +1399,12 @@ contents:
repo: apm-agent-python
path: CHANGELOG.asciidoc
exclude_branches: [ 4.x, 3.x, 2.x, 1.x ]
-
repo: apm-aws-lambda
path: docs
exclude_branches: [ 5.x, 4.x, 3.x, 2.x, 1.x ]
map_branches:
6.x: *stackcurrent
- title: APM Ruby Agent
prefix: ruby
current: 4.x
Expand Down
6 changes: 3 additions & 3 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ alias docbldidg='$GIT_HOME/docs/build_docs --doc $GIT_HOME/observability-docs/do
alias docbldapm=' $GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-server/docs/integrations-index.asciidoc --resource=$GIT_HOME/observability-docs/ --resource=$GIT_HOME/apm-aws-lambda --chunk 2 --open'

# APM Agents
alias docbldamn='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-nodejs/docs/index.asciidoc --chunk 1'
alias docbldamn='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-nodejs/docs/index.asciidoc --chunk 1 --resource $GIT_HOME/apm-aws-lambda/docs'

alias docbldamp='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-python/docs/index.asciidoc --chunk 1'
alias docbldamp='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-python/docs/index.asciidoc --chunk 1 --resource $GIT_HOME/apm-aws-lambda/docs'

alias docbldamry='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-ruby/docs/index.asciidoc --chunk 1'

alias docbldamj='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-java/docs/index.asciidoc --chunk 1'
alias docbldamj='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-java/docs/index.asciidoc --chunk 1 --resource $GIT_HOME/apm-aws-lambda/docs'

alias docbldamjs='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-rum-js/docs/index.asciidoc --chunk 1'

Expand Down