Skip to content

Commit a57dc42

Browse files
patch(docs): Change plans in docs (#637)
## πŸ“ Description https://github.com/renderedtext/tasks/issues/8713 ## βœ… Checklist - [x] I have tested this change - [ ] This change requires documentation update
1 parent a14c3f4 commit a57dc42

File tree

28 files changed

+41
-41
lines changed

28 files changed

+41
-41
lines changed

β€Ždocs/docs-contributing/STYLE_GUIDE.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ You can pass an array of plans instead.
299299

300300
```js
301301
// Renders as: Available on Semaphore Cloud: Startup Scalup
302-
<Available plans={['Startup','Scaleup']}/>
302+
<Available plans={['Cloud','Enterprise']}/>
303303
```
304304

305305
### Toggleable content

β€Ždocs/docs/reference/agent-aws-stack.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: AWS Autoscaler for self-hosted reference
44

55
# AWS Autoscaler Settings
66

7-
<Available plans={['Startup (Hybrid)', 'Scaleup (Hybrid)']}/>
7+
<Available plans={['Hybrid', 'Enterprise']}/>
88

99
This page describes all the settings available to configure [AWS Autoscaler Stack](../using-semaphore/self-hosted-aws).
1010

β€Ždocs/docs/reference/audit-events.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Audit log events reference
44

55
# Audit Log Events Reference
66

7-
<Available plans={['Scaleup']}/>
7+
<Available plans={['Enterprise']}/>
88

99
Each audit log entry shows applicable information about an event, such as:
1010

β€Ždocs/docs/reference/openid.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: OpenID Connect (OIDC) token reference
66

77
This page describes how [OpenID Connect (OIDC)](../using-semaphore/openid) tokens are generated.
88

9-
<Available plans={['Scaleup']}/>
9+
<Available plans={['Enterprise']}/>
1010

1111
## Reference
1212

β€Ždocs/docs/reference/secret-yaml.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ This is a required field for project-level secrets. It must contain either the p
5151

5252
## org_config {#org-config}
5353

54-
<Available plans={['Scaleup']}/>
54+
<Available plans={['Enterprise']}/>
5555

56-
The `org_config` property holds organization access policy fields, which are enabled for organizations on a Startup plan or higher.
56+
The `org_config` property holds organization access policy fields, which are enabled for organizations on a Cloud plan or higher.
5757

5858
This property can contain the following:
5959

β€Ždocs/docs/reference/self-hosted-config.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Self-hosted agents configuration reference
44

55
# Self-hosted Agents Settings
66

7-
<Available plans={['Startup (Hybrid)', 'Scaleup (Hybrid)']}/>
7+
<Available plans={['Hybrid', 'Enterprise']}/>
88

99
This page describes all the settings available to configure [self-hosted agents](../using-semaphore/self-hosted).
1010

β€Ždocs/docs/using-semaphore/okta.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use Okta to provision, manage your user, and provide Single Sign On (SSO) to you
1010

1111
## Overview
1212

13-
<Available plans={['Scaleup']} />
13+
<Available plans={['Enterprise']} />
1414

1515
[Okta](https://okta.com) is an enterprise identity management platform. It provides a centralized place to manage your users and groups across different products. You can integrate Okta with Semaphore to manage your users from the Okta application.
1616

β€Ždocs/docs/using-semaphore/openid.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenID Connect (OIDC) allows you to establish a more secure trust relationship b
88

99
## Overview
1010

11-
<Available plans={['Scaleup']}/>
11+
<Available plans={['Enterprise']}/>
1212

1313
Semaphore users traditionally use [secrets](./secrets) to inject credentials or API keys in jobs that need to interact with cloud providers. Every time the CI pipeline needs to deploy an application or fetch resources from a Docker registry or S3 bucket, we need to supply a secret to authorize Semaphore to access your cloud.
1414

β€Ždocs/docs/using-semaphore/org-health.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Overview of all your projects
66

77
<VideoTutorial title="How to use Organization Health dashboard" src="https://www.youtube.com/embed/2JVsH3DJccE?si=Xq_U0yWhryBsioDv" />
88

9-
<Available plans={['ScaleUp']} />
9+
<Available plans={['Enterprise']} />
1010

1111
The Organization Health dashboard summarizes all your [Project Insights](./insights) in a single place.
1212

β€Ždocs/docs/using-semaphore/org-preflight.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Preflight Checks
55

66
# Preflight Checks for Organizations
77

8-
<Available plans={['Scaleup']}/>
8+
<Available plans={['Enterprise']}/>
99

1010
Pre-flight checks are user-defined commands executed before the pipeline begins as part of the [pipeline initialization job](./pipelines#init-job). This page explains how to use this feature and shows some examples.
1111

0 commit comments

Comments
Β (0)