Skip to content

[apm] Publish APM Python agent docs from 6.x #3242

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Copy link
Contributor Author

@colleenmcginnis colleenmcginnis Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmorelli25 should we actually prevent all of these from being indexed?

Suggested change
live: [ 6.x ]
noindex: 1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that's a good point. We don't need any live branches either. If anything comes out of this PR, it can be this change 👍

index: docs/index.asciidoc
tags: APM Python Agent/Reference
subject: APM
Expand Down