@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @modern-js/module-tools-docs
2
2
 
3
+ ## 2.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/doc-tools@2.17.1
8
+ - @modern-js/doc-plugin-auto-sidebar@2.17.1
9
+
3
10
  ## 2.17.0
4
11
 
5
12
  ### Patch Changes
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.0",
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.0",
20
- "@modern-js/doc-tools": "2.17.0"
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",