-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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", | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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, | ||
|