Skip to content

Commit 50221d5

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 467fc18 commit 50221d5

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: SolScript Documentation
22
site_description: A high-level language for Solana smart contract development
3-
site_url: https://solscript.docs.cryptuon.com/
3+
site_url: https://docs.cryptuon.com/solscript/
44
repo_url: https://github.com/cryptuon/solscript
55
repo_name: cryptuon/solscript
66
edit_uri: edit/main/documentation/docs/

0 commit comments

Comments
 (0)