zephyr-rspress-plugin 0.0.0-canary.1 → 0.0.0-canary.3

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- [Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/recipes/rspress) | [Rspress Docs](https://rspress.dev/) | [Discord](https://zephyr-cloud.io/discord) | [Twitter](https://x.com/ZephyrCloudIO) | [LinkedIn](https://www.linkedin.com/company/zephyr-cloud/)
5
+ [Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/meta-frameworks/rspress) | [Rspress Docs](https://rspress.dev/) | [Discord](https://zephyr-cloud.io/discord) | [Twitter](https://x.com/ZephyrCloudIO) | [LinkedIn](https://www.linkedin.com/company/zephyr-cloud/)
6
6
 
7
7
  <hr/>
8
8
  <img src="https://cdn.prod.website-files.com/669061ee3adb95b628c3acda/66981c766e352fe1f57191e2_Opengraph-zephyr.png" alt="Zephyr Logo" />
@@ -10,7 +10,7 @@
10
10
 
11
11
  An Rspress plugin for deploying documentation and static apps with Zephyr Cloud. This plugin enables seamless integration with Rspress to optimize, build, and deploy your site globally with CDN-backed delivery and analytics.
12
12
 
13
- > Learn more in our [documentation](https://docs.zephyr-cloud.io/recipes/rspress).
13
+ > Learn more in our [documentation](https://docs.zephyr-cloud.io/meta-frameworks/rspress).
14
14
 
15
15
  ---
16
16
 
@@ -24,7 +24,7 @@ npx create-zephyr-apps@latest
24
24
 
25
25
  Select the Rspress example when prompted.
26
26
 
27
- For advanced usage and more recipes, visit our [documentation](https://docs.zephyr-cloud.io/recipes/rspress).
27
+ For advanced usage and more recipes, visit our [documentation](https://docs.zephyr-cloud.io/meta-frameworks/rspress).
28
28
 
29
29
  ---
30
30
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rspress-plugin",
3
- "version": "0.0.59",
3
+ "version": "0.1.0",
4
4
  "description": "Rspress plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rspress-plugin",
3
- "version": "0.0.0-canary.1",
3
+ "version": "0.0.0-canary.3",
4
4
  "description": "Rspress plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "@rspress/shared": "^1.44.0",
20
20
  "tslib": "^2.8.1",
21
- "zephyr-agent": "0.0.0-canary.1",
22
- "zephyr-rsbuild-plugin": "0.0.0-canary.1",
23
- "zephyr-xpack-internal": "0.0.0-canary.1",
24
- "zephyr-edge-contract": "0.0.0-canary.1"
21
+ "zephyr-agent": "0.0.0-canary.3",
22
+ "zephyr-edge-contract": "0.0.0-canary.3",
23
+ "zephyr-xpack-internal": "0.0.0-canary.3",
24
+ "zephyr-rsbuild-plugin": "0.0.0-canary.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/is-ci": "3.0.4",