Skip to content

Commit cea28a2

Browse files
authored
docs: add zephyr to docs page (#6071)
1 parent ba6fa6b commit cea28a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

website/docs/en/guide/basic/static-deploy.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,18 @@ In this way, when referencing static assets in HTML, the specified prefix will b
8080
<script src="https://cdn.com/path/static/js/index.some-hash.js"></script>
8181
```
8282

83+
## Deploy with Zephyr Cloud
84+
85+
[Zephyr Cloud](https://zephyr-cloud.io) is a zero-config deployment platform that integrates directly into your build process and provides global edge distribution for federated applications.
86+
87+
### How to deploy
88+
89+
Follow the steps in [zephyr-rsbuild-plugin](https://www.npmjs.com/package/zephyr-rsbuild-plugin).
90+
91+
During the build process, your application will be automatically deployed and you'll receive a deployment URL. Zephyr Cloud handles asset optimization, global CDN distribution, module federation setup, and provides automatic rollback capabilities.
92+
93+
Start for free today at [zephyr-cloud.io](https://zephyr-cloud.io).
94+
8395
## GitHub pages
8496

8597
[GitHub Pages](https://pages.github.com/) is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub.

0 commit comments

Comments
 (0)