about page
parent
7109d419f9
commit
21f671517b
|
|
@ -0,0 +1,47 @@
|
|||
{{ define "_about" }}
|
||||
<div class="fullscreen tb_fullscreen">
|
||||
<h1>Welcome!</h1>
|
||||
|
||||
<h2>TLDR; how do I write something?</h2>
|
||||
<div>
|
||||
<ol>
|
||||
<li>Click a `+` button somewhere in the tree on the left</li>
|
||||
<li>Hit "save"</li>
|
||||
<li>You'll see "Success!" in green at the bottom on save</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h2>What is this?</h2>
|
||||
<div>
|
||||
This is a one-stop shop for reading, searching, and optionally writing docs.
|
||||
</div>
|
||||
|
||||
<h2>Why would I use it? (It looks a little... "janky", no offense)</h2>
|
||||
<div>
|
||||
<ul>
|
||||
<li>Load your Gitlab, Gitlab Wikis, Google Docs, Google Spreadsheets, and Google Slides and enjoy that search bar above.</li>
|
||||
<li>No version control BUT very fast to edit and hit "save"</li>
|
||||
<li>Automagically updates, so throw a link to your docs here and continue using Gitlab/Google/etc. as you were</li>
|
||||
<li>Link to a Gitlab repo/path/wiki and automagically get the entire tree</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2>What's this about magic?</h2>
|
||||
<div>
|
||||
<ul>
|
||||
<li>Create a file that just contains "https://gitlab.com/my/repo/-/tree/master/README.md" or "https://docs.google.com/docs/my-doc/edit", wait some time, and now it's an updating version of that doc</li>
|
||||
<li>Create a file that just contains "https://gitlab.com/my/repo/-/tree/master/runbooks", wait some time, and now it's an updating version of all those docs</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2>I got a bone to pick with you!!! Who are you exactly?</h2>
|
||||
<div>
|
||||
<table>
|
||||
<tr><td> Slack User </td><td> @breel </td></tr>
|
||||
<tr><td> Email </td><td> breel@qualtrics.com </td></tr>
|
||||
<tr><td> Slack Channel </td><td> #storage-platform </td></tr>
|
||||
<tr><td> Gitlab </td><td> TODO </td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
Loading…
Reference in New Issue