Skip to content

Commit 1133f1a

Browse files
author
You
committed
chore: update documentation URLs to reflect the new repository name OpenAList
1 parent 78c56c6 commit 1133f1a

8 files changed

Lines changed: 35 additions & 35 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: peaceiris/actions-gh-pages@v3
4747
with:
4848
deploy_key: ${{ secrets.MY_TOKEN }}
49-
# external_repository: alist-org/alist-org.github.io
49+
# external_repository: AlliotTech/openalist-org.github.io
5050
publish_branch: gh-pages
5151
publish_dir: docs/.vuepress/dist
5252
cname: alist.iots.vip

docs/.vuepress/components/changelog/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const core = ref<Releases>();
88
const web = ref<Map<string, Release>>();
99
1010
async function fetchCore() {
11-
const resp = await fetch('https://api.github.com/repos/alist-org/alist/releases')
11+
const resp = await fetch('https://api.github.com/repos/AlliotTech/openalist/releases')
1212
core.value = await resp.json()
1313
}
1414
async function fetchWeb() {
15-
const resp = await fetch('https://api.github.com/repos/alist-org/alist-web/releases')
15+
const resp = await fetch('https://api.github.com/repos/AlliotTech/openalist-web/releases')
1616
const releases = await resp.json()
1717
web.value = new Map(releases.map((release: Release) => [`v${release.tag_name}`, release]))
1818
}

docs/guide/drivers/UrlTree.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Don't look at the writing, it looks difficult and long-winded, but in fact, you
5050

5151
```
5252
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
53-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
53+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
5454
```
5555

5656
##### **output**
@@ -72,18 +72,18 @@ https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
7272
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
7373
folder:
7474
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
75-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
75+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
7676
```
7777

7878
```
7979
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
8080
folder:
8181
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
82-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
82+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
8383
http://pic.rmb.bdstatic.com/bjh/a66923e9bfefd03c2998ee998d3b55e7.jpeg
8484
folde2r:
8585
http://pic.rmb.bdstatic.com/bjh/e919290bf3b8396817d369cedf33b8cd.jpeg
86-
https://raw.githubusercontent.com/alist-org/alist/main/CONTRIBUTING.md
86+
https://raw.githubusercontent.com/AlliotTech/openalist/main/CONTRIBUTING.md
8787
```
8888

8989
##### **output**
@@ -120,14 +120,14 @@ Format: `new name.suffix:file size:link`
120120

121121
```
122122
new namejpeg:1024:http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
123-
new name2.md:2048:https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
123+
new name2.md:2048:https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
124124
```
125125

126126
The size of the file is not written, and it can also be renamed
127127

128128
```
129129
new name.jpeg:1024:http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
130-
new name2.md:2048:https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
130+
new name2.md:2048:https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
131131
```
132132

133133

@@ -141,7 +141,7 @@ new name2.md:2048:https://raw.githubusercontent.com/alist-org/alist/main/README_
141141
```
142142
folder:
143143
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
144-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
144+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
145145
```
146146

147147
- If you have written the first layer and want to put another one in the first folder, then put a layer under this folder, the writing method is as follows, very simple
@@ -217,7 +217,7 @@ folder22:
217217
<Badge text="5" type="info" vertical="middle" />All integrated example usages include conventional, classified, rename, and marked file size
218218

219219
```
220-
https://jsd.iots.vip/gh/alist-org/alist/README.md
220+
https://jsd.iots.vip/gh/AlliotTech/openalist/README.md
221221
document
222222
Readme.md:https://pic.rmb.bdstatic.com/bjh/说明.md
223223
Doc:

docs/guide/drivers/febbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Generate address:**https://www.febbox.com/open/clients**
6363

6464
### **Things to note**
6565

66-
- The upload function is currently unavailable [**alist-org/alist/issues/7293**](https://github.com/AlliotTech/openalist/issues/7293#issuecomment-2395776474)
66+
- The upload function is currently unavailable [**AlliotTech/openalist/issues/7293**](https://github.com/AlliotTech/openalist/issues/7293#issuecomment-2395776474)
6767

6868
<br/>
6969

docs/guide/install/source.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ goVersion=$(go version | sed 's/go version //')
4141
gitAuthor=$(git show -s --format='format:%aN <%ae>' HEAD)
4242
gitCommit=$(git log --pretty=format:"%h" -1)
4343
version=$(git describe --long --tags --dirty --always)
44-
webVersion=$(wget -qO- -t1 -T2 "https://api.github.com/repos/alist-org/alist-web/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g')
44+
webVersion=$(wget -qO- -t1 -T2 "https://api.github.com/repos/AlliotTech/openalist-web/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g')
4545
ldflags="\
4646
-w -s \
47-
-X 'github.com/alist-org/alist/v3/internal/conf.BuiltAt=$builtAt' \
48-
-X 'github.com/alist-org/alist/v3/internal/conf.GoVersion=$goVersion' \
49-
-X 'github.com/alist-org/alist/v3/internal/conf.GitAuthor=$gitAuthor' \
50-
-X 'github.com/alist-org/alist/v3/internal/conf.GitCommit=$gitCommit' \
51-
-X 'github.com/alist-org/alist/v3/internal/conf.Version=$version' \
52-
-X 'github.com/alist-org/alist/v3/internal/conf.WebVersion=$webVersion' \
47+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.BuiltAt=$builtAt' \
48+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.GoVersion=$goVersion' \
49+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.GitAuthor=$gitAuthor' \
50+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.GitCommit=$gitCommit' \
51+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.Version=$version' \
52+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.WebVersion=$webVersion' \
5353
"
5454
go build -ldflags="$ldflags" .
5555
```

docs/zh/guide/drivers/UrlTree.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ star: true
5050

5151
```
5252
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
53-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
53+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
5454
```
5555

5656
##### 输出
@@ -72,17 +72,17 @@ https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
7272
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
7373
folder:
7474
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
75-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
75+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
7676
```
7777
```
7878
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
7979
folder:
8080
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
81-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
81+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
8282
http://pic.rmb.bdstatic.com/bjh/a66923e9bfefd03c2998ee998d3b55e7.jpeg
8383
folde2r:
8484
http://pic.rmb.bdstatic.com/bjh/e919290bf3b8396817d369cedf33b8cd.jpeg
85-
https://raw.githubusercontent.com/alist-org/alist/main/CONTRIBUTING.md
85+
https://raw.githubusercontent.com/AlliotTech/openalist/main/CONTRIBUTING.md
8686
```
8787

8888
##### 输出
@@ -119,14 +119,14 @@ folde2r:
119119

120120
```
121121
新名称.jpeg:1024:http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
122-
新名称2.md:2048:https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
122+
新名称2.md:2048:https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
123123
```
124124

125125
文件大小不用写也是可以重新命名的
126126

127127
```
128128
新名称.jpeg:1024:http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
129-
新名称2.md:2048:https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
129+
新名称2.md:2048:https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
130130
```
131131

132132

@@ -140,7 +140,7 @@ folde2r:
140140
```
141141
folder:
142142
http://pic.rmb.bdstatic.com/bjh/aff9c9c8817d943d6857a73188958d45.jpeg
143-
https://raw.githubusercontent.com/alist-org/alist/main/README_cn.md
143+
https://raw.githubusercontent.com/AlliotTech/openalist/main/README_cn.md
144144
```
145145

146146

@@ -218,7 +218,7 @@ folder22:
218218
<Badge text="5" type="info" vertical="middle" />全部整合起来的举例用法,有常规的,有分类,有重命名,有标注文件大小
219219

220220
```
221-
https://jsd.iots.vip/gh/alist-org/alist/README.md
221+
https://jsd.iots.vip/gh/AlliotTech/openalist/README.md
222222
文档:
223223
Readme.md:https://pic.rmb.bdstatic.com/bjh/说明.md
224224
Doc:

docs/zh/guide/drivers/febbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ FebBox:https://www.febbox.com
6666

6767
### **注意事项**
6868

69-
- 目前上传功能不可用 [**alist-org/alist/issues/7293**](https://github.com/AlliotTech/openalist/issues/7293#issuecomment-2395776474)
69+
- 目前上传功能不可用 [**AlliotTech/openalist/issues/7293**](https://github.com/AlliotTech/openalist/issues/7293#issuecomment-2395776474)
7070

7171
<br/>
7272

docs/zh/guide/install/source.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ goVersion=$(go version | sed 's/go version //')
4545
gitAuthor=$(git show -s --format='format:%aN <%ae>' HEAD)
4646
gitCommit=$(git log --pretty=format:"%h" -1)
4747
version=$(git describe --long --tags --dirty --always)
48-
webVersion=$(wget -qO- -t1 -T2 "https://api.github.com/repos/alist-org/alist-web/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g')
48+
webVersion=$(wget -qO- -t1 -T2 "https://api.github.com/repos/AlliotTech/openalist-web/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g')
4949
ldflags="\
5050
-w -s \
51-
-X 'github.com/alist-org/alist/v3/internal/conf.BuiltAt=$builtAt' \
52-
-X 'github.com/alist-org/alist/v3/internal/conf.GoVersion=$goVersion' \
53-
-X 'github.com/alist-org/alist/v3/internal/conf.GitAuthor=$gitAuthor' \
54-
-X 'github.com/alist-org/alist/v3/internal/conf.GitCommit=$gitCommit' \
55-
-X 'github.com/alist-org/alist/v3/internal/conf.Version=$version' \
56-
-X 'github.com/alist-org/alist/v3/internal/conf.WebVersion=$webVersion' \
51+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.BuiltAt=$builtAt' \
52+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.GoVersion=$goVersion' \
53+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.GitAuthor=$gitAuthor' \
54+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.GitCommit=$gitCommit' \
55+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.Version=$version' \
56+
-X 'github.com/AlliotTech/openalist/v3/internal/conf.WebVersion=$webVersion' \
5757
"
5858
go build -ldflags="$ldflags" .
5959
```

0 commit comments

Comments
 (0)