Skip to content

Commit

Permalink
fix(community): discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 committed Mar 3, 2024
1 parent 902c44c commit 26d856e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/community/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 4

Nevalang is a promising language with a unique set of characteristics that give it the potential to become a mature and powerful tool in the programming world. We are actively seeking contributors and users to join our community. Whether you're interested in using Nevalang or contributing to its development, there's a place for you here. Don't hesitate to join us and discover how you can make the most of Nevalang today. Who knows? Maybe in the future, we'll see job opportunities in Nevalang. We look forward to welcoming you to our community!

- [Discord](https://discord.gg/8fhETxQR)
- [Discord](https://discord.gg/Mb6UUZdfXA)
- [Reddit](https://www.reddit.com/r/nevalang/)
- [Telegram group](https://t.me/+H1kRClL8ppI1MWJi)
- [Telegram channel](https://t.me/+H1kRClL8ppI1MWJi)
2 changes: 1 addition & 1 deletion content/docs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ neva version
And see output like this (version could differ):

```
0.8.0
0.9.0
```

## Creating Your First Project
Expand Down
2 changes: 1 addition & 1 deletion public/community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<h1 class="text-center">Community</h1>
<p>Nevalang is a promising language with a unique set of characteristics that give it the potential to become a mature and powerful tool in the programming world. We are actively seeking contributors and users to join our community. Whether you&rsquo;re interested in using Nevalang or contributing to its development, there&rsquo;s a place for you here. Don&rsquo;t hesitate to join us and discover how you can make the most of Nevalang today. Who knows? Maybe in the future, we&rsquo;ll see job opportunities in Nevalang. We look forward to welcoming you to our community!</p>
<ul>
<li><a href="https://discord.gg/8fhETxQR">Discord</a></li>
<li><a href="https://discord.gg/Mb6UUZdfXA">Discord</a></li>
<li><a href="https://www.reddit.com/r/nevalang/">Reddit</a></li>
<li><a href="https://t.me/+H1kRClL8ppI1MWJi">Telegram group</a></li>
<li><a href="https://t.me/+H1kRClL8ppI1MWJi">Telegram channel</a></li>
Expand Down
2 changes: 1 addition & 1 deletion public/docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link>https://nevalang.org/docs/quick-start/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nevalang.org/docs/quick-start/</guid>
<description>Install Nevalang and create your first project in one minute!&#xA;Installing Nevalang To begin, download the Nevalang installation script using the following command:&#xA;curl -sSL https://raw.githubusercontent.com/nevalang/neva/main/scripts/install.sh | bash If everything is ok you should be able to execute&#xA;neva version And see output like this (version could differ):&#xA;0.8.0 Creating Your First Project Let&amp;rsquo;s create a new project named test. Execute the following commands to set up your project:&#xA;neva new test This command will create test directory with neva.</description>
<description>Install Nevalang and create your first project in one minute!&#xA;Installing Nevalang To begin, download the Nevalang installation script using the following command:&#xA;curl -sSL https://raw.githubusercontent.com/nevalang/neva/main/scripts/install.sh | bash If everything is ok you should be able to execute&#xA;neva version And see output like this (version could differ):&#xA;0.9.0 Creating Your First Project Let&amp;rsquo;s create a new project named test. Execute the following commands to set up your project:&#xA;neva new test This command will create test directory with neva.</description>
</item>
<item>
<title>Compiler directives</title>
Expand Down
2 changes: 1 addition & 1 deletion public/docs/quick-start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2 id="installing-nevalang">Installing Nevalang</h2>
</span></span></code></pre></div><p>If everything is ok you should be able to execute</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>neva version
</span></span></code></pre></div><p>And see output like this (version could differ):</p>
<pre tabindex="0"><code>0.8.0
<pre tabindex="0"><code>0.9.0
</code></pre><h2 id="creating-your-first-project">Creating Your First Project</h2>
<p>Let&rsquo;s create a new project named <code>test</code>. Execute the following commands to set up your project:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>neva new test
Expand Down
2 changes: 1 addition & 1 deletion public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<link>https://nevalang.org/docs/quick-start/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nevalang.org/docs/quick-start/</guid>
<description>Install Nevalang and create your first project in one minute!&#xA;Installing Nevalang To begin, download the Nevalang installation script using the following command:&#xA;curl -sSL https://raw.githubusercontent.com/nevalang/neva/main/scripts/install.sh | bash If everything is ok you should be able to execute&#xA;neva version And see output like this (version could differ):&#xA;0.8.0 Creating Your First Project Let&amp;rsquo;s create a new project named test. Execute the following commands to set up your project:&#xA;neva new test This command will create test directory with neva.</description>
<description>Install Nevalang and create your first project in one minute!&#xA;Installing Nevalang To begin, download the Nevalang installation script using the following command:&#xA;curl -sSL https://raw.githubusercontent.com/nevalang/neva/main/scripts/install.sh | bash If everything is ok you should be able to execute&#xA;neva version And see output like this (version could differ):&#xA;0.9.0 Creating Your First Project Let&amp;rsquo;s create a new project named test. Execute the following commands to set up your project:&#xA;neva new test This command will create test directory with neva.</description>
</item>
<item>
<title>Type System (WIP)</title>
Expand Down

0 comments on commit 26d856e

Please sign in to comment.