Skip to content

Commit

Permalink
Update path for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Nov 22, 2023
1 parent af618d2 commit bcf07ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/new/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About Nitro
slug: /docs
slug: /about
---

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.
Expand Down
1 change: 1 addition & 0 deletions docs/docs/new/architecture.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Architecture
slug: /achitecture
---

![Nitro Architecture](img/architecture.drawio.png)
Expand Down
1 change: 1 addition & 0 deletions docs/docs/new/build-source.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Build From Source
slug: /build-source
---

This guide provides step-by-step instructions for building Nitro from source on Linux, macOS, and Windows systems.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/new/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: FAQs
slugs: /faq
slug: /faq
---

### 1. Is Nitro the same as Llama.cpp with an API server?
Expand Down
1 change: 1 addition & 0 deletions docs/docs/new/model-cycle.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Model Life Cycle
slug: /model-cycle
---

## Load model
Expand Down
1 change: 1 addition & 0 deletions docs/docs/new/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Quickstart
slug: /quickstart
---

## Step 1: Install Nitro
Expand Down

0 comments on commit bcf07ed

Please sign in to comment.