create-rspress 0.0.13 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rspress",
3
- "version": "0.0.13",
3
+ "version": "0.1.1",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,4 +1,5 @@
1
1
  # Hello World!
2
2
 
3
3
  ## Start
4
+
4
5
  Write something to build your own docs! 🎁
@@ -13,7 +13,7 @@ hero:
13
13
  text: Github
14
14
  link: https://github.com/web-infra-dev/rspress
15
15
  image:
16
- src: https://lf3-static.bytednsdoc.com/obj/eden-cn/uhbfnupenuhf/rspress/rspress-logo.png
16
+ src: /rspress-icon.png
17
17
  alt: <%= siteTitle %> Logo
18
18
  features:
19
19
  - title: Blazing fast build speed
@@ -8,11 +8,9 @@
8
8
  "preview": "rspress preview"
9
9
  },
10
10
  "dependencies": {
11
- "rspress": "^0.0.10"
11
+ "rspress": "^0.1.1"
12
12
  },
13
13
  "devDependencies": {
14
- "@modern-js/tsconfig": "2.30.0",
15
- "@types/jest": "^29",
16
14
  "@types/node": "^14"
17
15
  }
18
16
  }
@@ -5,10 +5,10 @@ export default defineConfig({
5
5
  root: path.join(__dirname, 'docs'),
6
6
  title: <%= siteTitle %>,
7
7
  description: <%= siteDesc %>,
8
- icon: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/uhbfnupenuhf/rspress/rspress-logo.png',
8
+ icon: "/rspress-icon.png",
9
9
  logo: {
10
- light: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspress/rspress-navbar-logo-0904.png',
11
- dark: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspress/rspress-navbar-logo-dark-0904.png',
10
+ light: "/rspress-light-logo.png",
11
+ dark: "/rspress-dark-logo.png",
12
12
  },
13
13
  themeConfig: {
14
14
  socialLinks: [