Skip to content

Commit f62eec5

Browse files
author
River@devbox
committed
Rename _static to static and update references
- Rename source/en/_static to source/en/static - Rename source/zh/_static to source/zh/static - Rename img_banner-1@2x.jpg to img_banner2x.jpg - Update all references in mkdocs.yml, mkdocs-zh.yml, and markdown files
1 parent 9f4ff1a commit f62eec5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+16
-16
lines changed

mkdocs-zh.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ site_url: https://www.qpython.org/zh/
33
site_description: QPython - 移动设备上的 Python & AI 开发环境
44
theme:
55
name: material
6-
logo: _static/img_logo.png
7-
favicon: _static/img_logo.png
6+
logo: static/img_logo.png
7+
favicon: static/img_logo.png
88
palette:
99
- scheme: default
1010
primary: black
@@ -30,7 +30,7 @@ theme:
3030
code: Roboto Mono
3131

3232
extra_css:
33-
- _static/extra.css
33+
- static/extra.css
3434

3535
docs_dir: source/zh
3636
site_dir: site/zh

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ site_url: https://www.qpython.org/en/
33
site_description: QPython - AI-Enabled Python IDE for Android
44
theme:
55
name: material
6-
logo: _static/img_logo.png
7-
favicon: _static/img_logo.png
6+
logo: static/img_logo.png
7+
favicon: static/img_logo.png
88
palette:
99
- scheme: default
1010
primary: black
@@ -30,7 +30,7 @@ theme:
3030
code: Roboto Mono
3131

3232
extra_css:
33-
- _static/extra.css
33+
- static/extra.css
3434

3535
docs_dir: source/en
3636
site_dir: site/en

source/en/editor-guide.md

Lines changed: 3 additions & 3 deletions

source/en/getting-started.md

Lines changed: 4 additions & 4 deletions

source/en/index.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)