Skip to content

Commit 4bcb59d

Browse files
committed
feat/fix: change dictories & change img url
1 parent 0993995 commit 4bcb59d

19 files changed

+24
-24
lines changed

docs/_sidebar.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- [开始使用](start)
22
- 主题配置
3-
- [基本配置](config/basic)
4-
- [样式设定](config/style)
5-
- [自定义设定](config/customize)
6-
- [菜单设定](config/menu)
7-
- [第三方服务](config/services)
3+
- [基本配置](config_basic)
4+
- [样式设定](config_style)
5+
- [自定义设定](config_customize)
6+
- [菜单设定](config_menu)
7+
- [第三方服务](config_services)
88
- [进阶使用](expert)
99
- [独立页面](pages)
1010
- [开始创作](compose)
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/config/services.md docs/config_services.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ search:
139139
140140
打开 LeanCloud 官网,进入[注册页面](https://leancloud.cn/login.html#/signup)注册。完成邮箱激活后,点击头像,进入控制台页面,如下:
141141
142-
![leancloud-config-1.png](https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/static/img/leancloud-config-1.png)
142+
![leancloud-config-1.png](https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.2/static/img/leancloud-config-1.png)
143143
144144
创建一个新应用 (默认类型为JavaScript SDK),点击应用进入;
145145
146146
创建名称为 `Counter` 的 Class
147147
注意:`ACL 权限` 必须为 `无限制`
148148
149-
![leancloud-config-2.png](https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/static/img/leancloud-config-2.png)
150-
![leancloud-config-3.png](https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/static/img/leancloud-config-3.png)
149+
![leancloud-config-2.png](https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.2/static/img/leancloud-config-2.png)
150+
![leancloud-config-3.png](https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.2/static/img/leancloud-config-3.png)
151151
152152
编辑 `主题配置文件` ,修改 `leancloud` 条目,将 `enable` 改为 `true`,再填入 `app_id` 与 `app_key`。在 `应用->设置->应用 Key` 可看到 `APP ID` 与 `APP Key`
153153
File renamed without changes.

docs/donate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
## 捐赠的渠道?
1616

1717
- **[PayPal](https://www.paypal.me/VioseyH/2.89):**
18-
><img src="/static/img/QRcode/PayPal.png" width="160px" height="160px">
18+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/PayPal.png" width="160px" height="160px">
1919
- **支付宝:**
20-
><img src="/static/img/QRcode/AliPay.png" width="160px" height="160px">
20+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/AliPay.png" width="160px" height="160px">
2121
- **微信支付:**
22-
><img src="/static/img/QRcode/WeChan.png" width="160px" height="160px">
22+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/WeChan.png" width="160px" height="160px">
2323
>
2424
>微信打赏请留言备注昵称
2525
- **比特币:**
26-
><img src="/static/img/QRcode/BTC.png" width="160px" height="160px">
26+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/BTC.png" width="160px" height="160px">
2727
2828
## 捐赠者名单
2929

docs/en/_sidebar.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- [Start](en/start)
22
- Configuration
3-
- [Basic](en/config/basic)
4-
- [Style](en/config/style)
5-
- [Customize](en/config/customize)
6-
- [Menu](en/config/menu)
7-
- [Service](en/config/services)
3+
- [Basic](en/config_basic)
4+
- [Style](en/config_style)
5+
- [Customize](en/config_customize)
6+
- [Menu](en/config_menu)
7+
- [Service](en/config_services)
88
- [Expert](en/expert)
99
- [Pages](en/pages)
1010
- [Compose](en/compose)
File renamed without changes.
File renamed without changes.

docs/en/config/services.md docs/en/config_services.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ You should left the all the site_id empty below. Then you can add the analytics
101101

102102
Open the LeanCloud website and go to the [registration page](https://leancloud.cn/login.html#/signup) to register. After the mailbox is activated, click on the avatar to access the console page as following:
103103

104-
![leancloud-config-1.png](https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/static/img/leancloud-config-1.png)
104+
![leancloud-config-1.png](https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.2/static/img/leancloud-config-1.png)
105105

106106
Create a new application (the default type is JavaScript SDK), click Apply to enter;
107107

108108
Create a Class named `Counter`
109109
Note: `ACL Permissions` must be `unrestricted`
110110

111-
![leancloud-config-2.png](https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/static/img/leancloud-config-2.png)
112-
![leancloud-config-3.png](https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/static/img/leancloud-config-3.png)
111+
![leancloud-config-2.png](https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.2/static/img/leancloud-config-2.png)
112+
![leancloud-config-3.png](https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.2/static/img/leancloud-config-3.png)
113113

114114
You can find `app_id` and `app_key` in `application -> Settings -> Application Key`.
115115

File renamed without changes.
File renamed without changes.

docs/en/donate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ I only know that some things, rely on both sides to maintain.
1515
## Donation ways?
1616

1717
- **[PayPal](https://www.paypal.me/VioseyH/2.89):**
18-
><img src="/static/img/QRcode/PayPal.png" width="160px" height="160px">
18+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/PayPal.png" width="160px" height="160px">
1919
- **Alipay: **
20-
><img src="/static/img/QRcode/AliPay.png" width="160px" height="160px">
20+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/AliPay.png" width="160px" height="160px">
2121
- **Wechat Pay: **
22-
><img src="/static/img/QRcode/WeChan.png" width="160px" height="160px">
22+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/WeChan.png" width="160px" height="160px">
2323
- **Bitcoin:**
24-
><img src="/static/img/QRcode/BTC.png" width="160px" height="160px">
24+
><img src="https://github.elemecdn.com/neko-dev/material-theme-docs/1.5.3.3/static/img/QRcode/BTC.png" width="160px" height="160px">
2525
2626
## Donors list
2727

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)