Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5d8ac8f
Fix filename
musicvano Apr 30, 2026
7620d0b
Merge branch 'dev'
musicvano Apr 30, 2026
c72e914
Merge branch 'dev'
musicvano May 5, 2026
01cc9f7
Merge branch 'dev'
musicvano May 10, 2026
30952e4
Merge branch 'dev'
musicvano May 24, 2026
838e013
Update Rux code example to print 'Hello, World!'
Natuworkguy May 25, 2026
200ee82
Update hello-world.md
Natuworkguy May 26, 2026
db253ab
Fixed typo in identifiers.md
BlackSound1 May 26, 2026
16fb81e
Add Reddit, YouTube, rux update command
musicvano May 26, 2026
63901d6
Merge branch 'dev'
musicvano May 26, 2026
1498c1a
Merge pull request #5 from BlackSound1/patch-1
musicvano May 27, 2026
355fb9f
Merge pull request #3 from Natuworkguy/update-example-code
musicvano May 27, 2026
8eb95b2
Merge branch 'main' into fix-tutorial-example
musicvano May 27, 2026
beb82ee
Merge pull request #2 from Natuworkguy/fix-tutorial-example
musicvano May 27, 2026
73b2b8a
Add commands for package manager
musicvano May 27, 2026
3619743
Merge branch 'dev'
musicvano May 27, 2026
17ce8d1
Fix edit this page on GitHub
musicvano May 27, 2026
e9c01b7
Merge branch 'dev'
musicvano May 27, 2026
d974793
Fix typo
musicvano May 30, 2026
e887349
add warnings
logic-mindful May 30, 2026
f786a00
fix typos
logic-mindful May 30, 2026
be3cfac
Merge pull request #9 from logic-mindful/dev
Natuworkguy May 30, 2026
9b856ad
Range & Spread Operators
logic-mindful May 31, 2026
308d18f
extend list of available packages
logic-mindful May 31, 2026
2f5571d
Illumos API bindings
logic-mindful May 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .claude/settings.local.json

This file was deleted.

55 changes: 37 additions & 18 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,13 @@ export default defineConfig({
{ text: "rux help", link: "/cli/help" },
{ text: "rux init", link: "/cli/init" },
{ text: "rux install", link: "/cli/install" },
{ text: "rux list", link: "/cli/list" },
{ text: "rux new", link: "/cli/new" },
{ text: "rux remove", link: "/cli/remove" },
{ text: "rux run", link: "/cli/run" },
{ text: "rux test", link: "/cli/test" },
{ text: "rux up", link: "/cli/up" },
{ text: "rux uninstall", link: "/cli/uninstall" },
{ text: "rux update", link: "/cli/update" },
{ text: "rux version", link: "/cli/version" },
],
},
Expand Down Expand Up @@ -222,7 +224,10 @@ export default defineConfig({
text: "2026",
collapsed: true,
items: [
{ text: "Rux 0.2.0 — A Real Language", link: "/blog/release-v0.2.0" },
{
text: "Rux 0.2.0 — A Real Language",
link: "/blog/release-v0.2.0",
},
{ text: "Rux 0.1.0 — It Compiles!", link: "/blog/release-v0.1.0" },
],
},
Expand All @@ -237,10 +242,36 @@ export default defineConfig({
socialLinks: [
{
icon: "github",
link: "https://github.com/rux-lang",
link: "https://github.com/rux-lang/Rux",
ariaLabel: "GitHub",
},
{ icon: "x", link: "https://x.com/ruxlang", ariaLabel: "X" },
{
icon: {
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M19.2,1.2c2.65,0,4.8,2.15,4.8,4.8v9.6c0,2.65-2.15,4.8-4.8,4.8h-3.1l-3.25,3.25c-.43.43-1.11.47-1.58.1l-.11-.1-3.25-3.25h-3.1c-2.56,0-4.67-2.01-4.79-4.56v-.24s0-9.6,0-9.6C0,3.35,2.15,1.2,4.8,1.2h14.4ZM14.4,12h-7.2c-.66,0-1.2.54-1.2,1.2s.54,1.2,1.2,1.2h7.2c.66,0,1.2-.54,1.2-1.2s-.54-1.2-1.2-1.2M16.8,7.2H7.2c-.66,0-1.2.54-1.2,1.2s.54,1.2,1.2,1.2h9.6c.66,0,1.2-.54,1.2-1.2s-.54-1.2-1.2-1.2" /></svg>',
},
link: "https://github.com/rux-lang/Rux/discussions",
ariaLabel: "Discussions",
},
{
icon: "discord",
link: "https://discord.com/invite/uvSHjtZSVG",
ariaLabel: "Discord",
},
{
icon: "reddit",
link: "https://www.reddit.com/r/ruxlang",
ariaLabel: "Reddit",
},
{
icon: "youtube",
link: "https://www.youtube.com/@ruxlang",
ariaLabel: "YouTube",
},
{
icon: "x",
link: "https://x.com/ruxlang",
ariaLabel: "X",
},
{
icon: "bluesky",
link: "https://ruxlang.bsky.social",
Expand All @@ -256,24 +287,12 @@ export default defineConfig({
link: "https://t.me/ruxlang",
ariaLabel: "Telegram",
},
{
icon: "discord",
link: "https://discord.com/invite/uvSHjtZSVG",
ariaLabel: "Discord",
},
{
icon: {
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M19.2,1.2c2.65,0,4.8,2.15,4.8,4.8v9.6c0,2.65-2.15,4.8-4.8,4.8h-3.1l-3.25,3.25c-.43.43-1.11.47-1.58.1l-.11-.1-3.25-3.25h-3.1c-2.56,0-4.67-2.01-4.79-4.56v-.24s0-9.6,0-9.6C0,3.35,2.15,1.2,4.8,1.2h14.4ZM14.4,12h-7.2c-.66,0-1.2.54-1.2,1.2s.54,1.2,1.2,1.2h7.2c.66,0,1.2-.54,1.2-1.2s-.54-1.2-1.2-1.2M16.8,7.2H7.2c-.66,0-1.2.54-1.2,1.2s.54,1.2,1.2,1.2h9.6c.66,0,1.2-.54,1.2-1.2s-.54-1.2-1.2-1.2" /></svg>',
},
link: "https://github.com/rux-lang/Rux/discussions",
ariaLabel: "Discussions",
},
],

externalLinkIcon: true,

editLink: {
pattern: "https://github.com/rux-lang/Web/edit/main/docs/:path",
pattern: "https://github.com/rux-lang/Web/edit/dev/src/:path",
text: "Edit this page on GitHub",
},

Expand All @@ -289,7 +308,7 @@ export default defineConfig({
message:
'Released under the <a href="https://github.com/rux-lang/Rux/blob/main/LICENSE">MIT License</a>',
copyright:
'Copyright © 2026 <a href="https://github.com/musicvano">Ivan Muzyka</a>',
'Copyright © 2026 <a href="https://github.com/rux-lang">Rux Contributors</a>',
},
},

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Ivan Muzyka
Copyright (c) 2026 Rux Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading