@modern-js/plugin-docsite 1.0.0-rc.22 → 1.0.0-rc.23

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +18 -9
  3. package/package.json +19 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
+ ## 1.0.0-rc.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - 0fd196e: feat: fix bugs
10
+ - 204c626: feat: initial
11
+ - 63be0a5: fix: #118 #104
12
+ - Updated dependencies [224f7fe]
13
+ - Updated dependencies [30ac27c]
14
+ - Updated dependencies [0fd196e]
15
+ - Updated dependencies [204c626]
16
+ - Updated dependencies [63be0a5]
17
+ - @modern-js/core@1.0.0-rc.23
18
+ - @modern-js/webpack@1.0.0-rc.23
19
+ - @modern-js/utils@1.0.0-rc.23
20
+
3
21
  ## 1.0.0-rc.22
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -2,23 +2,32 @@
2
2
  <p align="center">
3
3
  <a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a>
4
4
  </p>
5
-
6
5
  <p align="center">
7
6
  现代 Web 工程体系
8
- <br/>
9
- <a href="https://modernjs.dev" target="blank">
10
- modernjs.dev
11
- </a>
7
+ <br/>
8
+ <a href="https://modernjs.dev" target="blank">
9
+ modernjs.dev
10
+ </a>
11
+ </p>
12
+ <p align="center">
13
+ The meta-framework suite designed from scratch for frontend-focused modern web development
12
14
  </p>
13
15
 
16
+ # Introduction
14
17
 
15
- ## 参考链接
18
+ > The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.
19
+
20
+ - 介绍 Modern.js (即将上线)
16
21
  - [迈入现代 Web 开发](https://zhuanlan.zhihu.com/p/386607009)
17
22
  - [现代 Web 开发者问卷调查报告](https://zhuanlan.zhihu.com/p/403206195)
18
23
  - [字节跳动是如何落地微前端的](https://mp.weixin.qq.com/s/L9wbfNG5fTXF5bx7dcgj4Q)
19
24
 
20
- ## 近期计划
25
+ ## Getting Started
26
+
27
+ - [Quick Start](https://modernjs.dev/docs/start)
28
+ - [Guides](https://modernjs.dev/docs/guides)
29
+ - [API References](https://modernjs.dev/docs/apis)
21
30
 
22
- Modern.js 的 1.0.0.rc 版已经发到 npm,目前在做测试改进和文档建设。
31
+ ## Contributing
23
32
 
24
- README、完整的文档站、介绍等,都计划在 10 月 27 日上线。
33
+ - [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)
package/package.json CHANGED
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-docsite",
3
- "description": "Modern.js docsite plugin",
4
- "version": "1.0.0-rc.22",
3
+ "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
4
+ "homepage": "https://modernjs.dev",
5
+ "bugs": "https://github.com/modern-js-dev/modern.js/issues",
6
+ "repository": "modern-js-dev/modern.js",
7
+ "license": "MIT",
8
+ "keywords": [
9
+ "react",
10
+ "framework",
11
+ "modern",
12
+ "modern.js"
13
+ ],
14
+ "version": "1.0.0-rc.23",
5
15
  "jsnext:source": "./src/index.ts",
6
16
  "types": "./dist/types/index.d.ts",
7
17
  "main": "./dist/js/node/index.js",
@@ -22,8 +32,8 @@
22
32
  "@babel/runtime": "^7",
23
33
  "@mdx-js/mdx": "^1.6.22",
24
34
  "@mdx-js/react": "^1.6.22",
25
- "@modern-js/utils": "^1.0.0-rc.22",
26
- "@modern-js/webpack": "^1.0.0-rc.22",
35
+ "@modern-js/utils": "^1.0.0-rc.23",
36
+ "@modern-js/webpack": "^1.0.0-rc.23",
27
37
  "antd": "^4.16.13",
28
38
  "chokidar": "^3.5.2",
29
39
  "core-js": "^3.17.2",
@@ -47,7 +57,7 @@
47
57
  "webpack-dev-server": "^4.1.1"
48
58
  },
49
59
  "devDependencies": {
50
- "@modern-js/module-tools-hooks": "^1.0.0-rc.22",
60
+ "@modern-js/module-tools-hooks": "^1.0.0-rc.23",
51
61
  "@types/core-js": "^2.5.5",
52
62
  "@types/github-slugger": "^1.3.0",
53
63
  "@types/glob": "^7.1.4",
@@ -58,12 +68,12 @@
58
68
  "@types/react-dom": "^17",
59
69
  "@types/webpack-dev-server": "^4.1.0",
60
70
  "typescript": "^4",
61
- "@modern-js/core": "^1.0.0-rc.22",
62
- "@modern-js/plugin-testing": "^1.0.0-rc.22",
63
- "@modern-js/module-tools": "^1.0.0-rc.22"
71
+ "@modern-js/core": "^1.0.0-rc.23",
72
+ "@modern-js/plugin-testing": "^1.0.0-rc.23",
73
+ "@modern-js/module-tools": "^1.0.0-rc.23"
64
74
  },
65
75
  "peerDependencies": {
66
- "@modern-js/core": "^1.0.0-rc.22"
76
+ "@modern-js/core": "^1.0.0-rc.23"
67
77
  },
68
78
  "sideEffects": false,
69
79
  "modernConfig": {