Skip to content

Commit

Permalink
Removing explicit 'level' keys from Markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson authored and wking committed Oct 25, 2014
1 parent 9280fee commit 114fa8d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion 00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: Introducing the Shell
level: novice
---
<div class="objectives" markdown="1">

Expand Down
1 change: 0 additions & 1 deletion 01-filedir.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: Files and Directories
level: novice
---
<div class="objectives" markdown="1">

Expand Down
1 change: 0 additions & 1 deletion 02-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: Creating Things
level: novice
---
<div class="objectives" markdown="1">

Expand Down
1 change: 0 additions & 1 deletion 03-pipefilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: Pipes and Filters
level: novice
---
<div class="objectives" markdown="1">

Expand Down
1 change: 0 additions & 1 deletion 04-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: Loops
level: novice
---
<div class="objectives" markdown="1">

Expand Down
1 change: 0 additions & 1 deletion 05-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: Shell Scripts
level: novice
---
<div class="objectives" markdown="1">

Expand Down
1 change: 0 additions & 1 deletion 06-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: Finding Things
level: novice
---
<div class="objectives" markdown="1">

Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: lesson
root: ../..
title: The Unix Shell
level: novice
---
The Unix shell has been around longer than most of its users have been alive.
It has survived so long because it's a power tool
Expand Down

0 comments on commit 114fa8d

Please sign in to comment.