Skip to content

Commit 44f0647

Browse files
authored
Merge pull request #9436 from MaxWang-MS/add_move_banner
Add a we've moved banner to doc site
2 parents b1680bd + 7f3be5f commit 44f0647

File tree

2 files changed

+1049
-1
lines changed

2 files changed

+1049
-1
lines changed

scripts/docs/templates/mrtk/partials/navbar.tmpl.partial

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@
2323
</form>
2424
</div>
2525
</div>
26-
</nav>
26+
</nav>
27+
<div class="navbar alert-navbar">
28+
<div class="container">
29+
<div class="alert-navbar-message">
30+
<h5>We've moved!</h5>
31+
<p>Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit <a href="https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/">our new landing page</a>. For API references, please visit <a href="https://docs.microsoft.com/dotnet/api/microsoft.mixedreality.toolkit">the MRTK-Unity section of the dot net API explorer</a>. Existing content will remain here but will not be updated further.</p>
32+
</div>
33+
</div>
34+
</div>

0 commit comments

Comments
 (0)