11<p align =" center " >
2- <a href =" https://github.com/torqbit/torqbit " target =" _blank " rel =" noopener noreferrer " >
3- <img src="https://cdn.torqbit.com/static/brand/logo .png" alt="Torqbit Logo" width="250"/>
2+ <a href =" https://github.com/torqbit/toq " target =" _blank " rel =" noopener noreferrer " >
3+ <img src="https://cdn.torqbit.com/static/brand/toq/toq .png" alt="Torqbit Logo" width="250"/>
44 </a >
55</p >
66
99</p >
1010
1111<p align =" center " >
12- <a href =" https://github.com/torqbit/torqbit /blob/main/LICENSE " target =" _blank " rel =" noopener noreferrer " >
12+ <a href =" https://github.com/torqbit/toq /blob/main/LICENSE " target =" _blank " rel =" noopener noreferrer " >
1313 <img src="https://img.shields.io/github/license/torqbit/torqbit?style=flat" alt="License"/>
1414 </a >
15- <a href =" https://github.com/torqbit/torqbit /graphs/contributors " target =" _blank " rel =" noopener noreferrer " >
15+ <a href =" https://github.com/torqbit/toq /graphs/contributors " target =" _blank " rel =" noopener noreferrer " >
1616 <img src="https://img.shields.io/github/contributors/torqbit/torqbit?style=flat" alt="Contributors"/>
1717 </a >
18- <a href =" https://github.com/torqbit/torqbit /issues " target =" _blank " rel =" noopener noreferrer " >
18+ <a href =" https://github.com/torqbit/toq /issues " target =" _blank " rel =" noopener noreferrer " >
1919 <img src="https://img.shields.io/github/issues/torqbit/torqbit?style=flat" alt="Issues"/>
2020 </a >
2121 <a href =" https://discord.gg/DHU38pGw7C " target =" _blank " rel =" noopener noreferrer " >
2424</p >
2525
2626<p align =" center " >
27- <img src =" screenshots/ai-assistant.png " alt =" Torqbit " width =" 800 " style =" border-radius : 4px ;" />
27+ <img src =" screenshots/ai-assistant.png " alt =" toq " width =" 800 " style =" border-radius : 4px ;" />
2828</p >
2929
3030---
@@ -46,7 +46,7 @@ Torqbit makes your **documentation AI-powered and conversational**. Developers c
4646| 📚 ** Multi-source Knowledge** | Integrate GitHub, GitBook, Notion, Google Drive, Markdown |
4747| 🔗 ** Universal Embedding** | Widget works seamlessly with any static or dynamic docs site |
4848| 🌐 ** Dedicated Query Endpoint** | Offer ask.yourdomain.com for direct Q&A access |
49- | 🛠 ** Open Source & Extensible** | Customize connectors and behaviors easily |
49+ | 🛠 ** Open Source & Extensible** | Customize connectors and behaviors easily |
5050
5151---
5252
@@ -61,10 +61,11 @@ _Chat directly inside your docs for real-time answers._
6161## 🏁 Quick Start using Docker
6262
6363``` bash
64- npx torqbit
64+ npx @ torqbit/toq
6565```
6666
6767- What it does:
68+
6869 - Checks for Docker and Docker Compose.
6970 - Writes a ` docker-compose.yml ` to your current directory (asks before overwriting).
7071 - Starts the stack with ` docker compose up -d --build ` .
@@ -92,8 +93,8 @@ npx torqbit
9293### Run Locally
9394
9495``` bash
95- git clone https://github.com/torqbit/torqbit .git
96- cd torqbit
96+ git clone https://github.com/torqbit/toq .git
97+ cd toq
9798yarn install
9899yarn dev
99100```
0 commit comments