mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
improved landing page
This commit is contained in:
parent
292d2ecd87
commit
2c2b0c3062
2 changed files with 4 additions and 7 deletions
|
@ -101,7 +101,7 @@ integration:
|
|||
website:
|
||||
stage: deploy
|
||||
script:
|
||||
- rsync web/landing.html $DEPLOY_PATH/index.html
|
||||
- rsync web/ $DEPLOY_PATH/
|
||||
only:
|
||||
- develop
|
||||
tags:
|
||||
|
|
|
@ -15,11 +15,8 @@
|
|||
<li><a href="http://git.rwth-aachen.de/acs/VILLASnode">RWTH GitLab</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Documentation</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="doc/develop/html">develop</a></li>
|
||||
<li><a href="doc/master/html/">master</a></li>
|
||||
</ul>
|
||||
<h3><a href="doc/">Documentation</a></h3>
|
||||
<h3><a href="coverage/">Coverage</a></h3>
|
||||
<h3><a href="socket/">WebSocket demo</a></h3>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue