zephyr-rspress-plugin 0.1.0-next.1 → 0.1.1-next.2
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 +3 -3
- package/dist/package.json +1 -1
- package/package.json +5 -5
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/
|
|
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/
|
|
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/
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-rspress-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-next.2",
|
|
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-
|
|
22
|
-
"zephyr-
|
|
23
|
-
"zephyr-
|
|
24
|
-
"zephyr-
|
|
21
|
+
"zephyr-rsbuild-plugin": "0.1.1-next.2",
|
|
22
|
+
"zephyr-agent": "0.1.1-next.2",
|
|
23
|
+
"zephyr-xpack-internal": "0.1.1-next.2",
|
|
24
|
+
"zephyr-edge-contract": "0.1.1-next.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/is-ci": "3.0.4",
|