From 0de695dfec82cd4b27959d1ab23dd753555d0642 Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Wed, 27 Mar 2024 07:56:43 -0700 Subject: [PATCH] fix(APM): Change heading text to differentiate two Docker instructions. --- src/install/python/python-agent-non-web-docker.mdx | 2 +- src/install/python/python-agent-uvicorn-docker.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install/python/python-agent-non-web-docker.mdx b/src/install/python/python-agent-non-web-docker.mdx index efd8c6296e3..a28816808dc 100644 --- a/src/install/python/python-agent-non-web-docker.mdx +++ b/src/install/python/python-agent-non-web-docker.mdx @@ -1,7 +1,7 @@ --- componentType: appInfo optionType: python-docker -headingText: Set up Docker +headingText: Set up Docker with your non-web app --- Here are some instructions for doing automatic initialization with `docker run`. diff --git a/src/install/python/python-agent-uvicorn-docker.mdx b/src/install/python/python-agent-uvicorn-docker.mdx index 4e6a779e468..3bb6d42829d 100644 --- a/src/install/python/python-agent-uvicorn-docker.mdx +++ b/src/install/python/python-agent-uvicorn-docker.mdx @@ -1,7 +1,7 @@ --- componentType: appInfo optionType: python-docker -headingText: Set up Docker +headingText: Set up Docker with your web app --- Here are some instructions for doing automatic initialization with `docker run`. The examples in this step include Docker with Uvicorn, but if you're using other technology, you can skip ahead to subsequent steps and find information about the framework and server you selected.