mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
some small improvements
This commit is contained in:
parent
0de969fc5b
commit
3559527bda
4 changed files with 6 additions and 35 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ pipeline {
|
||||||
branch 'main'
|
branch 'main'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'cd docs; docfx.exe'
|
sh 'cd docs; docfx'
|
||||||
sh 'rm -rf /var/www/tinylifedocs/*'
|
sh 'rm -rf /var/www/tinylifedocs/*'
|
||||||
sh 'cp -r docs/_site/. /var/www/tinylifedocs/'
|
sh 'cp -r docs/_site/. /var/www/tinylifedocs/'
|
||||||
}
|
}
|
||||||
|
|
27
docs/templates/darkfx/styles/main.css
vendored
27
docs/templates/darkfx/styles/main.css
vendored
|
@ -441,30 +441,3 @@ input:checked + .slider:before {
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1600px) {
|
|
||||||
.container {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.sidefilter {
|
|
||||||
width: 18%;
|
|
||||||
}
|
|
||||||
.sidetoc {
|
|
||||||
width: 18%;
|
|
||||||
}
|
|
||||||
.article.grid-right {
|
|
||||||
margin-left: 19%;
|
|
||||||
}
|
|
||||||
.sideaffix {
|
|
||||||
width: 11.5%;
|
|
||||||
}
|
|
||||||
.affix ul>li.active>a {
|
|
||||||
white-space: initial;
|
|
||||||
}
|
|
||||||
.affix ul>li>a {
|
|
||||||
width: 99%;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +1,5 @@
|
||||||
- name: Get the Game
|
- name: Get the Game
|
||||||
href: https://tinylifegame.com
|
href: https://tinylifegame.com
|
||||||
- name: Roadmap
|
|
||||||
href: https://tinylifegame.com/roadmap
|
|
||||||
- name: Tutorials
|
- name: Tutorials
|
||||||
href: articles/
|
href: articles/
|
||||||
- name: API Documentation
|
- name: API Documentation
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
<a class="link" href="https://twitter.com/TinyLifeGame">Follow on Twitter</a>
|
<a class="link" href="https://twitter.com/TinyLifeGame">Follow on Twitter</a>
|
||||||
<a class="link" href="https://ellpeck.de/discord">Join the Discord</a>
|
<a class="link" href="https://ellpeck.de/discord">Join the Discord</a>
|
||||||
<a class="link" href="https://docs.tinylifegame.com">See Modding Docs</a>
|
<a class="link" href="https://docs.tinylifegame.com">See Documentation</a>
|
||||||
<a class="link" href="https://press.ellpeck.de/tinylife/">Get Press Kit</a>
|
<a class="link" href="https://press.ellpeck.de/tinylife/">Get Press Kit</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue