Skip to content

Commit 8e5df7d

Browse files
committed
Add OTA SDKs to documentation navigation
- Add OTA card to Getting Started section in docs homepage - Add cross-reference info box in dotnet.html OTA section - Add OTA SDKs link to sidebars in cloud.html, vscode.html, dotnet.html
1 parent 820402c commit 8e5df7d

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

cloud/src/www/docs/cloud.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@
559559
<div class="sidebar-title">Other Docs</div>
560560
<a href="vscode.html" class="sidebar-link">VS Code Extension</a>
561561
<a href="dotnet.html" class="sidebar-link">.NET Libraries</a>
562+
<a href="ota.html" class="sidebar-link">OTA SDKs</a>
562563
</div>
563564

564565
<div class="sidebar-section">

cloud/src/www/docs/dotnet.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@
557557
<div class="sidebar-title">Other Docs</div>
558558
<a href="cloud.html" class="sidebar-link">Cloud Platform</a>
559559
<a href="vscode.html" class="sidebar-link">VS Code Extension</a>
560+
<a href="ota.html" class="sidebar-link">OTA SDKs</a>
560561
</div>
561562

562563
<div class="sidebar-section">
@@ -731,6 +732,11 @@ <h3>Configuration Options</h3>
731732
<h2 id="ota">OTA (Over-The-Air) Localization</h2>
732733
<p>Update translations in real-time without redeploying your application. LRM is the <strong>first and only OTA localization solution for .NET!</strong></p>
733734

735+
<div class="info-box">
736+
<div class="info-box-title">Full OTA Documentation</div>
737+
<p>For comprehensive OTA documentation including API reference, coming SDK announcements, and sample projects, see the dedicated <a href="ota.html">OTA SDKs</a> page.</p>
738+
</div>
739+
734740
<div class="info-box">
735741
<div class="info-box-title">What is OTA?</div>
736742
<p>OTA localization allows your .NET application to fetch translations from LRM Cloud at runtime, automatically syncing updates without code changes or redeployment.</p>

cloud/src/www/docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,13 @@ <h3>.NET Libraries</h3>
770770
<p>JsonLocalization library and Source Generator for type-safe, CLDR-compliant localization in your apps.</p>
771771
<span class="doc-card-link">View docs</span>
772772
</a>
773+
774+
<a href="ota.html" class="doc-card">
775+
<div class="doc-card-icon">📡</div>
776+
<h3>OTA SDKs</h3>
777+
<p>Update translations in real-time without redeploying. Live sync for .NET apps with more SDKs coming.</p>
778+
<span class="doc-card-link">Explore SDKs</span>
779+
</a>
773780
</div>
774781

775782
<div class="section-title" style="margin-top: 64px;">

cloud/src/www/docs/vscode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@
566566
<div class="sidebar-title">Other Docs</div>
567567
<a href="cloud.html" class="sidebar-link">Cloud Platform</a>
568568
<a href="dotnet.html" class="sidebar-link">.NET Libraries</a>
569+
<a href="ota.html" class="sidebar-link">OTA SDKs</a>
569570
</div>
570571

571572
<div class="sidebar-section">

0 commit comments

Comments
 (0)