Skip to content

Commit

Permalink
Merge branch 'master' into prettier-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jan 25, 2024
2 parents 5733e7d + 5e723ca commit cc43883
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 deletions.
2 changes: 0 additions & 2 deletions docs/docs-content/devx/enterprise-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ started. Create your application profiles and deploy your applications to Palett

Use the following resource to get started with PDE today.

- Learn about [Palette's Free Tier Offering](../getting-started/palette-freemium.md).

- [Tutorial](./apps/deploy-app.md).

- Learn about [App Mode versus Cluster Mode](../introduction/palette-modes.md).
Expand Down
11 changes: 4 additions & 7 deletions docs/docs-content/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ tags: ["getting-started"]
This page gives an overview of getting started with Spectro Cloud Palette quickly. We introduce Palette's complimentary
subscription plans, features, workflow, and user experience session to our users.

The first step towards adopting Palette to your organization is to create a login. We highly appreciate our users having
a first impression of our product before making a purchase decision; hence, we provide our users with the following
options:

[Palette Freemium](../getting-started/palette-freemium.md)

[Free Cloud Credit](..//getting-started/palette-freemium.md)
The first step towards adopting Palette to your organization is to
[create a login](https://www.spectrocloud.com/get-started). The
[Palette Free Tier](https://www.spectrocloud.com/free-tier) gives our users the opportunity to get a first impression of
our product before making a purchase decision.

After successful account creation, Palette presents a well-organized Product Onboarding Workflow to streamline the user
product adoption. The onboarding process consists of explaining our product features, followed by a Palette experience
Expand Down
5 changes: 2 additions & 3 deletions docs/docs-content/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ operational risk.
## Next Steps

Learn more about Palette and how it can improve your Kubernetes experience and those in your organization. Try
[Palette](https://console.spectrocloud.com/) for free today and experience a better way of working with Kubernetes.

- [Try Palette for Free](../getting-started/palette-freemium.md)
[Palette](https://console.spectrocloud.com/) for [free](https://www.spectrocloud.com/free-tier) today and experience a
better way of working with Kubernetes.

- [App Mode and Cluster Mode](palette-modes.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Cloud Palette.
## Prerequisites

- Microsoft Azure Active Directory with appropriate permissions to create and modify users, groups, Enterprise
Applications (SAML) or App Registrations (OIDC).<p></p><br />
- Access to Palette - Request access for a [Free Trial](../../getting-started/palette-freemium.md).<p></p><br />
Applications (SAML) or App Registrations (OIDC).
- Appropriate rights and
[enabled token IDs](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc#enable-id-tokens)
in Azure.<p></p><br />
Expand Down
6 changes: 5 additions & 1 deletion redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ const redirects = [
},
{
from: `/getting-started/free-cloud-credit`,
to: `/getting-started/palette-freemium`,
to: `/getting-started`,
},
{
from: `/getting-started/palette-freemium`,
to: `/getting-started`,
},
{
from: `/clusters/public-cloud/eks`,
Expand Down
11 changes: 11 additions & 0 deletions vale/styles/spectrocloud/inclusive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
extends: existence
message: "Consider avoiding '%s' in favor of more inclusive language."
link: "http://example.com/inclusivity-guidelines"
ignorecase: true
level: error
tokens:
- master
- slave
nonword: true
exceptions:
- master branch

0 comments on commit cc43883

Please sign in to comment.