Skip to content

Commit e1bdf42

Browse files
committed
chore: update deps
1 parent 2c1518b commit e1bdf42

Some content is hidden

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

61 files changed

+1147
-1247
lines changed

apps/ai/docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ sidebar: false
55
outline: false
66
lastUpdated: false
77
---
8-

apps/ai/module-federation.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default createModuleFederationConfig({
55
name: 'ai_docs',
66
exposes: {
77
'./intro': './docs/index.mdx',
8-
'./hello': './docs/hello.mdx'
8+
'./hello': './docs/hello.mdx',
99
},
1010
});

apps/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@module-federation/rspress-plugin": "^0.18.3",
14-
"@rspress/core": "2.0.0-beta.29",
14+
"@rspress/core": "2.0.0-beta.31",
1515
"@zephyr-docs/shared": "workspace:*"
1616
},
1717
"devDependencies": {

apps/cloud/docs/cloud.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: With Zephyr's bring your own cloud feature, you can use Zephyr with
55

66
import { Steps, Badge } from '@rspress/core/theme';
77
import { Separator, Button, CardLayout } from '@zephyr-docs/shared';
8-
import { CloudProviderCards} from "../components/cloud-provider"
8+
import { CloudProviderCards } from '../components/cloud-provider';
99

1010
# Manage Cloud Providers on Zephyr
1111

@@ -15,10 +15,10 @@ With BYOC, users are able to _manage configuration_, _understand the underlying
1515

1616
Users belong to an organization can manage and configure cloud providers on Zephyr's [dashboard](https://app.zephyr-cloud.io), and user's organization gets connected with cloud provider account by creating an integration under **Deployment Integration** tab.
1717

18-
## Choose your Cloud provider
18+
## Choose your Cloud provider
1919

2020
<CardLayout>
21-
<CloudProviderCards/>
21+
<CloudProviderCards />
2222
</CardLayout>
2323

2424
## About Deployment Integrations
@@ -45,9 +45,9 @@ For detailed instructions on updating your deployment integrations, see our [Upd
4545
Zephyr regularly releases updates to deployment integrations that provide:
4646

4747
- **New Features**: Access to the latest Zephyr capabilities and cloud provider features
48-
- **Performance Improvements**: Faster deployments and better resource utilization
48+
- **Performance Improvements**: Faster deployments and better resource utilization
4949
- **Security Updates**: Latest security patches and compliance improvements
5050
- **Bug Fixes**: Resolution of known issues and edge cases
5151
- **Compatibility**: Support for new versions of bundlers and frameworks
5252

53-
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.
53+
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.

apps/cloud/docs/cloud/akamai.mdx

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Before proceeding, you will need some data from Akamai:
5151

5252
| API | Access Level |
5353
| :-------------------------------- | :----------: |
54-
| CPcode and Reporting group (cprg) | READ-WRITE |
55-
| Edge Hostnames API (hapi) | READ-WRITE |
56-
| EdgeKV | READ-WRITE |
57-
| EdgeWorkers | READ-WRITE |
58-
| Property Manager (PAPI) | READ-WRITE |
54+
| CPcode and Reporting group (cprg) | READ-WRITE |
55+
| Edge Hostnames API (hapi) | READ-WRITE |
56+
| EdgeKV | READ-WRITE |
57+
| EdgeWorkers | READ-WRITE |
58+
| Property Manager (PAPI) | READ-WRITE |
5959

6060
- Copy or download token and add `[default]` as a header, so token will look like:
6161

@@ -85,50 +85,48 @@ client_token = YOUR_CLIENT_TOKEN
8585

8686
Find you product [here](https://techdocs.akamai.com/property-mgr/reference/id-prefixes#common-product-ids) and choose product id regarding contract - **prd_Fresca** or **prd_SPM**
8787

88-
8988
### Configuration Inputs
9089

9190
Details for each input after clicking **Add Integration** under **Akamai**:
9291

9392
<dt>Integration Name</dt>
94-
<dd>
95-
A unique name within your organization, used as a slug.
96-
</dd>
93+
<dd>A unique name within your organization, used as a slug.</dd>
9794

9895
<dt>Integration Display Name</dt>
99-
<dd>
100-
The name of the integration shown on the dashboard.
101-
</dd>
96+
<dd>The name of the integration shown on the dashboard.</dd>
10297

10398
<dt>API Token</dt>
10499
<dd>
105-
Obtainable from Akamai. [See instructions](#1-api-token) for creating your API token.
100+
Obtainable from Akamai. [See instructions](#1-api-token) for creating your API
101+
token.
106102
</dd>
107103

108104
<dt>Domain</dt>
109-
<dd>
110-
Your domain.
111-
</dd>
105+
<dd>Your domain.</dd>
112106

113107
<dt>Akamai contract id</dt>
114108
<dd>
115-
Obtainable from Akamai. [See instructions](#2-contract-id) for getting your contract id.
109+
Obtainable from Akamai. [See instructions](#2-contract-id) for getting your
110+
contract id.
116111
</dd>
117112

118113
<dt>Akamai group id</dt>
119114
<dd>
120-
Obtainable from Akamai. [See instructions](#3-group-id) for getting your group id.
115+
Obtainable from Akamai. [See instructions](#3-group-id) for getting your group
116+
id.
121117
</dd>
122118

123119
<dt>Akamai product id</dt>
124120
<dd>
125-
Obtainable from Akamai. [See instructions](#4-product-id) for getting your product id.
121+
Obtainable from Akamai. [See instructions](#4-product-id) for getting your
122+
product id.
126123
</dd>
127124

128125
<dt>Set Integration as Default</dt>
129126
<dd>
130127
When set as default, all Zephyr deployments will use this integration until a
131-
new one (default integration) is set. Deployment using integration won't work until Akamai worker and property become activated.
128+
new one (default integration) is set. Deployment using integration won't work
129+
until Akamai worker and property become activated.
132130
</dd>
133131

134132
### Validate domain and setup DNS
@@ -141,11 +139,11 @@ Details for each input after clicking **Add Integration** under **Akamai**:
141139
- Go to your domain provider (e.g., GoDaddy)
142140
- Add some CNAME records
143141

144-
| Subdomain | Type | Value |
145-
|-----------------------------------|-------|--------------------------------------------|
146-
| _acme-challenge.ze.yourdomain.com | CNAME | < value from verification record > |
147-
| ze.yourdomain.com | CNAME | ze.yourdomain.com.edgesuite.net. |
148-
| *.ze.yourdomain.com | CNAME | ze.yourdomain.com.edgesuite.net. |
142+
| Subdomain | Type | Value |
143+
| ---------------------------------- | ----- | ---------------------------------- |
144+
| \_acme-challenge.ze.yourdomain.com | CNAME | < value from verification record > |
145+
| ze.yourdomain.com | CNAME | ze.yourdomain.com.edgesuite.net. |
146+
| \*.ze.yourdomain.com | CNAME | ze.yourdomain.com.edgesuite.net. |
149147

150148
### Wait until worker and property become activated
151149

@@ -226,7 +224,7 @@ const { promisify } = require('node:util');
226224
const edgercPath = homedir() + '/.edgerc';
227225
const edgercSection = 'default';
228226
const eg = new EdgeGrid({
229-
path: edgercPath,
227+
path: edgercPath,
230228
section: edgercSection,
231229
});
232230

@@ -235,24 +233,23 @@ const network = process.env.NETWORK || 'production'; // staging or production
235233

236234
eg.auth({
237235
path: `/edgekv/v1/networks/${network}/namespaces/${namespaceId}`,
238-
method: 'DELETE',
239-
headers: {
236+
method: 'DELETE',
237+
headers: {
240238
'Content-Type': 'application/json',
241-
Accept: 'application/json',
239+
Accept: 'application/json',
242240
},
243241
body: {},
244242
});
245243

246244
const send = promisify(eg.send.bind(eg));
247-
send()
245+
send()
248246
.then(({ data }) => {
249247
console.log('Namespace deleting result', data);
250248
})
251249
.catch((error) => {
252250
console.error('Namespace deleting error', error);
253251
process.exit(1);
254252
});
255-
256253
```
257254

258255
### Revoke EdgeKV access token
@@ -268,18 +265,18 @@ const { promisify } = require('node:util');
268265
const edgercPath = homedir() + '/.edgerc';
269266
const edgercSection = 'default';
270267
const eg = new EdgeGrid({
271-
path: edgercPath,
268+
path: edgercPath,
272269
section: edgercSection,
273270
});
274271

275272
const tokenName = process.env.TOKEN_NAME;
276273

277274
eg.auth({
278275
path: `/edgekv/v1/tokens/${tokenName}`,
279-
method: 'DELETE',
280-
headers: {
276+
method: 'DELETE',
277+
headers: {
281278
'Content-Type': 'application/json',
282-
Accept: 'application/json',
279+
Accept: 'application/json',
283280
},
284281
body: {},
285282
});
@@ -293,5 +290,4 @@ send()
293290
console.error('Token revoking error', error);
294291
process.exit(1);
295292
});
296-
297293
```

apps/cloud/docs/cloud/aws.mdx

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -98,34 +98,28 @@ aws_secret_access_key = YOUR_ACCESS_KEY_SECRET
9898
Details for each input after clicking **Add Integration** under **AWS**:
9999

100100
<dt>Integration Name</dt>
101-
<dd>
102-
A unique name within your organization, used as a slug.
103-
</dd>
101+
<dd>A unique name within your organization, used as a slug.</dd>
104102

105103
<dt>Integration Display Name</dt>
106-
<dd>
107-
The name of the integration shown on the dashboard.
108-
</dd>
104+
<dd>The name of the integration shown on the dashboard.</dd>
109105

110106
<dt>API Token</dt>
111107
<dd>
112-
Obtainable from AWS. [See instructions](#1-api-token) for creating your API token.
108+
Obtainable from AWS. [See instructions](#1-api-token) for creating your API
109+
token.
113110
</dd>
114111

115112
<dt>Domain</dt>
116-
<dd>
117-
Your domain.
118-
</dd>
113+
<dd>Your domain.</dd>
119114

120115
<dt>Certificate arn</dt>
121-
<dd>
122-
Certificate arn for domain (ze.your.domain)
123-
</dd>
116+
<dd>Certificate arn for domain (ze.your.domain)</dd>
124117

125118
<dt>Set Integration as Default</dt>
126119
<dd>
127120
When set as default, all Zephyr deployments will use this integration until a
128-
new one (default integration) is set. Deployment using integration won't work until AWS worker and property become activated.
121+
new one (default integration) is set. Deployment using integration won't work
122+
until AWS worker and property become activated.
129123
</dd>
130124

131125
### Validate domain and setup DNS
@@ -134,10 +128,10 @@ Details for each input after clicking **Add Integration** under **AWS**:
134128
- Find you domain
135129
- Copy value from `Domain name (standard)` column and add DNS records described in the table below
136130

137-
| Subdomain | Type | Value |
138-
|-----------------------------------|-------|--------------------------------------------|
139-
| ze.yourdomain.com | CNAME | < Domain name value > |
140-
| *.ze.yourdomain.com | CNAME | < Domain name value > |
131+
| Subdomain | Type | Value |
132+
| -------------------- | ----- | --------------------- |
133+
| ze.yourdomain.com | CNAME | < Domain name value > |
134+
| \*.ze.yourdomain.com | CNAME | < Domain name value > |
141135

142136
</Steps>
143137

@@ -679,7 +673,7 @@ log "==> PHASE 2 completed."
679673
#### Collect necessary data
680674

681675
| Variable | Where to find in the AWS dashboard | Description |
682-
|-------------------|------------------------------------|------------------------------------------------------|
676+
| ----------------- | ---------------------------------- | ---------------------------------------------------- |
683677
| DDB_TABLES | DynamoDB -> Tables | envs and snaphots table names |
684678
| LOG_GROUPS | Cloudwatch -> Log groups | Cloudwatch log groups of Lambda@Edge function |
685679
| CF_DIST_ID | Cloudfront -> Distributions | Cloudfron distribution id |

apps/cloud/docs/cloud/cloudflare.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { Steps, Badge } from '@rspress/core/theme';
88
import { Separator } from '@zephyr-docs/shared';
99
import { CustomDomain } from '../../components/cloud-provider.tsx';
1010

11-
1211
# Configure Cloudflare on Zephyr
1312

1413
Originally launched as an email spam tracker, Cloudflare today offers extensive capabilities for users to register, manage domains as a registrar, and monitor, secure, and configure an entire IT infrastructure.
@@ -102,13 +101,15 @@ Details for each input after clicking **Add Integration** under **Cloudflare**:
102101
<dd>The name of the integration shown on the dashboard.</dd>
103102

104103
<dt>Delimiter</dt>
105-
<dd>Choose the delimiter for application subdomains: `-` (your deploy URL will be `*-ze.your.domain`) or `.` (your deploy URL will be `*.ze.your.domain`) </dd>
104+
<dd>
105+
Choose the delimiter for application subdomains: `-` (your deploy URL will be
106+
`*-ze.your.domain`) or `.` (your deploy URL will be `*.ze.your.domain`){' '}
107+
</dd>
106108

107109
<dt>API Token</dt>
108110
<dd>
109-
Obtainable from Cloudflare. [See
110-
instructions](#2-api-token) for creating
111-
your API token.
111+
Obtainable from Cloudflare. [See instructions](#2-api-token) for creating your
112+
API token.
112113
</dd>
113114

114115
<dt>Zone ID</dt>
@@ -167,7 +168,7 @@ A CNAME record will be added to your domain with the following details:
167168

168169
| Type | Name | Content | Proxy Status | TTL |
169170
| :---: | :--: | :------------------: | :----------: | :--: |
170-
| CNAME | `*` | `ze.zephyrcloud.app` | ✔ Proxied | Auto |
171+
| CNAME | `*` | `ze.zephyrcloud.app` | ✔ Proxied | Auto |
171172

172173
### Deployment and Inspecting Assets
173174

apps/cloud/docs/cloud/fastly.mdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fastly's best-in-class edge cloud platform helps you modernize and automate to m
2626

2727
## Integration Setup
2828

29-
:::info
29+
:::info
3030
API Token Configuration
3131

3232
- Create your API token [here](https://manage.fastly.com/account/personal/tokens). For detailed steps on creating an API token, refer to the [Fastly API token documentation](https://www.fastly.com/documentation/guides/account-info/account-management/using-api-tokens/).
@@ -43,10 +43,10 @@ API Token Configuration
4343
1. Navigate to the Organization Level in Zephyr
4444
2. Select **Settings** tab, choose **Deployment integration** and then click on **Available**
4545
3. On this page choose **Fastly Integration** and click on **Add integration**
46-
3. Complete the form with:
46+
4. Complete the form with:
4747
- API Token
4848
- Site ID
49-
4. Click **Add Integration**
49+
5. Click **Add Integration**
5050

5151
### Configure DNS Domain
5252

@@ -55,7 +55,7 @@ API Token Configuration
5555
3. Add two domains:
5656
- `ze.yourdomain.com`
5757
- `*.ze.yourdomain.com`
58-
4. Click "Add" then "Submit"
58+
4. Click "Add" then "Submit"
5959
5. You'll see a "Pending verification" status
6060
6. You will see CNAME records here that you'll need for the next step
6161

@@ -67,18 +67,19 @@ API Token Configuration
6767
4. Click "View/Edit" once verified
6868
5. Create two CNAME records:
6969

70-
| Subdomain | Type | Priority | Target |
71-
|-----------|------|----------|--------|
72-
| ze.yourdomain.com | CNAME | - | t.sni.global.fastly.net |
73-
| *.ze.yourdomain.com | CNAME | - | t.sni.global.fastly.net |
70+
| Subdomain | Type | Priority | Target |
71+
| -------------------- | ----- | -------- | ----------------------- |
72+
| ze.yourdomain.com | CNAME | - | t.sni.global.fastly.net |
73+
| \*.ze.yourdomain.com | CNAME | - | t.sni.global.fastly.net |
7474

75-
*Note: Actual target values will be shown in your Fastly dashboard*
75+
_Note: Actual target values will be shown in your Fastly dashboard_
7676

7777
</Steps>
7878

7979
## System Components
8080

8181
The integration creates:
82+
8283
- Config store for jwt-secret
8384
- KV stores:
8485
- ze-snapshots
@@ -92,4 +93,4 @@ The integration creates:
9293
2. Build a new application with Zephyr
9394
3. During deployment:
9495
- System retrieves site information using provided parameters
95-
- Zephyr Plugin uploads build assets to KV stores
96+
- Zephyr Plugin uploads build assets to KV stores

0 commit comments

Comments
 (0)