Skip to content

Commit 76071f2

Browse files
committed
chore: rename docs site to matrixplugin.github.io
1 parent c298b72 commit 76071f2

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
contents: read
2222
pages: write
2323
id-token: write
24-
environment:
25-
name: github-pages
26-
url: https://54895y.github.io
24+
environment:
25+
name: github-pages
26+
url: https://matrixplugin.github.io
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Matrix Docs
22

3-
`54895y.github.io` 是 Matrix 系列插件的统一 Docusaurus 文档站。
3+
`matrixplugin.github.io` 是 Matrix 系列插件的统一 Docusaurus 文档站。
44

55
当前已收录:
66

@@ -24,11 +24,11 @@
2424

2525
当前站点发布到:
2626

27-
- [54895y/54895y.github.io](https://github.com/54895y/54895y.github.io.git)
27+
- [MatrixPlugin/matrixplugin.github.io](https://github.com/MatrixPlugin/matrixplugin.github.io.git)
2828

2929
默认配置:
3030

31-
- `url = https://54895y.github.io`
31+
- `url = https://matrixplugin.github.io`
3232
- `baseUrl = /`
3333
- `deploymentBranch = main`
3434

@@ -40,15 +40,15 @@
4040
## 本地开发
4141

4242
```bash
43-
cd /www/codex-work/54895y.github.io
43+
cd /www/codex-work/matrixplugin.github.io
4444
npm install
4545
npm start
4646
```
4747

4848
## 构建
4949

5050
```bash
51-
cd /www/codex-work/54895y.github.io
51+
cd /www/codex-work/matrixplugin.github.io
5252
npm run build
5353
```
5454

docs/matrixauth/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ GitHub 侧的 MatrixAuth 仓库当前约定:
5858

5959
当前站点按 GitHub Pages 用户站点配置:
6060

61-
- 仓库:[54895y/54895y.github.io](https://github.com/54895y/54895y.github.io.git)
62-
- `url = https://54895y.github.io`
61+
- 仓库:[MatrixPlugin/matrixplugin.github.io](https://github.com/MatrixPlugin/matrixplugin.github.io.git)
62+
- `url = https://matrixplugin.github.io`
6363
- `baseUrl = /`
6464

6565
## 本地构建

docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const config: Config = {
99
future: {
1010
v4: true,
1111
},
12-
url: 'https://54895y.github.io',
12+
url: 'https://matrixplugin.github.io',
1313
baseUrl: '/',
14-
organizationName: '54895y',
15-
projectName: '54895y.github.io',
14+
organizationName: 'MatrixPlugin',
15+
projectName: 'matrixplugin.github.io',
1616
deploymentBranch: 'main',
1717
onBrokenLinks: 'throw',
1818
i18n: {
@@ -33,7 +33,7 @@ const config: Config = {
3333
{
3434
docs: {
3535
sidebarPath: './sidebars.ts',
36-
editUrl: 'https://github.com/54895y/54895y.github.io/tree/main/',
36+
editUrl: 'https://github.com/MatrixPlugin/matrixplugin.github.io/tree/main/',
3737
showLastUpdateAuthor: true,
3838
showLastUpdateTime: true,
3939
exclude: ['**/tutorial-basics/**', '**/tutorial-extras/**'],
@@ -110,7 +110,7 @@ const config: Config = {
110110
{type: 'search', position: 'right'},
111111
{to: '/ai-search', label: 'AI 搜索', position: 'right'},
112112
{
113-
href: 'https://github.com/54895y/54895y.github.io',
113+
href: 'https://github.com/MatrixPlugin/matrixplugin.github.io',
114114
label: 'GitHub',
115115
position: 'right',
116116
},
@@ -161,8 +161,8 @@ const config: Config = {
161161
title: '仓库',
162162
items: [
163163
{
164-
label: '54895y.github.io',
165-
href: 'https://github.com/54895y/54895y.github.io',
164+
label: 'matrixplugin.github.io',
165+
href: 'https://github.com/MatrixPlugin/matrixplugin.github.io',
166166
},
167167
],
168168
},

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const quickLinks = [
2727
title: 'GitHub 仓库',
2828
summary: '直接进入源码与文档仓库,提交问题、补充内容或追踪站点改动。',
2929
label: '前往 GitHub',
30-
href: 'https://github.com/54895y/54895y.github.io',
30+
href: 'https://github.com/MatrixPlugin/matrixplugin.github.io',
3131
},
3232
];
3333

@@ -207,7 +207,7 @@ export default function Home(): ReactNode {
207207
<Link className={styles.secondaryAction} to="/ai-search">
208208
AI 搜索
209209
</Link>
210-
<Link className={styles.secondaryAction} href="https://github.com/54895y/54895y.github.io">
210+
<Link className={styles.secondaryAction} href="https://github.com/MatrixPlugin/matrixplugin.github.io">
211211
GitHub
212212
</Link>
213213
</div>

static/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
54895y.github.io
1+
matrixplugin.github.io

0 commit comments

Comments
 (0)