Merge pull request #530 from microsoft/archive-prep
Point to Azure RTOS docs before retire
This commit is contained in:
Коммит
1c64b89d87
|
@ -1,16 +1,16 @@
|
|||
# main links
|
||||
main:
|
||||
- title: "Get Started"
|
||||
url: https://aka.ms/devkit/tutorial/start
|
||||
- title: "Docs"
|
||||
url: /docs/projects/
|
||||
- title: "Projects"
|
||||
url: /docs/projects/
|
||||
- title: "Blog"
|
||||
url: https://devblogs.microsoft.com/iotdev/
|
||||
- title: "v2.0.0"
|
||||
url: https://github.com/microsoft/devkit-sdk/releases/
|
||||
class: "masthead-circle"
|
||||
url: https://aka.ms/iot-devkit
|
||||
# - title: "Docs"
|
||||
# url: /docs/projects/
|
||||
# - title: "Projects"
|
||||
# url: /docs/projects/
|
||||
# - title: "Blog"
|
||||
# url: https://devblogs.microsoft.com/iotdev/
|
||||
# - title: "v2.0.0"
|
||||
# url: https://github.com/microsoft/devkit-sdk/releases/
|
||||
# class: "masthead-circle"
|
||||
|
||||
|
||||
# documentation links
|
||||
|
|
|
@ -9,15 +9,11 @@ benefits_content:
|
|||
content: "Wifi, OLED display, headphone, microphone, sensors like temperature, humidity, motion, pressure, you will love how much time and money you save to build your best IoT project."
|
||||
more_content: "Learn more about IoT DevKit hardware spec"
|
||||
- title: "Simplify Development"
|
||||
url: /docs/get-started/
|
||||
icon: "icon vscode"
|
||||
content: "Visual Studio Code is lightweight and your goto editor of choice. It is your all-in-one tool from coding the first line to deploying to the cloud."
|
||||
more_content: "Learn more about the one-click installation"
|
||||
- title: "Cloud Empowers Your IoT Solutions"
|
||||
url: /docs/projects/
|
||||
icon: "icon cloud"
|
||||
content: "Visual Studio Code is lightweight and your goto editor of choice. It is your all-in-one tool from coding the first line to deploying to the cloud."
|
||||
more_content: "Learn more about projects using Azure services"
|
||||
comments_content:
|
||||
- words: "This eliminates the need to have electronics knowledge and the need to do any wiring or soldering in order to get started prototyping IoT solutions."
|
||||
photo: assets/images/testimony-chris-pietschmann.jpg
|
||||
|
@ -36,29 +32,6 @@ projects: "0, 3, 10"
|
|||
{% assign btn_primary_url = "https://aka.ms/iot-devkit-purchase" %}
|
||||
{% assign btn_outline_url = "/docs/projects/" %}
|
||||
|
||||
<div id="nav">
|
||||
<span class="title">IoT DevKit</span>
|
||||
<input type="checkbox" id="menu-switch">
|
||||
<label class="menu-switch" for="menu-switch"></label>
|
||||
<span class="menu">
|
||||
<label class="menu-switch" for="menu-switch"></label>
|
||||
<a href="https://aka.ms/devkit/tutorial/start" class="item">Get Started</a>
|
||||
<a href="{{ site.baseurl }}/docs/projects/" class="item">Docs</a>
|
||||
<a href="{{ site.baseurl }}/docs/projects/" class="item">Projects</a>
|
||||
<span class="item dropdown">
|
||||
<input type="checkbox" />
|
||||
<span class="inner-text">Tools</span>
|
||||
<ul class="dropdown-list">
|
||||
<li class="dropdown-item"><a href="https://aka.ms/azure-iot-tools">Azure IoT Tools</a></li>
|
||||
<li class="dropdown-item"><a href="https://aka.ms/iot-workbench">Azure IoT Device Workbench</a></li>
|
||||
<li class="dropdown-item"><a href="https://aka.ms/iot-devkit-simulator">MXChip IoT DevKit Simulator</a></li>
|
||||
</ul>
|
||||
</span>
|
||||
<a href="https://devblogs.microsoft.com/iotdev/" class="item">Blog</a>
|
||||
<a href="https://github.com/microsoft/devkit-sdk/releases/" class="version">v2.0.0</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="banner">
|
||||
<p>
|
||||
Azure RTOS is now running on IoT DevKit, <a href="https://aka.ms/az3166-azrtos-getstarted" target="_blank">view more</a>.
|
||||
|
@ -74,7 +47,6 @@ projects: "0, 3, 10"
|
|||
development.</div>
|
||||
<div class="button-group">
|
||||
<button class="btn primary" onclick="window.open('{{ btn_primary_url }}')"><span>Get a Kit</span></button>
|
||||
<button class="btn outline" onclick="window.open('{{ site.baseurl }}{{ btn_outline_url }}')"><span>Project Catalog</span></button>
|
||||
</div>
|
||||
<div class="devkit">
|
||||
<input type="checkbox">
|
||||
|
@ -161,13 +133,6 @@ projects: "0, 3, 10"
|
|||
<img src="assets/images/pack.png" class="icon">
|
||||
<div class="info">
|
||||
<div class="title"><strong>Azure IoT Tools</strong></div>
|
||||
<div class="meta">
|
||||
<span class="publisher">Microsoft</span>
|
||||
<span class="installs">14,892 installs</span>
|
||||
<span class="downloads">29,052 downloads</span>
|
||||
<span class="star star5">(2)</span>
|
||||
<span class="free">Free</span>
|
||||
</div>
|
||||
<div class="description">
|
||||
The ultimate collection of extensions for working with Azure IoT in VS Code!
|
||||
</div>
|
||||
|
@ -178,44 +143,6 @@ projects: "0, 3, 10"
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h3>Sample projects for development</h3>
|
||||
<div class="gallery">
|
||||
{% assign projects = page.projects | split: "," %}
|
||||
|
||||
{% for projectStr in projects %}
|
||||
{% assign projectNum = projectStr | plus: 0 %}
|
||||
{% assign post = site.projects[projectNum] %}
|
||||
<div class="item" onclick="window.open('{{ post.redirect_to }}')">
|
||||
<div class="cover" style="background-image: url({{ post.header.teaser_url }})"></div>
|
||||
<div class="title">{{ post.title }}</div>
|
||||
<div class="description">{{ post.excerpt }}</div>
|
||||
<div class="services">
|
||||
{% if projectNum == 3 %}
|
||||
<span class="suite"></span>
|
||||
{% elsif projectNum == 10 %}
|
||||
<span class="iothub"></span><span class="cognitive"></span>
|
||||
{% else %}
|
||||
<span class="iothub"></span>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ready">
|
||||
<div class="inner">
|
||||
<h2>Ready to Get Started?</h2>
|
||||
<div class="moto">Build your own IoT application with Azure and Visual Studio Code helped today.</div>
|
||||
<div class="button-group">
|
||||
<button class="btn primary" onclick="window.open('{{ btn_primary_url }}')"><span>Get a Kit</span></button>
|
||||
<button class="btn outline" onclick="window.open('{{ site.baseurl }}{{ btn_outline_url }}')"><span>Project Catalog</span></button>
|
||||
</div>
|
||||
<div class="simulator">or <a href="https://aka.ms/iot-devkit-simulator">play with simulator first</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="community">
|
||||
<div class="inner">
|
||||
|
@ -223,10 +150,6 @@ projects: "0, 3, 10"
|
|||
<div class="list">
|
||||
<div class="item">IoT DevKit:<a href="https://microsoft.github.io/azure-iot-developer-kit/docs/faq/">FAQ</a>
|
||||
<a href="http://github.com/Microsoft/azure-iot-developer-kit" class="github">GITHUB</a>
|
||||
<a href="https://gitter.im/Microsoft/azure-iot-developer-kit" class="gitter devkit"></a>
|
||||
</div>
|
||||
<div class="item">IoT Device Workbench:<a href="https://github.com/microsoft/vscode-iot-workbench" class="github">GITHUB</a>
|
||||
<a href="https://gitter.im/Microsoft/vscode-iot-workbench" class="gitter workbench"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче