Skip to content

Commit 6d6be1d

Browse files
authored
Add links to the new API docs (#257)
1 parent 8461fcb commit 6d6be1d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

hugo/content/api/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "API"
3+
weight: 300
4+
---
5+
<meta http-equiv="refresh" content="0; url=https://eclipse-langium.github.io/langium/"/>

hugo/layouts/partials/langium-mobile-menu.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<a href="/playground/" class="nav-link-mobile">
3737
Playground
3838
</a>
39+
<a href="https://eclipse-langium.github.io/langium/" class="nav-link-mobile">
40+
API
41+
</a>
3942
<a href="https://www.typefox.io/language-engineering/" class="nav-link-mobile">
4043
Support
4144
</a>

hugo/layouts/partials/langium-nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<a href="/playground/" class="nav-link-desktop">
99
Playground
1010
</a>
11+
<a href="https://eclipse-langium.github.io/langium/" class="nav-link-desktop">
12+
API
13+
</a>
1114
<a href="https://www.typefox.io/language-engineering/"
1215
class="nav-link-desktop text-emeraldLangium dark:text-emeraldLangium">
1316
Support

0 commit comments

Comments
 (0)