Skip to content

Commit d4d4171

Browse files
committed
Fix mkdocs site_url to path-based docs URL
Docs are served at docs.cryptuon.com/<project>/, not at the <project>.docs subdomain. Sitemap and canonical tags now match.
1 parent e12751d commit d4d4171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: PolyBot
2-
site_url: https://polybot.docs.cryptuon.com/
2+
site_url: https://docs.cryptuon.com/polybot/
33
site_description: "Open-source automated trading system for prediction markets"
44
site_author: "Dipankar Sarkar"
55
repo_url: https://github.com/cryptuon/polybot

0 commit comments

Comments
 (0)