better we start with the bash guide ;)

This commit is contained in:
creme 2020-02-03 12:16:00 +01:00
parent a49bf53fd0
commit 138b45a4a9
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
2 changed files with 5 additions and 5 deletions

8
.gitmodules vendored
View File

@ -1,7 +1,7 @@
[submodule "docs/tutorials/learngit"]
path = docs/tutorials/learngit
url = https://github.com/envs-net/learngit.git
[submodule "docs/tutorials/bash-guide"]
path = docs/tutorials/bash-guide
url = https://github.com/Idnan/bash-guide.git
[submodule "docs/tutorials/learngit"]
path = docs/tutorials/learngit
url = https://github.com/envs-net/learngit.git

View File

@ -18,10 +18,10 @@ nav:
- gemini: gemini.md
- finger: finger.md
- tutorials:
- bash guide: tutorials/bash-guide/README.md
- learn git:
- home: tutorials/learngit/docs/index.md
- glossary: tutorials/learngit/docs/glossary.md
- common commands: tutorials/learngit/docs/common_commands.md
- branching strategies: tutorials/learngit/docs/branching_strategies.md
- troubleshooting: tutorials/learngit/docs/troubleshooting.md
- bash guide: tutorials/bash-guide/README.md