Skip to content

Commit 06a8fd7

Browse files
committed
More updates for 2015-Q4 release.
* Updated bluetooth and tethering tutorials. * Removed some byte order marks * Cropped OS X screenshots * Use sudo since we aren't root by default anymore * Changed default password to "maker" everywhere * Incorporate some more feedback
1 parent 67d11c5 commit 06a8fd7

File tree

68 files changed

+223
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+223
-144
lines changed

_includes/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% assign parent_dirs=page.url | replace_first: '/', '' | split: '/' %}
1+
{% assign parent_dirs=page.url | replace_first: '/', '' | split: '/' %}
22
{% assign link='/' %}
33
<ol class="breadcrumb" vocab="http://schema.org" typeof="BreadcrumbList">
44
{% assign position = 1 %}

_includes/icon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
type: A name that matches an alert. Valid values are "success", info", "warning" and "danger".
88

9-
{% endcomment %}{% assign name = include.type %}{% if name == "success" %}{% assign name = "ok" %}{% endif %}{% if name == "info" %}{% assign name = "info-sign" %}{% endif %}{% if name == "warning" %}{% assign name = "alert" %}{% endif %}{% if name == "danger" %}{% assign name = "exclamation-sign" %}{% endif %}<span class="glyphicon glyphicon-{{ name }}" aria-hidden="true"></span>
9+
{% endcomment %}{% assign name = include.type %}{% if name == "success" %}{% assign name = "ok" %}{% elsif name == "info" %}{% assign name = "info-sign" %}{% elsif name == "warning" %}{% assign name = "alert" %}{% elsif name == "danger" %}{% assign name = "exclamation-sign" %}{% endif %}<span class="glyphicon glyphicon-{{ name }}" aria-hidden="true"></span>

_includes/screenshot.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
<span class="screenshot"><a href="{{ site.github.url }}{{ include.source }}"><img src="{{ site.github.url }}{{ include.source }}" class="img-responsive" /></a>{% if include.caption %}<p><small>{{ include.caption }}</small></p>{% endif %}</span>
1+
{% comment %}
2+
3+
Used to format a screenshot.
4+
5+
Parameters:
6+
7+
source: The url of the image
8+
caption: (optional) A caption that is displayed under the image.
9+
10+
{% endcomment %}<span class="screenshot"><a href="{{ site.github.url }}{{ include.source }}"><img src="{{ site.github.url }}{{ include.source }}" class="img-responsive" /></a>{% if include.caption %}<p><small>{{ include.caption }}</small></p>{% endif %}</span>

_includes/youtube-embed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if page.youtube_video_id %}
1+
{% if page.youtube_video_id %}
22
{% assign video_id = page.youtube_video_id %}
33
{% elsif include.youtube_video_id %}
44
{% assign video_id = include.youtube_video_id %}

_layouts/docs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
---
44

5+
<hr />
56
<div class="nav-dropdown-arrow">
67
<div>
78
{% include breadcrumbs.html %}

docs/getting-started.md

Lines changed: 1 addition & 1 deletion

docs/tutorials/connecting-to-the-internet-via-bluetooth.md

Lines changed: 130 additions & 93 deletions

docs/tutorials/connecting-to-the-internet-via-usb.md

Lines changed: 16 additions & 9 deletions

docs/tutorials/using-bluetooth-tethering.md

Lines changed: 39 additions & 23 deletions

docs/tutorials/using-ev3-buttons.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)