diff --git a/docs/docs/api/overview.md b/docs/docs/api/overview.md index 7137deb37..2ed3c8202 100644 --- a/docs/docs/api/overview.md +++ b/docs/docs/api/overview.md @@ -1,3 +1,7 @@ --- title: Overview --- + +:::info Comming Soon +Updating... +::: \ No newline at end of file diff --git a/docs/docs/community/support.md b/docs/docs/community/support.md index ef13a5efa..e0b701971 100644 --- a/docs/docs/community/support.md +++ b/docs/docs/community/support.md @@ -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/) \ No newline at end of file diff --git a/docs/docs/guides/overview.md b/docs/docs/guides/overview.md index 8e7f03312..b989559e3 100644 --- a/docs/docs/guides/overview.md +++ b/docs/docs/guides/overview.md @@ -1,6 +1,7 @@ --- title: Overview -slug: /guides --- -About Nitro +:::info Comming Soon +Updating... +::: diff --git a/docs/docs/guides/troubleshooting.md b/docs/docs/guides/troubleshooting.md index f7010e49f..d2db9d72a 100644 --- a/docs/docs/guides/troubleshooting.md +++ b/docs/docs/guides/troubleshooting.md @@ -1,3 +1,7 @@ --- title: Troubleshooting Nitro --- + +:::info Comming Soon +Updating... +::: \ No newline at end of file diff --git a/docs/docs/nitro/installation.mdx b/docs/docs/nitro/installation.mdx index 06b1d92a5..0118a62bd 100644 --- a/docs/docs/nitro/installation.mdx +++ b/docs/docs/nitro/installation.mdx @@ -39,7 +39,7 @@ cmake -DLLAMA_METAL=OFF ..
mkdir build && cd build
cmake -DLLAMA_CUBLAS=ON ..
- +

In the terminal, run:

mkdir build && cd build
cmake ..