Skip to content

Commit

Permalink
switch to mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
benharri committed Nov 20, 2019
1 parent 4c2e83a commit 1858e7b
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 75 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site/
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions branching_strategies.md → docs/branching_strategies.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# branching strategies

### table of contents
[home](README.md) •
[glossary](glossary.md) •
[common commands](common_commands.md) •
**[branching strategies](branching_strategies.md)** •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)

---

## Branch to env mapping
Expand Down
8 changes: 0 additions & 8 deletions common_commands.md → docs/common_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

These are commands and options that I use frequently. See the linked documentation for more options and information.

### table of contents
[home](README.md) •
[glossary](glossary.md) •
**[common commands](common_commands.md)** •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)

---


Expand Down
8 changes: 0 additions & 8 deletions glossary.md → docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

> [source (git-scm.com)](https://git-scm.com/book/en/v2) (unless otherwise noted)
### table of contents
[home](README.md) •
**[glossary](glossary.md)** •
[common commands](common_commands.md) •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)

---

## [branch](https://git-scm.com/book/en/v1/Git-Branching-What-a-Branch-Is)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
17 changes: 0 additions & 17 deletions README.md → docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,8 @@

This is a compilation of notes, tips and a getting started guide to [`git`](https://git-scm.com). Please feel free to open a pull request or fork it for yourself!

### table of contents
**[home](README.md)** •
[glossary](glossary.md) •
[common commands](common_commands.md) •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)

---

### on this page
* [getting set up](README.md#getting-set-up)
* [making your first repo](README.md#making-your-first-repo)
* [syncing your changes with others](README.md#syncing-your-changes-with-others)
* [external resources](README.md#external-resources)

---


# here we go!

This is not meant to be a complete guide to git. Just some notes that I've gathered over the years of using git that might be helpful to share with others.
Expand Down
8 changes: 0 additions & 8 deletions ssh_setup.md → docs/ssh_setup.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# ssh key setup for git

### table of contents
[home](README.md) •
[glossary](glossary.md) •
[common commands](common_commands.md) •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
**[ssh setup](ssh_setup.md)**

---


Expand Down
17 changes: 17 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# troubleshooting

---


ssh warnings remote key

missing branches

warnings

line endings

pull request flow

ui flow

2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site_name: learngit
theme: cyborg
25 changes: 0 additions & 25 deletions troubleshooting.md

This file was deleted.

0 comments on commit 1858e7b

Please sign in to comment.