From 0e7aea1acb51378ac5ef4ae6ad1f425042d6f1d9 Mon Sep 17 00:00:00 2001 From: Alejandro Rusi <alejandro.rusi@gmail.com> Date: Fri, 2 Jul 2021 22:40:40 +0000 Subject: [PATCH] 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 --- course/adding_a_page.md | 2 +- course/adding_content.md | 2 +- course/adding_more_than_one_page.md | 4 ++-- course/adding_slides.md | 4 ++-- course/formatting_text.md | 2 +- course/how_to_use.md | 2 +- course/links_to_examples.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/course/adding_a_page.md b/course/adding_a_page.md index c232fe3..dbdabf5 100644 --- a/course/adding_a_page.md +++ b/course/adding_a_page.md @@ -39,4 +39,4 @@ After adding these changes, your new page will be available:  -Let's keep building on top of this page, format it and add some useful content. \ No newline at end of file +Let's keep building on top of this page, format it and add some useful content. diff --git a/course/adding_content.md b/course/adding_content.md index d1fcfe8..e181bdc 100644 --- a/course/adding_content.md +++ b/course/adding_content.md @@ -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: - \ No newline at end of file + diff --git a/course/adding_more_than_one_page.md b/course/adding_more_than_one_page.md index 335ef02..1cdd5ad 100644 --- a/course/adding_more_than_one_page.md +++ b/course/adding_more_than_one_page.md @@ -1,6 +1,6 @@ --- title: Adding more than one page -nav_order: 6 +nav_order: 7 parent: How to use --- @@ -30,4 +30,4 @@ If no `nav_order` is specified, the pages will be sorted alphabetically. ## Parent and children pages 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! \ No newline at end of file +The [just-the-docs tutorial](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/#pages-with-children) explains this perfectly! diff --git a/course/adding_slides.md b/course/adding_slides.md index 3c6497e..d367fd9 100644 --- a/course/adding_slides.md +++ b/course/adding_slides.md @@ -1,6 +1,6 @@ --- title: Adding slides -nav_order: 5 +nav_order: 6 parent: How to use --- @@ -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)! \ No newline at end of file +You can check the resulting slides [here](https://alejandro-rusi.gitlab.io/courseware-git-example/attached_files/slides_pdf/git_slides.pdf)! diff --git a/course/formatting_text.md b/course/formatting_text.md index 81c8149..db3acb9 100644 --- a/course/formatting_text.md +++ b/course/formatting_text.md @@ -136,4 +136,4 @@ Some useful commands are:  Now our course is starting to take shape. -Let's continue by adding content. \ No newline at end of file +Let's continue by adding content. diff --git a/course/how_to_use.md b/course/how_to_use.md index 0e42051..992a63f 100644 --- a/course/how_to_use.md +++ b/course/how_to_use.md @@ -2,4 +2,4 @@ title: How to use nav_order: 2 has_children: true ---- \ No newline at end of file +--- diff --git a/course/links_to_examples.md b/course/links_to_examples.md index 45115e3..e0cbae1 100644 --- a/course/links_to_examples.md +++ b/course/links_to_examples.md @@ -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 - [Gitlab repository](https://gitlab.com/alejandro-rusi/courseware-git-example) - - [Course](https://alejandro-rusi.gitlab.io/courseware-git-example/) \ No newline at end of file + - [Course](https://alejandro-rusi.gitlab.io/courseware-git-example/) -- GitLab