Skip to content

Commit

Permalink
update support.md and small change installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Nov 13, 2023
1 parent cb85601 commit af69651
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/docs/api/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Overview
---

:::info Comming Soon
Updating...
:::
14 changes: 12 additions & 2 deletions docs/docs/community/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,22 @@ On this page we've listed some Nitro-related communities that you can be a part

## Discord

Join our [Discord](https://discord.gg/FTk2MvZwJH) for questions and discussion. Use the `#nitro-dev`` channel for discussions or questions.
Join our [Discord community](https://discord.gg/FTk2MvZwJH) for real-time discussions and support:
- Use `#nitro-dev` for development-related questions.

## Github

Join our [Github](https://github.com/janhq/nitro) for understanding codebase.
Join our [Github](https://github.com/janhq/nitro) for understanding codebase. Here you can:

- Browse source code and documentation.
- Track development progress and upcoming features.
- Report bugs or issues, and suggest improvements.

## News
For the latest news about Nitro, follow [Nitro Discord](https://discord.gg/FTk2MvZwJH) and the [official Nitro blog](https://nitro.jan.ai) on this website.

---

To understand the full potential of Nitro, we recommend experiencing it in action through [Jan](https://jan.ai/). Jan utilizes Nitro's capabilities, offering a practical demonstration of its efficiency and versatility. Explore Jan to see how Nitro powers real-world applications.

[Explore Jan](https://jan.ai/)
5 changes: 3 additions & 2 deletions docs/docs/guides/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Overview
slug: /guides
---

About Nitro
:::info Comming Soon
Updating...
:::
4 changes: 4 additions & 0 deletions docs/docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Troubleshooting Nitro
---

:::info Comming Soon
Updating...
:::
2 changes: 1 addition & 1 deletion docs/docs/nitro/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cmake -DLLAMA_METAL=OFF ..</code></pre>
<pre><code>mkdir build && cd build<br/>
cmake -DLLAMA_CUBLAS=ON ..</code></pre>
</TabItem>
<TabItem value="macosAppleSilicon" label="MacOS (Apple Silicon)">
<TabItem value="macosAppleSilicon" label="MacOS (Apple)">
<p>In the terminal, run:</p>
<pre><code>mkdir build && cd build<br/>
cmake ..</code></pre>
Expand Down

0 comments on commit af69651

Please sign in to comment.