Skip to content

Commit 1d11682

Browse files
committed
docs: update readme
1 parent 852173b commit 1d11682

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contributing Guide
22

3-
## [English version](https://vuejs.press/reference/contributing.md)
3+
## [English version](https://marketplace.vuejs.press/reference/contributing.md)
44

5-
## [中文版本](https://vuejs.press/zh/reference/contributing.md)
5+
## [中文版本](https://marketplace.vuejs.press/zh/reference/contributing.md)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [VuePress2 Marketplace](https://vuejs.press)
1+
# [VuePress2 Marketplace](https://marketplace.vuejs.press)
22

33
## Introduction
44

@@ -22,7 +22,7 @@ If you believe you are building a powerful theme or plugin that can be list in m
2222

2323
</details>
2424

25-
For more details, see [Contributing Guide](https://vuejs.press/reference/contributing.html)
25+
For more details, see [Contributing Guide](https://marketplace.vuejs.press/reference/contributing.html)
2626

2727
## Requesting vuejs.press domain
2828

@@ -49,7 +49,7 @@ You should add a new line in `config/vuejs.press.zone`, and we will sync that fi
4949

5050
If you need algolia docsearch, you should modify `config/crawler.config` to add your plugin of theme.
5151

52-
For details, see [Contributing Guide](https://vuejs.press/reference/contributing.html)
52+
For details, see [Contributing Guide](https://marketplace.vuejs.press/reference/contributing.html)
5353

5454
## License
5555

@@ -69,6 +69,6 @@ For details, see [Contributing Guide](https://vuejs.press/reference/contributing
6969
<span property="dct:title">VuePress MarketPlace</span>.
7070
This work is published from:
7171
<span property="vcard:Country" datatype="dct:ISO3166"
72-
content="CN" about="https://vuejs.press">
72+
content="CN" about="https://marketplace.vuejs.press">
7373
China Mainland</span>.
7474
</p>

config/crawler.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ export default {
206206
rateLimit: 25,
207207
maxDepth: 10,
208208
startUrls: [
209-
"https://vuejs.press",
209+
"https://marketplace.vuejs.press",
210210
...Object.entries(crawlerConfig).map(([name]) => getUrl(name)),
211211
],
212212
renderJavaScript: false,
213213
sitemaps: [
214-
"https://vuejs.press/sitemap.xml",
214+
"https://marketplace.vuejs.press/sitemap.xml",
215215
...Object.entries(crawlerConfig)
216216
.filter(([, { sitemap }]) => Boolean(sitemap))
217217
.map(
@@ -223,14 +223,14 @@ export default {
223223
],
224224
ignoreCanonicalTo: false,
225225
discoveryPatterns: [
226-
"https://vuejs.press/**",
226+
"https://marketplace.vuejs.press/**",
227227
...Object.keys(crawlerConfig).map((name) => `${getUrl(name)}/**`),
228228
],
229229
schedule: "at 20:00 every 1 day",
230230
actions: [
231231
{
232232
indexName: "vuejs-press",
233-
pathsToMatch: ["https://vuejs.press/**"],
233+
pathsToMatch: ["https://marketplace.vuejs.press/**"],
234234
recordExtractor: recordExtractorMap.hope,
235235
},
236236
...Object.entries(crawlerConfig).map(

src/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { hopeTheme } from "vuepress-theme-hope";
22

33
export default hopeTheme({
4-
hostname: "https://vuejs.press",
4+
hostname: "https://marketplacae.vuejs.press",
55

66
iconAssets: "fontawesome-with-brands",
77

src/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ heroImage: /logo.png
77
heroText: VuePress Marketplace
88
tagline: Find the correct VuePress2 plugins and themes here
99
actions:
10+
- text: Docs
11+
link: https://vuejs.press/
12+
type: primary
13+
1014
- text: Plugins
1115
link: /plugins/
1216
type: primary

src/zh/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ heroImage: /logo.png
77
heroText: VuePress 市场
88
tagline: 在此找到正确的 VuePress2 插件与主题
99
actions:
10+
- text: 文档
11+
link: https://vuejs.press/zh/
12+
type: primary
13+
1014
- text: 插件
1115
link: /zh/plugins/
1216
type: primary

0 commit comments

Comments
 (0)