Skip to content

Commit 6878697

Browse files
authored
Add links to concept docs to track docs. (#734)
1 parent 7670036 commit 6878697

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/SYLLABUS.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Bash Concept Documents
2+
3+
The Bash learning track is a work-in-progress.
4+
While the learning exercises are still incomplete, most of the concept documentation is ready to view.
5+
6+
## Concept documents
7+
8+
* [Commands and Arguments](https://exercism.org/tracks/bash/concepts/commands-and-arguments)
9+
* [Variables](https://exercism.org/tracks/bash/concepts/variables)
10+
* [The Importance of Quoting](https://exercism.org/tracks/bash/concepts/quoting)
11+
* [Conditionals](https://exercism.org/tracks/bash/concepts/conditionals)
12+
* [Arithmetic](https://exercism.org/tracks/bash/concepts/arithmetic)
13+
* [Looping](https://exercism.org/tracks/bash/concepts/looping)
14+
* [Arrays](https://exercism.org/tracks/bash/concepts/arrays)
15+
* [More About Arrays](https://exercism.org/tracks/bash/concepts/more-arrays)
16+
* [Pipelines and Command Lists](https://exercism.org/tracks/bash/concepts/pipelines)
17+
* [Functions](https://exercism.org/tracks/bash/concepts/functions)
18+
19+
There will be more.
20+
Check the "**What's going on with Bash**" section on the [Bash track page](https://exercism.org/tracks/bash) periodically.

docs/config.json

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
"path": "docs/RESOURCES.md",
2828
"title": "Useful Bash resources",
2929
"blurb": "A collection of useful resources to help you master Bash"
30+
},
31+
{
32+
"uuid": "82deaa52-269a-4a42-b361-136e89040fdd",
33+
"slug": "syllabus",
34+
"path": "docs/SYLLABUS.md",
35+
"title": "Bash concept documents",
36+
"blurb": "Concepts of Bash programming that will appear on the learning track"
3037
}
3138
]
3239
}

0 commit comments

Comments
 (0)