Spaces:
Build error
Build error
Commit ·
ec5c3f9
1
Parent(s): acad54a
Update Discord invite link across all docs
Browse files- README.md +2 -2
- docs/index.md +2 -2
- mkdocs.yml +1 -1
README.md
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
<a href="https://chopratejas.github.io/headroom/">
|
| 34 |
<img src="https://img.shields.io/badge/docs-GitHub%20Pages-blue.svg" alt="Documentation">
|
| 35 |
</a>
|
| 36 |
-
<a href="https://discord.gg/
|
| 37 |
<img src="https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord&logoColor=white" alt="Discord">
|
| 38 |
</a>
|
| 39 |
</p>
|
|
@@ -417,7 +417,7 @@ Python 3.10+
|
|
| 417 |
|
| 418 |
## Community
|
| 419 |
|
| 420 |
-
Questions, feedback, or just want to follow along? **[Join us on Discord](https://discord.gg/
|
| 421 |
|
| 422 |
---
|
| 423 |
|
|
|
|
| 33 |
<a href="https://chopratejas.github.io/headroom/">
|
| 34 |
<img src="https://img.shields.io/badge/docs-GitHub%20Pages-blue.svg" alt="Documentation">
|
| 35 |
</a>
|
| 36 |
+
<a href="https://discord.gg/yRmaUNpsPJ">
|
| 37 |
<img src="https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord&logoColor=white" alt="Discord">
|
| 38 |
</a>
|
| 39 |
</p>
|
|
|
|
| 417 |
|
| 418 |
## Community
|
| 419 |
|
| 420 |
+
Questions, feedback, or just want to follow along? **[Join us on Discord](https://discord.gg/yRmaUNpsPJ)**
|
| 421 |
|
| 422 |
---
|
| 423 |
|
docs/index.md
CHANGED
|
@@ -13,7 +13,7 @@ Compress everything your AI agent reads. Same answers, fraction of the tokens.
|
|
| 13 |
[](https://pypi.org/project/headroom-ai/)
|
| 14 |
[](https://pypi.org/project/headroom-ai/)
|
| 15 |
[](https://github.com/chopratejas/headroom/blob/main/LICENSE)
|
| 16 |
-
[](https://discord.gg/
|
| 17 |
|
| 18 |
</div>
|
| 19 |
|
|
@@ -410,4 +410,4 @@ Requires Python 3.10+.
|
|
| 410 |
|
| 411 |
---
|
| 412 |
|
| 413 |
-
Apache 2.0 — Free for commercial use. [GitHub](https://github.com/chopratejas/headroom) | [PyPI](https://pypi.org/project/headroom-ai/) | [Discord](https://discord.gg/
|
|
|
|
| 13 |
[](https://pypi.org/project/headroom-ai/)
|
| 14 |
[](https://pypi.org/project/headroom-ai/)
|
| 15 |
[](https://github.com/chopratejas/headroom/blob/main/LICENSE)
|
| 16 |
+
[](https://discord.gg/yRmaUNpsPJ)
|
| 17 |
|
| 18 |
</div>
|
| 19 |
|
|
|
|
| 410 |
|
| 411 |
---
|
| 412 |
|
| 413 |
+
Apache 2.0 — Free for commercial use. [GitHub](https://github.com/chopratejas/headroom) | [PyPI](https://pypi.org/project/headroom-ai/) | [Discord](https://discord.gg/yRmaUNpsPJ)
|
mkdocs.yml
CHANGED
|
@@ -126,5 +126,5 @@ extra:
|
|
| 126 |
- icon: fontawesome/brands/python
|
| 127 |
link: https://pypi.org/project/headroom-ai/
|
| 128 |
- icon: fontawesome/brands/discord
|
| 129 |
-
link: https://discord.gg/
|
| 130 |
generator: false
|
|
|
|
| 126 |
- icon: fontawesome/brands/python
|
| 127 |
link: https://pypi.org/project/headroom-ai/
|
| 128 |
- icon: fontawesome/brands/discord
|
| 129 |
+
link: https://discord.gg/yRmaUNpsPJ
|
| 130 |
generator: false
|