Skip to content

Commit a1edd29

Browse files
committed
docs: add site/docs/package links + Cryptuon interconnection
1 parent f587097 commit a1edd29

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
[Strategies](#strategies) |
1717
[Discord](https://discord.gg/cryptuon)
1818

19+
**[🌐 Site](https://polybot.cryptuon.com/) · [📚 Docs](https://docs.cryptuon.com/polybot/) · [📦 PyPI package](https://pypi.org/project/polybot-trader/) · [🔬 Cryptuon Research](https://github.com/cryptuon)**
20+
1921
</div>
2022

2123
---
@@ -362,5 +364,15 @@ This software is for educational and research purposes. Trading on prediction ma
362364
---
363365

364366
<div align="center">
365-
<sub>Built with care by <a href="https://cryptuon.com">Cryptuon</a></sub>
367+
<sub>Built with care by <a href="https://www.cryptuon.com">Cryptuon</a></sub>
366368
</div>
369+
370+
---
371+
372+
## Part of Cryptuon Research
373+
374+
`polybot` is one of [20 open-source blockchain-infrastructure projects](https://www.cryptuon.com/projects) from **[Cryptuon Research](https://www.cryptuon.com)** — blockchain theory, shipped as protocols.
375+
376+
**Related projects:** [dgbit](https://dgbit.cryptuon.com/) · [Mentat](https://mentat.cryptuon.com/) · [Moby Market](https://mobymarket.cryptuon.com/)
377+
378+
Docs: [docs.cryptuon.com/polybot](https://docs.cryptuon.com/polybot/) · Contact: [contact@cryptuon.com](mailto:contact@cryptuon.com)

documentation/mkdocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
site_name: PolyBot
22
site_url: https://docs.cryptuon.com/polybot/
33
site_description: "Open-source automated trading system for prediction markets"
4-
site_author: "Dipankar Sarkar"
4+
site_author: "Cryptuon Research"
55
repo_url: https://github.com/cryptuon/polybot
66
repo_name: cryptuon/polybot
77
edit_uri: edit/main/documentation/docs/
88

9-
copyright: "Copyright &copy; 2026 Cryptuon"
9+
copyright: "&copy; 2026 Cryptuon Research"
1010

1111
theme:
1212
name: material
@@ -76,11 +76,14 @@ markdown_extensions:
7676
permalink: true
7777

7878
extra:
79+
homepage: https://polybot.cryptuon.com/
7980
social:
8081
- icon: fontawesome/brands/github
8182
link: https://github.com/cryptuon/polybot
8283
- icon: fontawesome/brands/discord
8384
link: https://discord.gg/cryptuon
85+
- icon: material/web
86+
link: https://www.cryptuon.com
8487

8588
nav:
8689
- Home: index.md

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
license = { text = "MIT" }
88
authors = [
9-
{ name = "Dipankar Sarkar", email = "me@dipankar.name" },
10-
{ name = "Cryptuon Team" }
9+
{ name = "Cryptuon Research", email = "contact@cryptuon.com" }
1110
]
1211
maintainers = [
13-
{ name = "Dipankar Sarkar", email = "me@dipankar.name" }
12+
{ name = "Cryptuon Research", email = "contact@cryptuon.com" }
1413
]
1514
keywords = [
1615
"trading-bot",
@@ -81,8 +80,8 @@ docs = [
8180
]
8281

8382
[project.urls]
84-
Homepage = "https://github.com/cryptuon/polybot"
85-
Documentation = "https://docs.cryptuon.com/polybot"
83+
Homepage = "https://polybot.cryptuon.com/"
84+
Documentation = "https://docs.cryptuon.com/polybot/"
8685
Repository = "https://github.com/cryptuon/polybot"
8786
Issues = "https://github.com/cryptuon/polybot/issues"
8887
Changelog = "https://github.com/cryptuon/polybot/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)