@modern-js/module-tools-docs 2.55.0 → 2.56.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,13 @@
1
1
  # @modern-js/module-tools-docs
2
2
 
3
+ ## 2.56.1
4
+
5
+ ## 2.56.0
6
+
7
+ ### Patch Changes
8
+
9
+ - dee8a8c: chore(deps): bump rspress to 1.26.1
10
+
3
11
  ## 2.55.0
4
12
 
5
13
  ## 2.54.6
package/docs/en/index.md CHANGED
@@ -8,10 +8,10 @@ hero:
8
8
  actions:
9
9
  - theme: brand
10
10
  text: Welcome
11
- link: /en/guide/intro/welcome
11
+ link: /guide/intro/welcome
12
12
  - theme: alt
13
13
  text: Quick Start
14
- link: /en/guide/intro/getting-started
14
+ link: /guide/intro/getting-started
15
15
 
16
16
  features:
17
17
  - title: 'esbuild: The High Performance JS Bundler'
package/package.json CHANGED
@@ -9,14 +9,14 @@
9
9
  "directory": "packages/document/module-doc"
10
10
  },
11
11
  "license": "MIT",
12
- "version": "2.55.0",
12
+ "version": "2.56.1",
13
13
  "main": "index.js",
14
14
  "devDependencies": {
15
15
  "react": "^18.2.0",
16
16
  "react-dom": "^18.2.0",
17
- "rspress": "1.18.2",
18
- "@rspress/shared": "1.18.2",
19
- "@modern-js/doc-plugin-auto-sidebar": "2.55.0"
17
+ "rspress": "1.26.1",
18
+ "@rspress/shared": "1.26.1",
19
+ "@modern-js/doc-plugin-auto-sidebar": "2.56.1"
20
20
  },
21
21
  "scripts": {
22
22
  "dev": "rspress dev",