Update docs organization

This commit is contained in:
youngchief btw ツ 2020-04-04 00:12:38 +00:00
parent c68e79e37c
commit be0af27035
15 changed files with 294 additions and 69 deletions

View File

@ -1,17 +0,0 @@
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<h1 id="custom-domains">Custom Domains</h1>
<hr />
<p><strong>How do I link my Glitch project /w a domain??</strong></p>
<ul>
<li>Go to your project in the editor,</li>
<li>Click the <strong>'Tools'</strong> menu,</li>
<li>
Click <strong>'Custom Domains'</strong>, and follow the instructions
provided.
</li>
</ul>
<p><strong>How do I unlink my Glitch project /w a domain??</strong></p>
<p>
Email <a href="mailto:support@glitch.com">support@glitch.com</a> for domain
removals
</p>

View File

@ -1,25 +0,0 @@
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<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>

View File

@ -1,15 +0,0 @@
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<h1 id="invite-people-to-projects">Invite people to projects</h1>
<hr />
<p>Options</p>
<ul>
<li>
<strong>1.</strong> Invite them using clicking their profile picture while
they are viewing your project (DOES'T WORK ON PRIVATE PROJECTS).
</li>
<li>
<strong>2.</strong> Send them an invite link, which gives them access
(editing, etc). To do this, go to the editor, click on the top left where it
says 'Share', and there you go, send that invite link to them.
</li>
</ul>

View File

@ -1,11 +0,0 @@
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<h1 id="need-to-make-a-project-private-">Need to make a project private?</h1>
<hr />
<p>
Go to the upper left corner in the editor, click the dropdown menu, and click
the checkbox that says 'Make this project private', you are done!
</p>
<p>
Need to invite someone the the project to they can edit? Go
<a href="/docs/html/InviteToProject.md">here</a>.
</p>

View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<title>Untitled</title>
<style>
code {
white-space: pre-wrap;
}
span.smallcaps {
font-variant: small-caps;
}
span.underline {
text-decoration: underline;
}
div.column {
display: inline-block;
vertical-align: top;
width: 50%;
}
div.hanging-indent {
margin-left: 1.5em;
text-indent: -1.5em;
}
ul.task-list {
list-style: none;
}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="custom-domains">Custom Domains</h1>
<hr />
<p><strong>How do I link my Glitch project /w a domain??</strong></p>
<ul>
<li>Go to your project in the editor,</li>
<li>Click the <strong>'Tools'</strong> menu,</li>
<li>
Click <strong>'Custom Domains'</strong>, and follow the instructions
provided.
</li>
</ul>
<p><strong>How do I unlink my Glitch project /w a domain??</strong></p>
<p>
Email <a href="mailto:support@glitch.com">support@glitch.com</a> for
domain removals
</p>
<p><strong>I encountered an issue when linking</strong></p>
<p>
Report it at <a href="https://support.glitch.com/">support.glitch.com</a>
</p>
</body>
</html>

65
docs/html5/GitURL.html Normal file
View File

@ -0,0 +1,65 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<title>Untitled</title>
<style>
code {
white-space: pre-wrap;
}
span.smallcaps {
font-variant: small-caps;
}
span.underline {
text-decoration: underline;
}
div.column {
display: inline-block;
vertical-align: top;
width: 50%;
}
div.hanging-indent {
margin-left: 1.5em;
text-indent: -1.5em;
}
ul.task-list {
list-style: none;
}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<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"
title="Step One"
alt="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"
title="Step Two"
alt="Step Two"
/>
</p>
</body>
</html>

View File

@ -0,0 +1,55 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<title>Untitled</title>
<style>
code {
white-space: pre-wrap;
}
span.smallcaps {
font-variant: small-caps;
}
span.underline {
text-decoration: underline;
}
div.column {
display: inline-block;
vertical-align: top;
width: 50%;
}
div.hanging-indent {
margin-left: 1.5em;
text-indent: -1.5em;
}
ul.task-list {
list-style: none;
}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="invite-people-to-projects">Invite people to projects</h1>
<hr />
<p>Options</p>
<ul>
<li>
<strong>1.</strong> Invite them using clicking their profile picture
while they are viewing your project (DOESN'T WORK ON PRIVATE PROJECTS).
</li>
<li>
<strong>2.</strong> Send them an invite link, which gives them access
(editing, etc). To do this, go to the editor, click on the top left
where it says 'Share', and there you go, send that invite link to them.
</li>
</ul>
</body>
</html>

View File

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<title>Untitled</title>
<style>
code {
white-space: pre-wrap;
}
span.smallcaps {
font-variant: small-caps;
}
span.underline {
text-decoration: underline;
}
div.column {
display: inline-block;
vertical-align: top;
width: 50%;
}
div.hanging-indent {
margin-left: 1.5em;
text-indent: -1.5em;
}
ul.task-list {
list-style: none;
}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="need-to-make-a-project-private">Need to make a project private?</h1>
<hr />
<p>
Go to the upper left corner in the editor, click the dropdown menu, and
click the checkbox that says 'Make this project private', you are done!
</p>
<p>
Need to invite someone the the project to they can edit? Go
<a href="/docs/md/InviteToProject.md">here</a>.
</p>
</body>
</html>

View File

@ -11,3 +11,7 @@
**How do I unlink my Glitch project /w a domain??**
Email [support@glitch.com](mailto:support@glitch.com) for domain removals
**I encountered an issue when linking**
Report it at [support.glitch.com](https://support.glitch.com/)

View File

@ -5,4 +5,4 @@
Options
- **1.** Invite them using clicking their profile picture while they are viewing your project (DOESN'T WORK ON PRIVATE PROJECTS).
- **2.** Send them an invite link, which gives them access (editing, etc). To do this, go to the editor, click on the top left where it says 'Share', and there you go, send that invite link to them.
- **2.** Send them an invite link, which gives them access (editing, etc). To do this, go to the editor, click on the top left where it says 'Share', and there you go, send that invite link to them.

View File

@ -0,0 +1,19 @@
Custom Domains
------------------------------------------------------------------------
How do I link my Glitch project /w a domain??
- Go to your project in the editor,
- Click the 'Tools' menu,
- Click 'Custom Domains', and follow the instructions provided.
How do I unlink my Glitch project /w a domain??
Email support@glitch.com for domain removals
I encountered an issue when linking
Report it at [support.glitch.com][]
[support.glitch.com]: https://support.glitch.com/

17
docs/txt/GitURL.txt Normal file
View File

@ -0,0 +1,17 @@
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][]]
[[Step Two][]]
[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"

View File

@ -0,0 +1,11 @@
Invite people to projects
------------------------------------------------------------------------
Options
- 1. Invite them using clicking their profile picture while they are
viewing your project (DOESN'T WORK ON PRIVATE PROJECTS).
- 2. Send them an invite link, which gives them access (editing, etc).
To do this, go to the editor, click on the top left where it says
'Share', and there you go, send that invite link to them.

View File

@ -0,0 +1,10 @@
Need to make a project private?
------------------------------------------------------------------------
Go to the upper left corner in the editor, click the dropdown menu, and
click the checkbox that says 'Make this project private', you are done!
Need to invite someone the the project to they can edit? Go [here][].
[here]: /docs/md/InviteToProject.md