@modern-js/module-tools-docs 2.17.0 → 2.17.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/CHANGELOG.md +7 -0
- package/modern.config.ts +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/modern.config.ts
CHANGED
|
@@ -113,6 +113,11 @@ export default defineConfig({
|
|
|
113
113
|
description: 'Module Engineering Solutions',
|
|
114
114
|
},
|
|
115
115
|
],
|
|
116
|
+
editLink: {
|
|
117
|
+
docRepoBaseUrl:
|
|
118
|
+
'https://github.com/web-infra-dev/modern.js/tree/main/packages/document/module-doc/docs',
|
|
119
|
+
text: 'Edit this page on GitHub',
|
|
120
|
+
},
|
|
116
121
|
},
|
|
117
122
|
builderConfig: {
|
|
118
123
|
dev: {
|
package/package.json
CHANGED
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"directory": "packages/document/module-doc"
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"version": "2.17.
|
|
12
|
+
"version": "2.17.1",
|
|
13
13
|
"main": "index.js",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@code-hike/mdx": "^0.7.4",
|
|
16
16
|
"react": "^18.2.0",
|
|
17
17
|
"react-dom": "^18.2.0",
|
|
18
18
|
"shiki": "^0.11.1",
|
|
19
|
-
"@modern-js/doc-plugin-auto-sidebar": "2.17.
|
|
20
|
-
"@modern-js/doc-tools": "2.17.
|
|
19
|
+
"@modern-js/doc-plugin-auto-sidebar": "2.17.1",
|
|
20
|
+
"@modern-js/doc-tools": "2.17.1"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"dev": "modern dev",
|