Skip to content

Commit

Permalink
Update doc url
Browse files Browse the repository at this point in the history
  • Loading branch information
muzhancun committed Jan 16, 2025
1 parent 870395c commit c2f46ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "latest",
"version": "master",
"url": "https://craftjarvis.github.io/minestudio/master/"
}
]
{
"name": "latest",
"version": "master",
"url": "https://craftjarvis.github.io/MineStudio/master/"
}
]
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Date: 2024-11-28 17:46:44
LastEditors: muzhancun [email protected]
LastEditTime: 2025-01-16 14:40:39
LastEditTime: 2025-01-16 14:43:49
FilePath: /MineStudio/docs/source/conf.py
'''
import os
Expand Down Expand Up @@ -99,7 +99,7 @@
},
"navbar_start": ["navbar-logo"], # 在导航栏显示 Logo
"switcher": {
"json_url": "https://craftjarvis.github.io/minestudio/master/_static/switcher.json",
"json_url": "https://craftjarvis.github.io/MineStudio/master/_static/switcher.json",
"version_match": "master",
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/source/custom_directives.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Date: 2025-01-16 14:07:48
LastEditors: muzhancun [email protected]
LastEditTime: 2025-01-16 14:15:35
LastEditTime: 2025-01-16 14:44:08
FilePath: /MineStudio/docs/source/custom_directives.py
'''
import re
Expand All @@ -11,7 +11,7 @@
import json

def generate_version_url(version):
return f"https://craftjarvis.github.io/minestudio/{version}/"
return f"https://craftjarvis.github.io/MineStudio/{version}/"

def generate_versions_json():
"""Gets the releases from the remote repo, sorts them in semver order,
Expand Down

0 comments on commit c2f46ba

Please sign in to comment.