Skip to content

Merge/docs #426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 6, 2020
Prev Previous commit
Next Next commit
link to how coderoad works
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
ShMcK committed Aug 5, 2020
commit 73524591ebc6cff6010b530f2ab9c022adb6b10e
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace.
- Node.js 10+
- Git

## How CodeRoad Works

Read more in the docs about [how CodeRoad works](https://coderoad.github.io/docs/how-coderoad-works).

## Creating Tutorials

Build and share your own interactive tutorials.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
someSidebar: {
Intro: ['overview', 'setup'],
Intro: ['overview', 'setup', 'how-coderoad-works'],
Build: [
'build-tutorial',
'markdown',
Expand All @@ -12,7 +12,7 @@ module.exports = {
'edit-tutorial',
'create-a-practice-tutorial',
'examples',
'errors'
'errors',
],
},
}