Merged upstream changes
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 2 Mar 2024 23:25:27 +0000 (17:25 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 2 Mar 2024 23:25:27 +0000 (17:25 -0600)
onyx-pkg.kdl
www/templates/partials/navbar.html

index 5c4edb336b66f13f97f365350c86ec3f3b5b72f4..a7cd0edf2959280788941154bff3bd601449a7e6 100644 (file)
@@ -12,8 +12,8 @@ config {
 }
 
 dependencies {
-    http-server "0.3.0" git="https://github.com/onyx-lang/pkg-http-server" 
-    otmp "0.0.34" git="https://github.com/onyx-lang/pkg-otmp" 
+    http-server "0.3.1" git="https://github.com/onyx-lang/pkg-http-server" 
+    otmp "0.0.36" git="https://github.com/onyx-lang/pkg-otmp" 
 }
 
 build {
index e4fbc02ef2543ce53b5f17629ba63c60ccc27f10..a5d45391aa2ea92087ec4a82c85bfcf2034007fd 100644 (file)
@@ -25,6 +25,7 @@
 
         <div>
             <a target="_blank" href="https://try.onyxlang.io"><span>Try Onyx</span></a>
+            <a href="/examples"><span {{ if navbar_page == "examples" }} class="active" {{ endif }}>Examples</span></a>
             <a href="/docs"><span {{ if navbar_page == "docs" }} class="active" {{ endif }}>Docs</span></a>
             <a href="/news"><span {{ if navbar_page == "news" }} class="active" {{ endif }}>News</span></a>
             <a href="/community"><span {{ if navbar_page == "community" }} class="active" {{ endif }}>Community</span></a>