-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hold until 8.12] [apm docs consolidation] Update landing pages and A…
…PM breadcrumb dropdown (#2879) * update apm dropdown * attempt to add a custom apm landing page * temporarily use master instead of current * add note linking to prev versions, address feedback from @bmorelli25 * attempt to add note to apm guide landing page * only show previous versions on apm guide landing page * update links to current * whoops * update build aliases
- Loading branch information
1 parent
ad6c96d
commit 88f50cf
Showing
6 changed files
with
86 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<style> | ||
#content > .ulist .itemizedlist { | ||
visibility: hidden; | ||
} | ||
</style> | ||
|
||
<div class="w-100 mb-5"> | ||
<h2>APM user guide</h2> | ||
<p> | ||
Learn how to use APM in the <a href="/guide/en/observability/current/apm.html">Observability guide</a>. | ||
</p> | ||
<div class="note admon"> | ||
<div class="icon"></div> | ||
<div class="admon_content"> | ||
<p> | ||
To view APM documentation for versions before 8.12, go to the <a href="/guide/en/apm/guide/index.html">APM guide</a> instead. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="w-100 mb-5"> | ||
<h2>APM agents</h2> | ||
<ul> | ||
<li><a href="/guide/en/apm/agent/android/current/intro.html">Android Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/go/current/introduction.html">Go Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/swift/current/intro.html">iOS Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/java/current/intro.html">Java Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/dotnet/current/intro.html">.NET Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/nodejs/current/intro.html">Node.js Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/php/current/intro.html">PHP Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/python/current/getting-started.html">Python Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/ruby/current/introduction.html">Ruby Agent Reference</a></li> | ||
<li><a href="/guide/en/apm/agent/rum-js/current/intro.html">Real User Monitoring JavaScript Agent Reference</a></li> | ||
</ul> | ||
</div> | ||
<div class="w-100 mb-5"> | ||
<h2>APM extensions</h2> | ||
<ul> | ||
<li><a href="/guide/en/apm/lambda/current/aws-lambda-arch.html">APM AWS Lambda extension</a></li> | ||
<li><a href="/guide/en/apm/attacher/current/apm-attacher.html">APM attacher</a></li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<style> | ||
#content > .ulist .itemizedlist { | ||
visibility: hidden; | ||
} | ||
</style> | ||
|
||
<div class="w-100 mb-5"> | ||
<div class="important admon"> | ||
<div class="icon"></div> | ||
<div class="admon_content"> | ||
<p class="font-weight-bold"> | ||
Starting with version 8.12, the content from the APM guide has been moved to | ||
the <a class="font-weight-bold" href="/guide/en/observability/current/apm.html">Observability guide</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="w-100 mb-5"> | ||
<h2>Previous versions:</h2> | ||
<ul> | ||
<li><a href="/guide/en/apm/guide/8.11/index.html">APM Guide: 8.11</a></li> | ||
<li><a href="/guide/en/apm/guide/8.10/index.html">APM Guide: 8.10</a></li> | ||
<li><a href="/guide/en/apm/guide/8.9/index.html">APM Guide: 8.9</a></li> | ||
<li><a href="/guide/en/apm/guide/8.8/index.html">APM Guide: 8.8</a></li> | ||
<li><a href="/guide/en/apm/guide/8.7/index.html">APM Guide: 8.7</a></li> | ||
<li><a href="/guide/en/apm/guide/8.6/index.html">APM Guide: 8.6</a></li> | ||
<li><a href="/guide/en/apm/guide/8.5/index.html">APM Guide: 8.5</a></li> | ||
<li><a href="/guide/en/apm/guide/8.4/index.html">APM Guide: 8.4</a></li> | ||
<li><a href="/guide/en/apm/guide/8.3/index.html">APM Guide: 8.3</a></li> | ||
<li><a href="/guide/en/apm/guide/8.2/index.html">APM Guide: 8.2</a></li> | ||
<li><a href="/guide/en/apm/guide/8.1/index.html">APM Guide: 8.1</a></li> | ||
<li><a href="/guide/en/apm/guide/8.0/index.html">APM Guide: 8.0</a></li> | ||
<li><a href="/guide/en/apm/guide/7.17/index.html">APM Guide: 7.17</a></li> | ||
<li><a href="/guide/en/apm/guide/7.16/index.html">APM Guide: 7.16</a></li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters