Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added <hr>'s below tabbed topics for SSH and test page #4232

Merged
merged 3 commits into from
Aug 17, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added <hr>'s below tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
  • Loading branch information
Victoria Bialas committed Aug 17, 2017
commit 6129788bf78885eefc24d5c78d8f3c0adcd59714
3 changes: 3 additions & 0 deletions _includes/content/ssh/ssh-add-keys-to-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ passphrases in your keychain.

{% endcapture %}
{{ mac-content-add | markdownify }}
<hr>
</div>

<div id="win-add-keys" class="tab-pane fade">
Expand All @@ -63,6 +64,7 @@ passphrases in your keychain.

{% endcapture %}
{{ win-content-add | markdownify }}
<hr>
</div>

<div id="linux-add-keys" class="tab-pane fade">
Expand All @@ -88,5 +90,6 @@ passphrases in your keychain.

{% endcapture %}
{{ linux-content-add | markdownify }}
<hr>
</div>
</div>
3 changes: 3 additions & 0 deletions _includes/content/ssh/ssh-copy-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ For example: `$ atom ~/.ssh/id_rsa.pub`

{% endcapture %}
{{ mac-content-copy | markdownify }}
<hr>
</div>

<div id="win-copy-keys" class="tab-pane fade">
Expand All @@ -45,6 +46,7 @@ For example: `$ notepad ~/.ssh/id_rsa.pub`

{% endcapture %}
{{ win-content-copy | markdownify }}
<hr>
</div>

<div id="linux-copy-keys" class="tab-pane fade">
Expand All @@ -69,5 +71,6 @@ For example: `$ vi ~/.ssh/id_rsa.pub`

{% endcapture %}
{{ linux-content-copy | markdownify }}
<hr>
</div>
</div>
3 changes: 3 additions & 0 deletions _includes/content/ssh/ssh-find-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

{% endcapture %}
{{ mac-content-find | markdownify }}
<hr>
</div>

<div id="win-find-keys" class="tab-pane fade">
Expand Down Expand Up @@ -77,6 +78,7 @@

{% endcapture %}
{{ win-content-find | markdownify }}
<hr>
</div>

<div id="linux-find-keys" class="tab-pane fade">
Expand Down Expand Up @@ -114,5 +116,6 @@

{% endcapture %}
{{ linux-content-find | markdownify }}
<hr>
</div>
</div>
3 changes: 3 additions & 0 deletions _includes/content/ssh/ssh-gen-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
```
{% endcapture %}
{{ mac-content-gen | markdownify }}
<hr>
</div>

<div id="win-key-gen" class="tab-pane fade">
Expand Down Expand Up @@ -69,6 +70,7 @@
```
{% endcapture %}
{{ win-content-gen | markdownify }}
<hr>
</div>

<div id="linux-key-gen" class="tab-pane fade">
Expand Down Expand Up @@ -102,5 +104,6 @@
```
{% endcapture %}
{{ linux-content-gen | markdownify }}
<hr>
</div>
</div>