Skip to content

Commit e7540b9

Browse files
precommit
1 parent 569598a commit e7540b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Documentation Build System
66

7-
This is the Spacelift user documentation repository using MkDocs with Material theme. The live documentation is at https://docs.spacelift.io/.
7+
This is the Spacelift user documentation repository using MkDocs with Material theme. The live documentation is at <https://docs.spacelift.io/>.
88

99
## Common Commands
1010

1111
### Development
1212

13-
- `make run` - Run the documentation site locally via Docker Compose (http://localhost:8000)
13+
- `make run` - Run the documentation site locally via Docker Compose (<http://localhost:8000>)
1414
- `mkdocs serve` - Run locally with MkDocs directly
1515
- `mkdocs serve -a '0.0.0.0:8000'` - Run with external access
1616

docs/installing-spacelift/reference-architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Once Spacelift has been deployed to your environment, follow our [first setup gu
5959

6060
## Upgrading
6161

62-
Spacelift supports zero downtime upgrades unless otherwise mentioned in the [changelog](../changelog.md). The process for upgrading to a new release is as follows:
62+
Spacelift supports zero downtime upgrades. The process for upgrading to a new release is as follows:
6363

6464
1. Make any required infrastructure adjustments.
6565
2. Push the latest container images to your registry.

docs/integrations/cloud-providers/oidc/gcp-oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For more information about configuring the OpenTofu/Terraform provider, please s
105105

106106
## Configuring the Pulumi GCP Provider
107107

108-
To configure the Pulumi [GCP provider](https://www.pulumi.com/registry/packages/gcp/api-docs/provider/){: rel="nofollow"} follow the same steps as for the [OpenTofu/Terraform provider](#configuring-the-terraform-provider).
108+
To configure the Pulumi [GCP provider](https://www.pulumi.com/registry/packages/gcp/api-docs/provider/){: rel="nofollow"} follow the same steps as for the [OpenTofu/Terraform provider](#configuring-the-opentofuterraform-provider).
109109

110110
## Troubleshooting
111111

docs/vendors/terraform/external-state-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# External state access
22

33
!!! info
4-
While this feature allows sharing outputs between stacks, we recommend using Spacelift's native [stack dependencies](../../concepts/configuration/stack-dependencies.md) instead when possible. Available for all supported IaC vendors, Stack dependencies provide a more integrated workflow with granular access, proper dependency tracking and access control, and they don't require external state access to be enabled.
4+
While this feature allows sharing outputs between stacks, we recommend using Spacelift's native [stack dependencies](../../concepts/stack/stack-dependencies.md) instead when possible. Available for all supported IaC vendors, Stack dependencies provide a more integrated workflow with granular access, proper dependency tracking and access control, and they don't require external state access to be enabled.
55

66
External state access allows you to read the state of the stack from outside authorized [runs](../../concepts/run/README.md) and [tasks](../../concepts/run/task.md). In particular, this enables sharing the outputs between stacks using the OpenTofu/Terraform mechanism of [remote state](https://opentofu.org/docs/language/state/remote-state-data/){: rel="nofollow"} or even accessing the state offline for analytical or compliance purposes.
77

0 commit comments

Comments
 (0)