Skip to content

Commit 8095cda

Browse files
authored
Merge pull request #21 from UMLCloudComputing/feat--Update-Tutorials-section
Feat update tutorials section
2 parents 560038a + 49b867d commit 8095cda

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/tutorials/Git Version Control/Basics/Exercises.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
sidebar_position: 9
33
---
44

5-
# Excersises
5+
# Exersises
66

7+
*Work in Progress...*

docs/tutorials/Git Version Control/Basics/Git Basics.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ Git comes with integrated documentation for all of it's commands. It is good dev
5858

5959
In order to access git's help documentation use any of the two commands:
6060
- `git`*`command`*`-help` $\rightarrow$ All available options for the the specified *`command`*
61-
- `git help --all` $\rightarrow$ All possible commands
62-
63-
Date of last update: July 21th, 2024
61+
- `git help --all` $\rightarrow$ All possible commands

docusaurus.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ const config = {
6060
'https://github.com/UMLCloudComputing/UMLCloudComputing.github.io/edit/main/',
6161
remarkPlugins: [remarkMath],
6262
rehypePlugins: [rehypeKatex],
63+
showLastUpdateAuthor:true,
64+
showLastUpdateTime: true,
6365
},
6466
// blog: {
6567
// showReadingTime: true,
@@ -174,7 +176,7 @@ const config = {
174176
href: 'https://www.instagram.com/umlcloudcomputing/',
175177
label: 'Instagram',
176178
position: 'right',
177-
}.
179+
},
178180

179181
// LinkedIn
180182
{

0 commit comments

Comments
 (0)