Skip to content

Commit 0497c61

Browse files
chore(docs): update legacy docs site links with new one (#147)
* chore(docs): update legacy docs site links with new one Co-authored-by: Bartosz Blizniak <55028730+BartoszBlizniak@users.noreply.github.com>
1 parent 8213a65 commit 0497c61

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This provider allows Cloudsmith users to automate the provisioning of resources using Terraform. Users can create and manage repositories, along with entitlement tokens to grant access to repository contents.
44

5-
See [help.cloudsmith.io](https://help.cloudsmith.io/) for full documentation (including an API reference).
5+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/) for full documentation (including an API reference).
66

77
## Example Usage
88

docs/resources/entitlement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The entitlement resource allows the creation and management of Entitlement tokens for a given Cloudsmith repository. Entitlement tokens grant read-only access to a repository and can be configured with a number of custom restrictions if necessary.
44

5-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/entitlements) for full entitlement documentation.
5+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/software-distribution/entitlement-tokens) for full entitlement documentation.
66

77
## Example Usage
88

docs/resources/entitlement_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The entitlement control resource allows enabling and disabling of existing Entit
55
> ⚠️ **We highly recommend controlling the entitlement token with the [`cloudsmith_entitlement` resource](../resources/entitlement.md) and the `is_active` flag which controls the same setting. The purpose of this resource is to manage the "Default" entitlement token which is created by default for all repositories.**
66
77

8-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/entitlements) for full entitlement documentation.
8+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/software-distribution/entitlement-tokens) for full entitlement documentation.
99

1010
## Example Usage
1111

docs/resources/license_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The license policy resource allows for creation and management of license policies within a Cloudsmith organization.
44

5-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/license-policies) for the full license policies documentation.
5+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/policy-management/license-policy) for the full license policies documentation.
66

77
## Example Usage
88

docs/resources/repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The repository resource allows creation and management of package repositories within a Cloudsmith namespace. Repositories store packages and are the main entities with which Cloudsmith users interact.
44

5-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/manage-a-repository) for full repository documentation.
5+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/repositories) for full repository documentation.
66

77
# Example Usage
88

docs/resources/repository_geo_ip_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The repository geo/ip rules resource allows the management of geo/ip rules for a given Cloudsmith repository. Using this resource it is possible to allow and/or deny access to a repository using CIDR notation, two-character ISO 3166-1 country codes or a combination thereof.
44

5-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/geoip-restriction) for full geo/ip rules documentation.
5+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/policy-management/geoip-rules) for full geo/ip rules documentation.
66

77
## Example Usage
88

docs/resources/repository_privileges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The repository privileges resource allows the management of privileges for a giv
44

55
Note that while users can be added to repositories in this manner, since Terraform does not (and cannot currently) manage those user accounts, you may encounter issues if the users change or are deleted outside of Terraform.
66

7-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/permissions#repository-permissions) for full permissions documentation.
7+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/repositories/repository-settings#repository-privileges) for full permissions documentation.
88

99
## Example Usage
1010

docs/resources/repository_retention.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Note that while retention rules can be managed in this manner, changes made outs
66

77
**Note: Retention rule settings are only applied once retention is enabled for the repository.**
88

9-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/retention-lifecycle#:~:text=Retention%20rules%20only%20activate%20when,1000%20day%20package%20be%20deleted.) for full retention rules documentation.
9+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/artifact-management/retention-rules) for full retention rules documentation.
1010

1111
## Example Usage
1212

@@ -42,8 +42,8 @@ resource "cloudsmith_repository_retention_rule" "retention_rule" {
4242
The following arguments are supported:
4343

4444
* `namespace` - (Required) The namespace of the repository.
45-
* `repository` - (Required) If true, the retention lifecycle rules will be activated for the repository and settings will be updated.
46-
* `retention_enabled` - (Required) If true, the retention lifecycle rules will be activated for the repository and settings will be updated.
45+
* `repository` - (Required) If true, the retention rules will be activated for the repository and settings will be updated.
46+
* `retention_enabled` - (Required) If true, the retention rules will be activated for the repository and settings will be updated.
4747
* `retention_count_limit` - (Optional) The maximum number of packages to retain. Must be between 0 and 10000.
4848
* `retention_days_limit` - (Optional) The number of days of packages to retain. Must be between `0` and `180`.
4949
* `retention_group_by_name` - (Optional) If true, retention will apply to groups of packages by name rather than all packages.

docs/resources/repository_upstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The repository upstream resource allows the management of upstreams for a Cloudsmith repository. Using this resource, it is possible to proxy and/or cache packages hosted in one or more third-party package registries through a single Cloudsmith repository.
44

5-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/proxying) for full upstream proxying documentation.
5+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/tbc/upstream-proxying-and-caching#supported-formats) for full upstream proxying documentation.
66

77
## Example Usage
88

docs/resources/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The service resource allows the creation and management of services for a given Cloudsmith organization. Services allow users to create API keys that can be used for machine-to-machine or other programmatic access without requiring a real user account.
44

5-
See [help.cloudsmith.io](https://help.cloudsmith.io/docs/service-accounts) for full service documentation.
5+
See [docs.cloudsmith.com](https://docs.cloudsmith.com/accounts-and-teams/service-accounts) for full service documentation.
66

77
## Example Usage
88

0 commit comments

Comments
 (0)