Skip to content

Commit cd3adce

Browse files
Nstttryok90
andauthored
fix: rewrite some pages so they make sense (#168)
Co-authored-by: Rodrigo Yokota <53323214+ryok90@users.noreply.github.com>
1 parent 1e6afe9 commit cd3adce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+515
-201
lines changed

components/ui/separator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { cn } from '@/lib/cn';
22

3-
export const Separator = ({ className }: { className: string }) => {
3+
export const Separator = ({ className }: { className?: string }) => {
44
return (
55
<div className={cn('py-8 -mb-8 lg:my-4 md:my-6 lg:-mb-8', className)}>
66
<div className="h-[0.4px] bg-zinc-200/30" />

components/zephyr/repack/forked-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ZC=1 pnpm --filter MobileCheckout run start --platform ios
8080

8181
`ZC=1` is the environment variable how we set up the project to kick off Zephyr deployment.
8282

83-
After `mobile-checkout` is built and deployed (make sure the deployed URL kicked back, if not you can report the bug in our [Discord](https://zephyr-cloud.io/discord)), you can run `mobile-cart` (a remote for `mobile-inventory`).
83+
After `mobile-checkout` is built and deployed (make sure the deployed URL kicked back, if not you can report the bug in our [Discord](https://discord.gg/zephyrcloud)), you can run `mobile-cart` (a remote for `mobile-inventory`).
8484

8585
```bash
8686
ZC=1 pnpm --filter MobileCart run start --platform ios

docs/bundlers/rsbuild.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ export default defineConfig({
163163

164164
- [React + Rsbuild Integration](/integrations/react-rsbuild)
165165
- [Module Federation Tutorial](/tutorials/create-mf-app)
166-
- [Join our Discord](https://zephyr-cloud.io/discord) for support
166+
- [Join our Discord](https://discord.gg/zephyrcloud) for support

docs/bundlers/rspack.mdx

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,31 @@ const config = {
292292

293293
- [Module Federation Tutorial](/tutorials/create-mf-app)
294294
- [Multi-bundler Setup](/integrations/vite-rspack-webpack-mf)
295-
- [Join our Discord](https://zephyr-cloud.io/discord) for support
295+
- [Join our Discord](https://discord.gg/zephyrcloud) for support
296+
297+
## Related Documentation
298+
299+
**Module Federation:**
300+
301+
- **[Module Federation Guide](/tutorials/mf-guide)** - Complete guide to micro-frontends
302+
- **[Create MF App Tutorial](/tutorials/create-mf-app)** - Step-by-step module federation setup
303+
- **[Remote Dependencies](/features/remote-dependencies)** - Advanced dependency resolution
304+
305+
**Integration Guides:**
306+
307+
- **[React + Rspack](/integrations/react-rsbuild)** - React with Rspack integration
308+
- **[React + Rspack + Nx](/integrations/react-rspack-nx)** - Monorepo setup with Nx
309+
- **[Multi-bundler Setup](/integrations/vite-rspack-webpack-mf)** - Using multiple bundlers together
310+
- **[Existing App Integration](/integrations/existing-app)** - Add Zephyr to existing applications
311+
312+
**Other Bundlers:**
313+
314+
- **[Rsbuild](/bundlers/rsbuild)** - Higher-level tool built on Rspack
315+
- **[Webpack](/bundlers/webpack)** - Original bundler with wide ecosystem
316+
- **[Vite](/bundlers/vite)** - Lightning-fast development with native ESM
317+
318+
**Features:**
319+
320+
- **[Versions](/features/versions)** - Understanding version management
321+
- **[Tags & Environments](/features/tags-environments)** - Deployment strategies
322+
- **[CI/CD Integration](/features/ci-cd-personal-token)** - Automated deployments

docs/bundlers/webpack.mdx

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,29 @@ export default withZephyr()(config);
127127

128128
## Next Steps
129129

130-
- [Join our Discord](https://zephyr-cloud.io/discord) for support
130+
- [Join our Discord](https://discord.gg/zephyrcloud) for support
131+
132+
## Related Documentation
133+
134+
**Module Federation:**
135+
136+
- **[Module Federation Guide](/tutorials/mf-guide)** - Complete guide to micro-frontends
137+
- **[Create MF App Tutorial](/tutorials/create-mf-app)** - Step-by-step module federation setup
138+
- **[Remote Dependencies](/features/remote-dependencies)** - Advanced dependency resolution
139+
140+
**Integration Guides:**
141+
142+
- **[Multi-bundler Setup](/integrations/vite-rspack-webpack-mf)** - Using multiple bundlers together
143+
- **[Existing App Integration](/integrations/existing-app)** - Add Zephyr to existing applications
144+
145+
**Other Bundlers:**
146+
147+
- **[Rspack](/bundlers/rspack)** - Faster Rust-based alternative to Webpack
148+
- **[Vite](/bundlers/vite)** - Lightning-fast development with native ESM
149+
- **[Rsbuild](/bundlers/rsbuild)** - Rspack-based build tool
150+
151+
**Features:**
152+
153+
- **[Versions](/features/versions)** - Understanding version management
154+
- **[Tags & Environments](/features/tags-environments)** - Deployment strategies
155+
- **[CI/CD Integration](/features/ci-cd-personal-token)** - Automated deployments

docs/cloud.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,20 @@ Zephyr regularly releases updates to deployment integrations that provide:
5757
- **Compatibility**: Support for new versions of bundlers and frameworks
5858

5959
The beauty of Zephyr's integration system is that these updates happen at the infrastructure level, meaning your development team can benefit from improvements without modifying their build processes, deployment scripts, or workflows.
60+
61+
## Related Documentation
62+
63+
**Cloud Provider Guides:**
64+
65+
- **[Cloudflare](/cloud/cloudflare)** - Deploy to Cloudflare Workers
66+
- **[Netlify](/cloud/netlify)** - Deploy to Netlify Edge
67+
- **[AWS](/cloud/aws)** - Deploy to AWS infrastructure
68+
- **[Fastly](/cloud/fastly)** - Deploy to Fastly edge network
69+
- **[Akamai](/cloud/akamai)** - Deploy to Akamai edge platform
70+
- **[Updating Integrations](/cloud/updating-integrations)** - Keep your integrations up to date
71+
72+
**Architecture & Deployment:**
73+
74+
- **[Architecture](/reference/architecture)** - Understanding Zephyr's BYOC architecture
75+
- **[Tags & Environments](/features/tags-environments)** - Managing deployment environments
76+
- **[CI/CD Integration](/features/ci-cd-personal-token)** - Automated deployment workflows

docs/cloud/cloudflare.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Details for each input after clicking **Add Integration** under **Cloudflare**:
139139

140140
### Testing Cloudflare Integration
141141

142-
Visit our [recipes](/recipes) to test an application. Your next deployment should use your designated domain! (If not, [talk to us on Discord](https://zephyr-cloud.io/discord)).
142+
Visit our [recipes](/recipes) to test an application. Your next deployment should use your designated domain! (If not, [talk to us on Discord](https://discord.gg/zephyrcloud)).
143143

144144
When using our managed cloud (Cloudflare) or custom Cloudflare integration, avoid including capital letters in names for `package.json`, module federation configuration, or assets to prevent issues with Cloudflare queries.
145145

docs/cloud/netlify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Below are the input fields on [Zephyr's dashboard](https://app.zephyr-cloud.io)
196196

197197
### How to test it
198198

199-
Navigate to our [recipes](/recipes) to try one of the application, you should see your next deployment deployed through your designated domain! (if not come [talk to us](https://zephyr-cloud.io/discord))
199+
Navigate to our [recipes](/recipes) to try one of the application, you should see your next deployment deployed through your designated domain! (if not come [talk to us](https://discord.gg/zephyrcloud))
200200

201201
</Steps>
202202

docs/cloud/updating-integrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you encounter issues after updating an integration:
6262
1. **Check Integration Status**: Verify the integration shows as "Active" in your dashboard
6363
2. **Review Recent Deployments**: Look for any error messages in your deployment logs
6464
3. **Test with Simple Deploy**: Try deploying a simple application to isolate the issue
65-
4. **Get Help**: If problems persist, reach out to us on [Discord](https://zephyr-cloud.io/discord) with your integration details
65+
4. **Get Help**: If problems persist, reach out to us on [Discord](https://discord.gg/zephyrcloud) with your integration details
6666

6767
## Next Steps
6868

docs/errors/ze10028.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ This error will be deprecating soon.
2121

2222
Not documented yet. Had a problem and need help?
2323

24-
Contact us in our [discord](https://zephyr-cloud.io/discord)!
24+
Contact us in our [discord](https://discord.gg/zephyrcloud)!
2525

2626
:::

0 commit comments

Comments
 (0)