Skip to content

Commit

Permalink
Merge branch 'master' into verified-packs
Browse files Browse the repository at this point in the history
  • Loading branch information
ritawatson authored Nov 2, 2023
2 parents dd84b03 + 60e67d2 commit 5bcaf36
Show file tree
Hide file tree
Showing 4 changed files with 30,836 additions and 6,034 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/version-branch-update.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/docs-content/devx/devx.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ App Mode is available for the following Palette platforms.
| Platform | Supported | Palette Version |
|---|----|---|
| SaaS || `v3.0.0` or greater. |
| Self-hosted || `3.4.0` or greater. |
| Airgap Self-hosted | ❌| N/A.
| Self-hosted || `v3.4.0` or greater. |
| Airgap Self-hosted | |`v4.0.0` or greater. |


## Manage Resources
Expand Down
4 changes: 2 additions & 2 deletions scripts/netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Release branches get a preview through docs-latest.spectrocloud.com


# List of branches to NOT create an automatic Netlify preview
disallowed_branches=("master" "release-*" "version-*")
# List of branches to NOT create an automatic Netlify preview. This also includes branch-deploy previews.
disallowed_branches=("master" "release-*")

# Get current branch name
current_branch=$(git branch --show-current)
Expand Down
Loading

0 comments on commit 5bcaf36

Please sign in to comment.