Skip to content

Commit 07eaf7c

Browse files
committed
fix(docs): use /TeleFuser/ prefix for all absolute links to match GitHub Pages project path
- site_url updated to https://tele-ai.github.io/TeleFuser - extra.alternate links changed from /zh/ to /TeleFuser/zh/ - en/index.md and zh/index.md cross-language links updated with prefix - Removed docs/README.md and docs/README_zh.md (redundant with MkDocs index)
1 parent 4d3928d commit 07eaf7c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ telefuser stream-serve examples/stream_server/stream_lingbot_world_fast.py -p 80
6363

6464
---
6565

66-
[Switch to Chinese 🇨🇳](/zh/)
66+
[Switch to Chinese 🇨🇳](/TeleFuser/zh/)

docs/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ telefuser stream-serve examples/stream_server/stream_lingbot_world_fast.py -p 80
6363

6464
---
6565

66-
[切换到英文 🇬🇧](/)
66+
[切换到英文 🇬🇧](/TeleFuser/)

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
site_name: TeleFuser
77
site_description: A high-performance framework for efficient multimodal generation model inference
88
site_author: TeleAI Team
9-
site_url: https://telefuser.github.io
9+
site_url: https://tele-ai.github.io/TeleFuser
1010

1111
# Repository
1212
repo_name: TeleFuser
@@ -187,10 +187,10 @@ nav:
187187
extra:
188188
alternate:
189189
- name: English
190-
link: /
190+
link: /TeleFuser/
191191
lang: en
192192
- name: 中文
193-
link: /zh/
193+
link: /TeleFuser/zh/
194194
lang: zh
195195
analytics:
196196
feedback:

0 commit comments

Comments
 (0)