diff --git a/docs/tutorials/learngit b/docs/tutorials/learngit new file mode 160000 index 0000000..1858e7b --- /dev/null +++ b/docs/tutorials/learngit @@ -0,0 +1 @@ +Subproject commit 1858e7b41882fe0b532f58b367f8f0349b54fb3e diff --git a/mkdocs.yml b/mkdocs.yml index 91ca5a2..63fa431 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,9 +19,9 @@ nav: - finger: finger.md - tutorials: - learn git: - - home: tutorials/learngit/README.md - - glossary: tutorials/learngit/glossary.md - - common commands: tutorials/learngit/common_commands.md - - branching strategies: tutorials/learngit/branching_strategies.md - - troubleshooting: tutorials/learngit/troubleshooting.md - - ssh setup: tutorials/learngit/ssh_setup.md + - home: tutorials/learngit/docs/README.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 + - ssh setup: tutorials/learngit/docs/ssh_setup.md