Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit bcf07ed

Browse files
committed
Update path for SEO
1 parent af618d2 commit bcf07ed

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

docs/docs/new/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About Nitro
3-
slug: /docs
3+
slug: /about
44
---
55

66
Nitro is a high-efficiency C++ inference engine for edge computing, powering [Jan](https://jan.ai/). It is lightweight and embeddable, ideal for product integration.

docs/docs/new/architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Architecture
3+
slug: /achitecture
34
---
45

56
![Nitro Architecture](img/architecture.drawio.png)

docs/docs/new/build-source.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Build From Source
3+
slug: /build-source
34
---
45

56
This guide provides step-by-step instructions for building Nitro from source on Linux, macOS, and Windows systems.

docs/docs/new/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: FAQs
3-
slugs: /faq
3+
slug: /faq
44
---
55

66
### 1. Is Nitro the same as Llama.cpp with an API server?

docs/docs/new/model-cycle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Model Life Cycle
3+
slug: /model-cycle
34
---
45

56
## Load model

docs/docs/new/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Quickstart
3+
slug: /quickstart
34
---
45

56
## Step 1: Install Nitro

0 commit comments

Comments
 (0)