Skip to content

Commit 9e12158

Browse files
committed
chore: Add link to jet documentation
1 parent a4c0b61 commit 9e12158

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/footer.rs

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ pub fn Footer() -> impl IntoView {
99
"🚀 "
1010
<a href="https://simfony-lang.com/" target="blank">Simfony Lander</a>
1111
</div>
12+
<div>
13+
"📜 "
14+
<a href="https://docs.rs/simfony-as-rust/latest/simfony_as_rust/jet/index.html" target="blank">Jet documentation</a>
15+
</div>
1216
<div>
1317
"🛠️ "
1418
<a href="https://github.com/uncomputable/simfony-webide" target="blank">Simfony web IDE GitHub repository</a>

0 commit comments

Comments
 (0)