Skip to content
Snippets Groups Projects
Commit 0e7aea1a authored by Alejandro Rusi's avatar Alejandro Rusi
Browse files

Update course/adding_a_page.md, course/adding_more_than_one_page.md,...

Update course/adding_a_page.md, course/adding_more_than_one_page.md, course/adding_slides.md, course/how_to_use.md, course/formatting_text.md, course/links_to_examples.md, course/adding_content.md files
parent 129a8aa4
No related branches found
No related tags found
Loading
...@@ -39,4 +39,4 @@ After adding these changes, your new page will be available: ...@@ -39,4 +39,4 @@ After adding these changes, your new page will be available:
![resulting-page](https://i.imgur.com/0ELicN0.png) ![resulting-page](https://i.imgur.com/0ELicN0.png)
Let's keep building on top of this page, format it and add some useful content. Let's keep building on top of this page, format it and add some useful content.
\ No newline at end of file
...@@ -50,4 +50,4 @@ Let's add a `.pdf` file to our course: we'll have to store it in the `attached_f ...@@ -50,4 +50,4 @@ Let's add a `.pdf` file to our course: we'll have to store it in the `attached_f
Here's our page after adding all the content we previously mentioned: Here's our page after adding all the content we previously mentioned:
![git-tutorial-page-finished](https://i.imgur.com/QhTkaL4.png) ![git-tutorial-page-finished](https://i.imgur.com/QhTkaL4.png)
\ No newline at end of file
--- ---
title: Adding more than one page title: Adding more than one page
nav_order: 6 nav_order: 7
parent: How to use parent: How to use
--- ---
...@@ -30,4 +30,4 @@ If no `nav_order` is specified, the pages will be sorted alphabetically. ...@@ -30,4 +30,4 @@ If no `nav_order` is specified, the pages will be sorted alphabetically.
## Parent and children pages ## Parent and children pages
If some of our pages depend on another, we can define them as *children* and *parent* images respectively. If some of our pages depend on another, we can define them as *children* and *parent* images respectively.
The [just-the-docs tutorial](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/#pages-with-children) explains this perfectly! The [just-the-docs tutorial](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/#pages-with-children) explains this perfectly!
\ No newline at end of file
--- ---
title: Adding slides title: Adding slides
nav_order: 5 nav_order: 6
parent: How to use parent: How to use
--- ---
...@@ -72,4 +72,4 @@ theme: ...@@ -72,4 +72,4 @@ theme:
--- ---
``` ```
You can check the resulting slides [here](https://alejandro-rusi.gitlab.io/courseware-git-example/attached_files/slides_pdf/git_slides.pdf)! You can check the resulting slides [here](https://alejandro-rusi.gitlab.io/courseware-git-example/attached_files/slides_pdf/git_slides.pdf)!
\ No newline at end of file
...@@ -136,4 +136,4 @@ Some useful commands are: ...@@ -136,4 +136,4 @@ Some useful commands are:
![git-page-formatted](https://i.imgur.com/UcfSGzW.png) ![git-page-formatted](https://i.imgur.com/UcfSGzW.png)
Now our course is starting to take shape. Now our course is starting to take shape.
Let's continue by adding content. Let's continue by adding content.
\ No newline at end of file
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
title: How to use title: How to use
nav_order: 2 nav_order: 2
has_children: true has_children: true
--- ---
\ No newline at end of file
...@@ -14,4 +14,4 @@ All of these are *Open Source*, so you can check out their source code and the r ...@@ -14,4 +14,4 @@ All of these are *Open Source*, so you can check out their source code and the r
- Git Example used in the tutorial - Git Example used in the tutorial
- [Gitlab repository](https://gitlab.com/alejandro-rusi/courseware-git-example) - [Gitlab repository](https://gitlab.com/alejandro-rusi/courseware-git-example)
- [Course](https://alejandro-rusi.gitlab.io/courseware-git-example/) - [Course](https://alejandro-rusi.gitlab.io/courseware-git-example/)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment