Add Glitch Git URL documenation (HTML & MD)

This commit is contained in:
youngchief btw ツ 2020-04-03 20:14:20 +00:00
parent 006c1d7c21
commit 4f2262cb2f
2 changed files with 35 additions and 0 deletions

24
docs/html/GitURL.html Normal file
View File

@ -0,0 +1,24 @@
<h1 id="git-url">Git URL</h1>
<hr />
<p><strong>How do I get my Git URL??</strong></p>
<p>
<em
>Go to your project in the editor, tap the <strong>Tools</strong> menu at
the bottom left, click <strong>Import and Export</strong>, and there is your
special <strong>Git URL</strong>.</em
>
</p>
<p>
<img
src="https://cdn.glitch.com/738d3a51-0b75-41c1-9a31-fb217072775d%2FScreenshot%202020-04-03%20at%209.22.26%20AM.png"
alt="Step One"
title="Step One"
/>
</p>
<p>
<img
src="https://cdn.glitch.com/738d3a51-0b75-41c1-9a31-fb217072775d%2FScreenshot%202020-04-03%20at%209.22.55%20AM.png"
alt="Step Two"
title="Step Two"
/>
</p>

11
docs/md/GitURL.md Normal file
View File

@ -0,0 +1,11 @@
# Git URL
---
**How do I get my Git URL??**
_Go to your project in the editor, tap the **Tools** menu at the bottom left, click **Import and Export**, and there is your special **Git URL**._
![Step One](https://cdn.glitch.com/738d3a51-0b75-41c1-9a31-fb217072775d%2FScreenshot%202020-04-03%20at%209.22.26%20AM.png "Step One")
![Step Two](https://cdn.glitch.com/738d3a51-0b75-41c1-9a31-fb217072775d%2FScreenshot%202020-04-03%20at%209.22.55%20AM.png "Step Two")