Skip to content

Commit 7e39a9d

Browse files
authored
Merge pull request #61 from product-science/cloud-release-notes
Cloud release notes
2 parents 016fda5 + 816e74b commit 7e39a9d

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

docs/cloud/overview.md

+9
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ CodeTuner provides insight into resource utilization and spending patterns.
1313
CodeTuner for Cloud's granular approach enables businesses to prioritize optimization efforts with precision, while its intuitive trace viewer ensures optimization without compromising user experience. CodeTuner transcends the limitations of traditional tools, empowering businesses to navigate cloud economics with confidence and clarity and making cost efficiency in the cloud more achievable than ever before.
1414

1515
<img width="932" alt="Screenshot 2024-04-18 at 4 56 11PM" src="https://github.com/product-science/docs/assets/98838786/b9e49c92-39a0-41c1-9464-2d58eb76dbbd">
16+
17+
# Insrtuctions for using CodeTuner for Cloud
18+
19+
- Integration instructions can be found [here](integration/integration.md).
20+
- Usage instructions can be found [here](usage.md).
21+
22+
# Release notes
23+
24+
Our release notes can be found [here](release-notes/release-note-1.md).
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Supported JAVA frameworks
2+
CodeTuner for Cloud now supports **Micronaut**, **Spring Boot**,
3+
and **Dropwizard frameworks**. This new integration allows developers
4+
to apply CodeTuner’s advanced cloud cost optimization features directly
5+
to applications built with these popular Java frameworks, providing deeper
6+
insights and more precise cost management at the code level.
7+
8+
# User Instructions:
9+
- Refer to the [JVM Agent Integration Documentation](../integration/jvm-agent.md) for detailed setup instructions to get started. This guide will help you integrate CodeTuner with Micronaut, Spring Boot, or Dropwizard and fully leverage the cost optimization features.
10+
- [Follow the instructions](../integration/integration.md) to integrate CodeTuner for Cloud with your backend application.

docs/mobile/overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ efficiently by providing unique insights for data
1212
visualizations to help mobile developers to identify
1313
the problem right away.
1414

15-
# Insrtuctions of using CodeTuner for Mobile
15+
# Insrtuctions for using CodeTuner for Mobile
1616

1717
- Integration for [Android](integration/android/gradle.md) and [iOS](integration/ios/xcode.md)
1818
- Device set-up for [Android](device-set-up/android.md) and [iOS](device-set-up/ios.md)
1919
- Recording and Uploading for [Android](record-n-upload/android.md) and [iOS](record-n-upload/ios.md)
2020

2121
# Release notes
2222

23-
Our release notes can be found [here](release-notes/Frame-Drop-Visualization-for-Android.md)
23+
Our release notes can be found [here](release-notes/Frame-Drop-Visualization-for-Android.md).

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ nav:
1515
- Common: cloud/integration/integration.md
1616
- JVM Agent: cloud/integration/jvm-agent.md
1717
- Usage: cloud/usage.md
18+
- Release Notes:
19+
- Supported JAVA frameworks: cloud/release-notes/release-note-1.md
1820
- CodeTuner for Mobile:
1921
- Overview: mobile/overview.md
2022
- Integration:

0 commit comments

Comments
 (0)