Init First Documetation
This commit is contained in:
47
index.md
Normal file
47
index.md
Normal file
@@ -0,0 +1,47 @@
|
||||
title: Doku für 2020 Projekt
|
||||
title2: Das ist der Beginn der Doku für dieses Projekt
|
||||
template: title.html
|
||||
image: Documentation-binders.jpg
|
||||
|
||||
## Entwicklungsumgebungen
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">User</th>
|
||||
<th scope="col">Dev</th>
|
||||
<th scope="col">Test link</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">andis</th>
|
||||
<td><a href="https://dev.2020.fet.at/#/srv/django_test/test1" target="_blank">Entwicklung: Django Versuch von Andi </a></td>
|
||||
<td><a href="https://andisdjango.2020.fet.at/"> DevPort 8101</a> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">andis</th>
|
||||
<td><a href="https://dev.2020.fet.at/#/srv/test_1" target="_blank"> Design Test Foundation </a></td>
|
||||
<td><a href="https://design1.2020.fet.at/">design1.2020.fet.at - DevPort 8102</a> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">moses</th>
|
||||
<td><a href="https://dev.2020.fet.at/#/srv/moses/test1" target="_blank"> Test1 von Moses </a></td>
|
||||
<td><a href="https://mosestest1.2020.fet.at/"> DevPort 8103</a> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">andis</th>
|
||||
<td><a href="https://dev.2020.fet.at/#/srv/test_1" target="_blank"> Entwicklung: Test 1 um das Tutorial zu testen und Hello World in Flask umzusetzen </a></td>
|
||||
<td><a href="https://test1.2020.fet.at/"> DevPort 8104</a> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
$hello$
|
||||
## Bereiche
|
||||
$subfolders$
|
||||
|
||||
## Über diese App
|
||||
|
||||
[Link zum Bearbeiten dieser Doku](https://dev.2020.fet.at/#/srv/fet2020_doc)
|
||||
|
||||
[Link zu Entwicklungsumgebung für die app](https://dev.2020.fet.at/#/srv/fet2020_doc_app)
|
||||
Reference in New Issue
Block a user