updates for 6.0 release start here. see the release notes for all the details in 6.0
This commit is contained in:
@ -10,9 +10,6 @@
|
||||
{% elsif page.sidebar == "mydoc_sidebar" %}
|
||||
{% assign sidebar = site.data.sidebars.mydoc_sidebar.entries %}
|
||||
|
||||
{% elsif page.sidebar == "tags_sidebar" %}
|
||||
{% assign sidebar = site.data.sidebars.tags_sidebar.entries %}
|
||||
|
||||
{% else %}
|
||||
{% assign sidebar = site.data.sidebars.home_sidebar.entries %}
|
||||
{% endif %}
|
||||
|
@ -1,15 +1,14 @@
|
||||
|
||||
<div id="userMap">
|
||||
|
||||
<div class="content"><a href="{{site.data.urls.p2_sample1.url}}"><div class="box box1">Connect to ADB</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="{{site.data.urls.p2_sample2.url}}"><div class="box box2">Download and Build the Starter Kit</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="{{site.data.urls.p2_sample3.url}}"><div class="box box3">Take a Tour</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="{{site.data.urls.p2_sample4.url}}"><div class="box box4">Load Your Widgets</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="{{site.data.urls.p2_sample5.url}}"><div class="box box5">Query for Something</div></a></div>
|
||||
<div class="content"><a href="p2_sample1.html"><div class="box box1">Connect to ADB</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="p2_sample2.html"><div class="box box2">Download and Build the Starter Kit</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="p2_sample3.html"><div class="box box3">Take a Tour</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="p2_sample4.html"><div class="box box4">Load Your Widgets</div></a></div>
|
||||
<div class="arrow">→</div>
|
||||
<div class="content"><a href="p2_sample5.html"><div class="box box5">Query for Something</div></a></div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
</div>
|
||||
|
@ -15,9 +15,9 @@
|
||||
<p>This is just dummy text ... Your first steps should be to get started. You will need to do the following:</p>
|
||||
|
||||
<ul>
|
||||
<li>{{site.data.urls.p2_sample6.link}}</li>
|
||||
<li>{{site.data.urls.p2_sample7.link}}</li>
|
||||
<li>{{site.data.urls.p2_sample8.link}}</li>
|
||||
<li><a href="p2_sample6.html">Sample 6</a></li>
|
||||
<li><a href="p2_sample7.html">Sample 7</a></li>
|
||||
<li><a href="p2_sample8.html">Sample 8</a></li>
|
||||
</ul>
|
||||
<p>If you run into any of these setup issues, you must solve them before you can continue on.</p>
|
||||
|
||||
@ -45,9 +45,9 @@
|
||||
|
||||
<p>In order to configure your widgets, you will need to follow these topics:</p>
|
||||
<ul>
|
||||
<li>{{site.data.urls.p2_sample9.link}}</li>
|
||||
<li>{{site.data.urls.p2_sample10.link}}</li>
|
||||
<li>{{site.data.urls.p2_sample11.link}}</li>
|
||||
<li><a href="p2_sample9.html">Sample 9</a></li>
|
||||
<li><a href="p2_sample10.html">Sample 10</a></li>
|
||||
<li><a href="p2_sample11.html">Sample 11</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@ -73,9 +73,9 @@
|
||||
<p>After you've configured all the necessary components to build your space transformer, you need to publish your app. Of course this content is also just dummy text. Pay no particular attention to the content but rather the format and placement of the map.</p>
|
||||
<p>To publish your app, see the following:
|
||||
<ul>
|
||||
<li>{{site.data.urls.p2_sample12.link}}</li>
|
||||
<li>{{site.data.urls.p2_sample13.link}}</li>
|
||||
<li>{{site.data.urls.p2_sample14.link}}</li>
|
||||
<li><a href="p2_sample12.html">Sample 12</a></li>
|
||||
<li><a href="p2_sample13.html">Sample 13</a></li>
|
||||
<li><a href="p2_sample14.html">Sample 14</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
Reference in New Issue
Block a user