Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit b71ebc3

Browse files
committed
Archive documentation
1 parent 88ff80c commit b71ebc3

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
_site
66
.sass-cache
77
.jekyll-metadata
8+
.jekyll-cache

docs/_layouts/default.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
<body>
77

8+
<div style="position: fixed; bottom: 0; right: 0; padding: 16px 32px;z-index: 1000; backdrop-filter:blur(10px);background: rgba(255, 0, 0, 0.8);color:white !important;text-align:center;">
9+
<a style="color:white;text-decoration: underline;" href="https://github.com/soywiz-archive/jtransc/" target="_blank">JTransc</a> is Archived and not maintained anymore<br />
10+
Page kept for archiving purposes.<br />
11+
Check <a style="color:white;text-decoration: underline;" href="https://www.graalvm.org/" target="_blank">GraalVM</a> as alternative.
12+
</div>
13+
814
<nav class="navbar navbar-default navbar-fixed-top">
915
<div class="container-fluid">
1016
<div class="navbar-header">
@@ -29,8 +35,8 @@
2935
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
3036
<ul class="nav navbar-nav navbar-right">
3137
<li class="active"><a href="/"><i class="fa fa-book" aria-hidden="true"></i> Documentation</a></li>
32-
<li><a href="https://jtransc.soywiz.com/" target="_blank"><i class="fa fa-wordpress" aria-hidden="true"></i> Blog</a></li>
33-
<li><a href="https://github.com/jtransc/jtransc" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> Github</a></li>
38+
<li><a href="https://soywiz.com/tags/jtransc/" target="_blank"><i class="fa fa-wordpress" aria-hidden="true"></i> Blog</a></li>
39+
<li><a href="https://github.com/soywiz-archive/jtransc" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> Github</a></li>
3440
</ul>
3541
</div>
3642
</div>

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ <h2>Social networks and news and chat</h2>
116116
</p>
117117
<p>
118118
<a target="_blank" href="https://webchat.freenode.net/?channels=#jtransc"><img src="https://img.shields.io/badge/irc:%20chat.freenode.net-%23jtransc-green.svg" alt="irc" /></a>
119+
<!--
119120
<a target="_blank" href="https://jtransc-slack.herokuapp.com/"><img src="https://jtransc-slack.herokuapp.com/badge.svg" alt="Join the JTransc Community on Slack" /></a>
121+
-->
120122
</p>
121123
<!--
122124
<a href="https://twitter.com/jtransc"><img src="/i/youtube.svg" style="width:64px;height:64px;" /></a>

docs/serve.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
@docker run --rm --volume=".:/srv/jekyll" -p4000:4000 -p35729:35729 -it jekyll/jekyll:3 jekyll serve --livereload --watch --force_polling %*

0 commit comments

Comments
 (0)