-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: Submission | ||
type: docs | ||
next: assignments/tutorial | ||
weight: 3 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: Tutorial | ||
type: docs | ||
prev: assignments/full-stack | ||
weight: 6 | ||
--- | ||
|
||
For this assignment you will create a tutorial for the next generation of ECE 196 students. | ||
|
||
If you go to the ECE 196 website homepage, you'll see a "Tutorials" section. | ||
|
||
This is where your tutorials will go! | ||
|
||
To get started with your tutorial, get the template from [here](https://github.com/ece-196/tutorial). | ||
|
||
You will need to **clone** *this* repository and make a **pull request** to push your changes to this site. | ||
|
||
Learn about pull requests [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). | ||
|
||
The ECE 196 website uses **Markdown** for writing documents which are rendered as webpages. | ||
|
||
Learn about markdown [here](https://www.markdownguide.org). | ||
|
||
The ECE 196 website repository file tree looks like: | ||
|
||
{{< filetree/container >}} | ||
{{< filetree/folder name="docs" >}} | ||
{{< filetree/folder name="content" >}} | ||
{{< filetree/folder name="additional-resources" state="closed" >}} | ||
{{< /filetree/folder >}} | ||
{{< filetree/folder name="assignments" state="closed" >}} | ||
{{< /filetree/folder >}} | ||
{{< filetree/folder name="tutorials" >}} | ||
{{< filetree/file name="your_tutorial.md" >}} | ||
{{< filetree/file name="_index.md" >}} | ||
{{< /filetree/folder >}} | ||
{{< /filetree/folder >}} | ||
{{< /filetree/folder >}} | ||
{{< /filetree/container >}} | ||
|
||
Create your tutorial where you see `your_tutorial.md`. | ||
|
||
If your pull request is good, we'll accept it, if not, we'll leave comments to help you. | ||
|
||
Once it is accepted, you have finished this assignment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Tutorials | ||
cascade: | ||
type: blog | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters