Skip to content

Commit 045662b

Browse files
committed
new tutorial landing page
1 parent b8e2690 commit 045662b

7 files changed

Lines changed: 15 additions & 10 deletions

File tree

_config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ defaults:
4949
seo:
5050
type: "WebPage"
5151

52-
- scope:
53-
path: _tutorials
54-
type: docs
55-
values:
56-
layout: docs
57-
sectionid: tutorials
58-
5952
collections:
6053
docs:
6154
permalink: /:collection/:path/

_data/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
docs:
33
- home
44

5+
# placeholder for tutorials...
6+
- title: Tutorials
7+
docs:
8+
- tutorials
9+
510
- title: Concepts
611
docs:
712
- rtos

_docs/architecture.md

Whitespace-only changes.

_docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Overview
77

88
## Tutorials
99

10-
10+
See [Tutorial List](/docs/tutorials/).
1111

1212
## Architecture
1313

_docs/tutorials.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Tutorials
3+
permalink: /docs/tutorials/
4+
---
5+
6+
# Tutorials
7+
8+
content to be added by all

_includes/topnav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<div id="navbar" class="collapse navbar-collapse">
1515
<ul class="nav navbar-nav">
1616
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/docs/home/" | prepend: site.baseurl }}">Docs</a></li>
17-
<li {% if page.sectionid=='tutorials' %} class="active" {% endif %}><a href="{{ "/tutorials/home/" | prepend: site.baseurl }}">Tutorials</a></li>
1817
<li {% if page.sectionid=='showcases' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Show Cases</a></li>
1918
</ul>
2019
<div class="navbar-right">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 class="text-center">Main ideas</h3>
3939
<div class="col-sm-4">
4040
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
4141
<h3 class="text-center">Getting Started</h3>
42-
<p>To get you started quickly, header over to the <a href="tutorials">tutorial</a> section. The basic ones
42+
<p>To get you started quickly, header over to the <a href="/docs/tutorials/">tutorial</a> section. The basic ones
4343
can even be done without a micro-controller. For more background and details, see the
4444
<a href="docs/">documentation</a>.</p>
4545
</div>

0 commit comments

Comments
 (0)