Skip to content

Commit c62332c

Browse files
author
dnscap-bot
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 fcefe27 commit c62332c

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,6 +1,6 @@
11
site_name: StxScript
22
site_description: A TypeScript-inspired transpiler for Clarity smart contracts on the Stacks blockchain
3-
site_url: https://stxscript.docs.cryptuon.com/
3+
site_url: https://docs.cryptuon.com/stxscript/
44
repo_url: https://github.com/cryptuon/stxscript
55
repo_name: cryptuon/stxscript
66
edit_uri: edit/main/documentation/docs/

0 commit comments

Comments
 (0)