Skip to content

Commit

Permalink
move apm to application services in the navigation (#271)
Browse files Browse the repository at this point in the history
move apm to application services in the navigation

Reviewed-by: SebastianGode
  • Loading branch information
tischrei authored Nov 21, 2024
1 parent 651eaa1 commit 938f589
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions otcdocstheme/theme/otcdocs/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
<a href="{{base_url}}/app.html" slot="heading" target="_blank" rel="noopener noreferrer">Application Services</a>
<ul>
<li><a href="{{base_url}}/application-operations-management/index.html">Application Operations Management</a></li>
<li><a href="{{base_url}}/application-performance-management/index.html">Application Performance Management</a></li>
<li><a href="{{base_url}}/api-gateway/index.html">API Gateway (APIG)</a></li>
<li><a href="{{base_url}}/distributed-message-service/index.html">Distributed Message Service</a></li>
<li><a href="{{base_url}}/simple-message-notification/index.html">Simple Message Notification</a></li>
Expand Down Expand Up @@ -280,7 +281,6 @@
<scale-telekom-mega-menu-column>
<span class="padding-slot-heading" slot="heading">Monitoring and Logging</span>
<ul>
<li><a href="{{base_url}}/application-performance-management/index.html">Application Performance Management</a></li>
<li><a href="{{base_url}}/cloud-eye/index.html">Cloud Eye</a></li>
<li><a href="{{base_url}}/cloud-trace-service/index.html">Cloud Trace Service</a></li>
<li><a href="{{base_url}}/log-tank-service/index.html">Log Tank Service</a></li>
Expand Down Expand Up @@ -602,6 +602,9 @@
<scale-telekom-mobile-menu-item slot="children">
<a href="{{base_url}}/application-operations-management/index.html">Application Operation Management</a>
</scale-telekom-mobile-menu-item>
<scale-telekom-mobile-menu-item slot="children">
<a href="{{base_url}}/application-performance-management/index.html">Application Performance Management</a>
</scale-telekom-mobile-menu-item>
<scale-telekom-mobile-menu-item slot="children">
<a href="{{base_url}}/api-gateway/index.html">API Gateway (APIG)</a>
</scale-telekom-mobile-menu-item>
Expand Down Expand Up @@ -713,9 +716,6 @@
<a href="#">Management</a>
<scale-telekom-mobile-menu-item slot="children">
<a href="#">Monitoring and Logging</a>
<scale-telekom-mobile-menu-item slot="children">
<a href="{{base_url}}/application-performance-management/index.html">Application Performance Management</a>
</scale-telekom-mobile-menu-item>
<scale-telekom-mobile-menu-item slot="children">
<a href="{{base_url}}/cloud-eye/index.html">Cloud Eye</a>
</scale-telekom-mobile-menu-item>
Expand Down

0 comments on commit 938f589

Please sign in to comment.