From 18f469105cd040825d88859082947cc78e6966b1 Mon Sep 17 00:00:00 2001 From: Robert Main <50675045+rmainwork@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:22:10 -0500 Subject: [PATCH] Deprecate website folder (#6212) * Update website folder to indicate deprecation Adds an alert banner to the top of all MDX files within `/website` to indicate deprecation * Update website README --- internal/website/permstable/resource-table.mdx | 5 +++++ website/README.md | 3 +++ website/content/docs/api-clients/desktop.mdx | 5 +++++ website/content/docs/api-clients/index.mdx | 5 +++++ website/content/docs/api/index.mdx | 5 +++++ website/content/docs/api/pagination.mdx | 5 +++++ website/content/docs/api/rate-limiting.mdx | 5 +++++ website/content/docs/architecture/fault-tolerance.mdx | 5 +++++ website/content/docs/architecture/high-availability.mdx | 5 +++++ .../content/docs/architecture/recommended-architecture.mdx | 5 +++++ website/content/docs/architecture/system-requirements.mdx | 5 +++++ website/content/docs/client-agent/configuration.mdx | 5 +++++ website/content/docs/client-agent/conflicting-software.mdx | 5 +++++ website/content/docs/client-agent/index.mdx | 5 +++++ website/content/docs/client-agent/manage.mdx | 5 +++++ website/content/docs/client-agent/troubleshoot.mdx | 5 +++++ website/content/docs/client-cache/index.mdx | 5 +++++ website/content/docs/commands/accounts/change-password.mdx | 5 +++++ website/content/docs/commands/accounts/create.mdx | 5 +++++ website/content/docs/commands/accounts/delete.mdx | 5 +++++ website/content/docs/commands/accounts/index.mdx | 5 +++++ website/content/docs/commands/accounts/list.mdx | 5 +++++ website/content/docs/commands/accounts/read.mdx | 5 +++++ website/content/docs/commands/accounts/set-password.mdx | 5 +++++ website/content/docs/commands/accounts/update.mdx | 5 +++++ website/content/docs/commands/aliases/create.mdx | 5 +++++ website/content/docs/commands/aliases/delete.mdx | 5 +++++ website/content/docs/commands/aliases/index.mdx | 5 +++++ website/content/docs/commands/aliases/list.mdx | 5 +++++ website/content/docs/commands/aliases/read.mdx | 5 +++++ website/content/docs/commands/aliases/update.mdx | 5 +++++ website/content/docs/commands/auth-methods/change-state.mdx | 5 +++++ website/content/docs/commands/auth-methods/create.mdx | 5 +++++ website/content/docs/commands/auth-methods/delete.mdx | 5 +++++ website/content/docs/commands/auth-methods/index.mdx | 5 +++++ website/content/docs/commands/auth-methods/list.mdx | 5 +++++ website/content/docs/commands/auth-methods/read.mdx | 5 +++++ website/content/docs/commands/auth-methods/update.mdx | 5 +++++ website/content/docs/commands/auth-tokens/delete.mdx | 5 +++++ website/content/docs/commands/auth-tokens/index.mdx | 5 +++++ website/content/docs/commands/auth-tokens/list.mdx | 5 +++++ website/content/docs/commands/auth-tokens/read.mdx | 5 +++++ website/content/docs/commands/authenticate/index.mdx | 5 +++++ website/content/docs/commands/authenticate/ldap.mdx | 5 +++++ website/content/docs/commands/authenticate/oidc.mdx | 5 +++++ website/content/docs/commands/authenticate/password.mdx | 5 +++++ website/content/docs/commands/billing/index.mdx | 5 +++++ .../content/docs/commands/billing/monthly-active-users.mdx | 5 +++++ website/content/docs/commands/cache/add-token.mdx | 5 +++++ website/content/docs/commands/cache/index.mdx | 5 +++++ website/content/docs/commands/cache/start.mdx | 5 +++++ website/content/docs/commands/cache/status.mdx | 5 +++++ website/content/docs/commands/cache/stop.mdx | 5 +++++ website/content/docs/commands/client-agent/index.mdx | 5 +++++ website/content/docs/commands/client-agent/pause.mdx | 5 +++++ website/content/docs/commands/client-agent/resume.mdx | 5 +++++ website/content/docs/commands/client-agent/sessions.mdx | 5 +++++ website/content/docs/commands/client-agent/status.mdx | 5 +++++ website/content/docs/commands/config/autocomplete.mdx | 5 +++++ website/content/docs/commands/config/decrypt.mdx | 5 +++++ website/content/docs/commands/config/encrypt.mdx | 5 +++++ website/content/docs/commands/config/get-token.mdx | 5 +++++ website/content/docs/commands/config/index.mdx | 5 +++++ website/content/docs/commands/connect/cassandra.mdx | 5 +++++ website/content/docs/commands/connect/http.mdx | 5 +++++ website/content/docs/commands/connect/index.mdx | 5 +++++ website/content/docs/commands/connect/kube.mdx | 5 +++++ website/content/docs/commands/connect/mongo.mdx | 5 +++++ website/content/docs/commands/connect/mysql.mdx | 5 +++++ website/content/docs/commands/connect/postgres.mdx | 5 +++++ website/content/docs/commands/connect/rdp.mdx | 5 +++++ website/content/docs/commands/connect/redis.mdx | 5 +++++ website/content/docs/commands/connect/ssh.mdx | 5 +++++ .../content/docs/commands/credential-libraries/create.mdx | 5 +++++ .../content/docs/commands/credential-libraries/delete.mdx | 5 +++++ website/content/docs/commands/credential-libraries/index.mdx | 5 +++++ website/content/docs/commands/credential-libraries/list.mdx | 5 +++++ website/content/docs/commands/credential-libraries/read.mdx | 5 +++++ .../content/docs/commands/credential-libraries/update.mdx | 5 +++++ website/content/docs/commands/credential-stores/create.mdx | 5 +++++ website/content/docs/commands/credential-stores/delete.mdx | 5 +++++ website/content/docs/commands/credential-stores/index.mdx | 5 +++++ website/content/docs/commands/credential-stores/list.mdx | 5 +++++ website/content/docs/commands/credential-stores/read.mdx | 5 +++++ website/content/docs/commands/credential-stores/update.mdx | 5 +++++ website/content/docs/commands/credentials/create.mdx | 5 +++++ website/content/docs/commands/credentials/delete.mdx | 5 +++++ website/content/docs/commands/credentials/index.mdx | 5 +++++ website/content/docs/commands/credentials/list.mdx | 5 +++++ website/content/docs/commands/credentials/read.mdx | 5 +++++ website/content/docs/commands/credentials/update.mdx | 5 +++++ website/content/docs/commands/database/index.mdx | 5 +++++ website/content/docs/commands/database/init.mdx | 5 +++++ website/content/docs/commands/database/migrate.mdx | 5 +++++ website/content/docs/commands/delete.mdx | 5 +++++ website/content/docs/commands/dev.mdx | 5 +++++ website/content/docs/commands/groups/add-members.mdx | 5 +++++ website/content/docs/commands/groups/create.mdx | 5 +++++ website/content/docs/commands/groups/delete.mdx | 5 +++++ website/content/docs/commands/groups/index.mdx | 5 +++++ website/content/docs/commands/groups/list.mdx | 5 +++++ website/content/docs/commands/groups/read.mdx | 5 +++++ website/content/docs/commands/groups/remove-members.mdx | 5 +++++ website/content/docs/commands/groups/set-members.mdx | 5 +++++ website/content/docs/commands/groups/update.mdx | 5 +++++ website/content/docs/commands/host-catalogs/create.mdx | 5 +++++ website/content/docs/commands/host-catalogs/delete.mdx | 5 +++++ website/content/docs/commands/host-catalogs/index.mdx | 5 +++++ website/content/docs/commands/host-catalogs/list.mdx | 5 +++++ website/content/docs/commands/host-catalogs/read.mdx | 5 +++++ website/content/docs/commands/host-catalogs/update.mdx | 5 +++++ website/content/docs/commands/host-sets/add-hosts.mdx | 5 +++++ website/content/docs/commands/host-sets/create.mdx | 5 +++++ website/content/docs/commands/host-sets/delete.mdx | 5 +++++ website/content/docs/commands/host-sets/index.mdx | 5 +++++ website/content/docs/commands/host-sets/list.mdx | 5 +++++ website/content/docs/commands/host-sets/read.mdx | 5 +++++ website/content/docs/commands/host-sets/remove-hosts.mdx | 5 +++++ website/content/docs/commands/host-sets/set-hosts.mdx | 5 +++++ website/content/docs/commands/host-sets/update.mdx | 5 +++++ website/content/docs/commands/hosts/create.mdx | 5 +++++ website/content/docs/commands/hosts/delete.mdx | 5 +++++ website/content/docs/commands/hosts/index.mdx | 5 +++++ website/content/docs/commands/hosts/list.mdx | 5 +++++ website/content/docs/commands/hosts/read.mdx | 5 +++++ website/content/docs/commands/hosts/update.mdx | 5 +++++ website/content/docs/commands/index.mdx | 5 +++++ website/content/docs/commands/logout.mdx | 5 +++++ website/content/docs/commands/managed-groups/create.mdx | 5 +++++ website/content/docs/commands/managed-groups/delete.mdx | 5 +++++ website/content/docs/commands/managed-groups/index.mdx | 5 +++++ website/content/docs/commands/managed-groups/list.mdx | 5 +++++ website/content/docs/commands/managed-groups/read.mdx | 5 +++++ website/content/docs/commands/managed-groups/update.mdx | 5 +++++ website/content/docs/commands/policies/create.mdx | 5 +++++ website/content/docs/commands/policies/delete.mdx | 5 +++++ website/content/docs/commands/policies/index.mdx | 5 +++++ website/content/docs/commands/policies/list.mdx | 5 +++++ website/content/docs/commands/policies/read.mdx | 5 +++++ website/content/docs/commands/policies/update.mdx | 5 +++++ website/content/docs/commands/read.mdx | 5 +++++ website/content/docs/commands/roles/add-grant-scopes.mdx | 5 +++++ website/content/docs/commands/roles/add-grants.mdx | 5 +++++ website/content/docs/commands/roles/add-principals.mdx | 5 +++++ website/content/docs/commands/roles/create.mdx | 5 +++++ website/content/docs/commands/roles/delete.mdx | 5 +++++ website/content/docs/commands/roles/index.mdx | 5 +++++ website/content/docs/commands/roles/list.mdx | 5 +++++ website/content/docs/commands/roles/read.mdx | 5 +++++ website/content/docs/commands/roles/remove-grant-scopes.mdx | 5 +++++ website/content/docs/commands/roles/remove-grants.mdx | 5 +++++ website/content/docs/commands/roles/remove-principals.mdx | 5 +++++ website/content/docs/commands/roles/set-grant-scopes.mdx | 5 +++++ website/content/docs/commands/roles/set-grants.mdx | 5 +++++ website/content/docs/commands/roles/set-principals.mdx | 5 +++++ website/content/docs/commands/roles/update.mdx | 5 +++++ website/content/docs/commands/scopes/create.mdx | 5 +++++ website/content/docs/commands/scopes/delete.mdx | 5 +++++ website/content/docs/commands/scopes/destroy-key-version.mdx | 5 +++++ website/content/docs/commands/scopes/index.mdx | 5 +++++ .../commands/scopes/list-key-version-destruction-jobs.mdx | 5 +++++ website/content/docs/commands/scopes/list-keys.mdx | 5 +++++ website/content/docs/commands/scopes/list.mdx | 5 +++++ website/content/docs/commands/scopes/read.mdx | 5 +++++ website/content/docs/commands/scopes/rotate-keys.mdx | 5 +++++ website/content/docs/commands/scopes/update.mdx | 5 +++++ website/content/docs/commands/search/index.mdx | 5 +++++ website/content/docs/commands/server.mdx | 5 +++++ website/content/docs/commands/session-recordings/delete.mdx | 5 +++++ .../content/docs/commands/session-recordings/download.mdx | 5 +++++ website/content/docs/commands/session-recordings/index.mdx | 5 +++++ website/content/docs/commands/session-recordings/list.mdx | 5 +++++ website/content/docs/commands/session-recordings/read.mdx | 5 +++++ .../commands/session-recordings/reapply-storage-policy.mdx | 5 +++++ website/content/docs/commands/sessions/cancel.mdx | 5 +++++ website/content/docs/commands/sessions/index.mdx | 5 +++++ website/content/docs/commands/sessions/list.mdx | 5 +++++ website/content/docs/commands/sessions/read.mdx | 5 +++++ website/content/docs/commands/storage-buckets/create.mdx | 5 +++++ website/content/docs/commands/storage-buckets/delete.mdx | 5 +++++ website/content/docs/commands/storage-buckets/index.mdx | 5 +++++ website/content/docs/commands/storage-buckets/list.mdx | 5 +++++ website/content/docs/commands/storage-buckets/read.mdx | 5 +++++ website/content/docs/commands/storage-buckets/update.mdx | 5 +++++ .../content/docs/commands/targets/add-credential-sources.mdx | 5 +++++ website/content/docs/commands/targets/add-host-sources.mdx | 5 +++++ website/content/docs/commands/targets/authorize-session.mdx | 5 +++++ website/content/docs/commands/targets/create.mdx | 5 +++++ website/content/docs/commands/targets/delete.mdx | 5 +++++ website/content/docs/commands/targets/index.mdx | 5 +++++ website/content/docs/commands/targets/list.mdx | 5 +++++ website/content/docs/commands/targets/read.mdx | 5 +++++ .../docs/commands/targets/remove-credential-sources.mdx | 5 +++++ .../content/docs/commands/targets/remove-host-sources.mdx | 5 +++++ .../content/docs/commands/targets/set-credential-sources.mdx | 5 +++++ website/content/docs/commands/targets/set-host-sources.mdx | 5 +++++ website/content/docs/commands/targets/update.mdx | 5 +++++ website/content/docs/commands/update.mdx | 5 +++++ website/content/docs/commands/users/add-accounts.mdx | 5 +++++ website/content/docs/commands/users/create.mdx | 5 +++++ website/content/docs/commands/users/delete.mdx | 5 +++++ website/content/docs/commands/users/index.mdx | 5 +++++ website/content/docs/commands/users/list.mdx | 5 +++++ website/content/docs/commands/users/read.mdx | 5 +++++ website/content/docs/commands/users/remove-accounts.mdx | 5 +++++ website/content/docs/commands/users/set-accounts.mdx | 5 +++++ website/content/docs/commands/users/update.mdx | 5 +++++ website/content/docs/commands/workers/add-worker-tags.mdx | 5 +++++ .../content/docs/commands/workers/certificate-authority.mdx | 5 +++++ website/content/docs/commands/workers/create.mdx | 5 +++++ website/content/docs/commands/workers/delete.mdx | 5 +++++ website/content/docs/commands/workers/index.mdx | 5 +++++ website/content/docs/commands/workers/list.mdx | 5 +++++ website/content/docs/commands/workers/read.mdx | 5 +++++ website/content/docs/commands/workers/remove-worker-tags.mdx | 5 +++++ website/content/docs/commands/workers/set-worker-tags.mdx | 5 +++++ website/content/docs/commands/workers/update.mdx | 5 +++++ website/content/docs/common-workflows/index.mdx | 5 +++++ website/content/docs/common-workflows/manage-scopes.mdx | 5 +++++ website/content/docs/common-workflows/manage-sessions.mdx | 5 +++++ website/content/docs/common-workflows/manage-targets.mdx | 5 +++++ website/content/docs/community/index.mdx | 5 +++++ website/content/docs/concepts/aliases.mdx | 5 +++++ website/content/docs/concepts/auditing.mdx | 5 +++++ website/content/docs/concepts/credential-management.mdx | 5 +++++ website/content/docs/concepts/iam.mdx | 5 +++++ website/content/docs/concepts/transparent-sessions.mdx | 5 +++++ website/content/docs/concepts/workers.mdx | 5 +++++ website/content/docs/configuration/controller.mdx | 5 +++++ .../docs/configuration/events/common-sink-parameters.mdx | 5 +++++ website/content/docs/configuration/events/file-sink.mdx | 5 +++++ website/content/docs/configuration/events/index.mdx | 5 +++++ website/content/docs/configuration/events/stderr-sink.mdx | 5 +++++ website/content/docs/configuration/index.mdx | 5 +++++ website/content/docs/configuration/kms/aead.mdx | 5 +++++ website/content/docs/configuration/kms/alicloudkms.mdx | 5 +++++ website/content/docs/configuration/kms/awskms.mdx | 5 +++++ website/content/docs/configuration/kms/azurekeyvault.mdx | 5 +++++ website/content/docs/configuration/kms/gcpckms.mdx | 5 +++++ website/content/docs/configuration/kms/index.mdx | 5 +++++ website/content/docs/configuration/kms/ocikms.mdx | 5 +++++ website/content/docs/configuration/kms/transit.mdx | 5 +++++ website/content/docs/configuration/listeners/index.mdx | 5 +++++ .../content/docs/configuration/listeners/tcp-listeners.mdx | 5 +++++ .../content/docs/configuration/listeners/unix-listeners.mdx | 5 +++++ website/content/docs/configuration/plugins.mdx | 5 +++++ website/content/docs/configuration/workers.mdx | 5 +++++ .../docs/credentials/configure-credential-brokering.mdx | 5 +++++ .../docs/credentials/configure-credential-injection.mdx | 5 +++++ website/content/docs/credentials/index.mdx | 5 +++++ .../credentials/rdp-testing-and-compatibility-matrix.mdx | 5 +++++ website/content/docs/credentials/static-cred-boundary.mdx | 5 +++++ website/content/docs/credentials/static-cred-vault.mdx | 5 +++++ .../docs/deploy/self-managed/configure-controllers.mdx | 5 +++++ website/content/docs/deploy/self-managed/deploy-workers.mdx | 5 +++++ website/content/docs/deploy/self-managed/index.mdx | 5 +++++ website/content/docs/deploy/self-managed/initialize.mdx | 5 +++++ website/content/docs/deploy/self-managed/install-clients.mdx | 5 +++++ website/content/docs/deploy/self-managed/install.mdx | 5 +++++ website/content/docs/deploy/self-managed/systemd.mdx | 5 +++++ website/content/docs/deploy/terraform-patterns/index.mdx | 5 +++++ .../terraform-credentials-and-credential-stores.mdx | 5 +++++ .../deploy/terraform-patterns/terraform-groups-and-rbac.mdx | 5 +++++ .../terraform-hosts-and-host-management.mdx | 5 +++++ .../docs/deploy/terraform-patterns/terraform-scopes.mdx | 5 +++++ .../terraform-patterns/terraform-session-recording.mdx | 5 +++++ .../docs/deploy/terraform-patterns/terraform-targets.mdx | 5 +++++ .../terraform-patterns/terraform-users-and-auth-methods.mdx | 5 +++++ website/content/docs/developing/building.mdx | 5 +++++ website/content/docs/developing/index.mdx | 5 +++++ website/content/docs/developing/ui.mdx | 5 +++++ website/content/docs/domain-model/accounts.mdx | 5 +++++ website/content/docs/domain-model/aliases.mdx | 5 +++++ website/content/docs/domain-model/auth-methods.mdx | 5 +++++ website/content/docs/domain-model/credential-libraries.mdx | 5 +++++ website/content/docs/domain-model/credential-stores.mdx | 5 +++++ website/content/docs/domain-model/credentials.mdx | 5 +++++ website/content/docs/domain-model/groups.mdx | 5 +++++ website/content/docs/domain-model/host-catalogs.mdx | 5 +++++ website/content/docs/domain-model/host-sets.mdx | 5 +++++ website/content/docs/domain-model/hosts.mdx | 5 +++++ website/content/docs/domain-model/index.mdx | 5 +++++ website/content/docs/domain-model/managed-groups.mdx | 5 +++++ website/content/docs/domain-model/roles.mdx | 5 +++++ website/content/docs/domain-model/scopes.mdx | 5 +++++ website/content/docs/domain-model/session-connections.mdx | 5 +++++ website/content/docs/domain-model/session-recordings.mdx | 5 +++++ website/content/docs/domain-model/sessions.mdx | 5 +++++ website/content/docs/domain-model/storage-buckets.mdx | 5 +++++ website/content/docs/domain-model/storage-policy.mdx | 5 +++++ website/content/docs/domain-model/targets.mdx | 5 +++++ website/content/docs/domain-model/users.mdx | 5 +++++ .../content/docs/enterprise/automated-license-reporting.mdx | 5 +++++ website/content/docs/enterprise/index.mdx | 5 +++++ website/content/docs/enterprise/licensing.mdx | 5 +++++ website/content/docs/enterprise/supported-versions.mdx | 5 +++++ website/content/docs/errors/index.mdx | 5 +++++ website/content/docs/filtering/index.mdx | 5 +++++ .../docs/getting-started/dev-mode/connect-to-dev-target.mdx | 5 +++++ website/content/docs/getting-started/dev-mode/index.mdx | 5 +++++ .../content/docs/getting-started/dev-mode/run-and-login.mdx | 5 +++++ website/content/docs/getting-started/index.mdx | 5 +++++ website/content/docs/go-sdk/index.mdx | 5 +++++ website/content/docs/hcp/get-started/connect-to-target.mdx | 5 +++++ website/content/docs/hcp/get-started/deploy-and-login.mdx | 5 +++++ website/content/docs/hcp/index.mdx | 5 +++++ website/content/docs/hosts/aws.mdx | 5 +++++ website/content/docs/hosts/azure.mdx | 5 +++++ website/content/docs/hosts/gcp.mdx | 5 +++++ website/content/docs/hosts/index.mdx | 5 +++++ website/content/docs/index.mdx | 5 +++++ website/content/docs/interoperability-matrix/index.mdx | 5 +++++ website/content/docs/monitor/events/common.mdx | 5 +++++ website/content/docs/monitor/events/events.mdx | 5 +++++ website/content/docs/monitor/events/file.mdx | 5 +++++ website/content/docs/monitor/events/filter-events.mdx | 5 +++++ website/content/docs/monitor/events/stderr.mdx | 5 +++++ website/content/docs/monitor/health.mdx | 5 +++++ website/content/docs/monitor/index.mdx | 5 +++++ website/content/docs/monitor/listeners/index.mdx | 5 +++++ website/content/docs/monitor/listeners/tcp.mdx | 5 +++++ website/content/docs/monitor/listeners/unix.mdx | 5 +++++ website/content/docs/monitor/metrics.mdx | 5 +++++ website/content/docs/overview/bastion-hosts.mdx | 5 +++++ website/content/docs/overview/faq.mdx | 5 +++++ website/content/docs/overview/pam.mdx | 5 +++++ website/content/docs/overview/sdp.mdx | 5 +++++ website/content/docs/overview/secrets-management.mdx | 5 +++++ website/content/docs/overview/use-cases.mdx | 5 +++++ website/content/docs/overview/vpn.mdx | 5 +++++ website/content/docs/overview/zero-trust.mdx | 5 +++++ website/content/docs/rbac/assignable-permissions.mdx | 5 +++++ website/content/docs/rbac/index.mdx | 5 +++++ website/content/docs/rbac/manage-roles.mdx | 5 +++++ website/content/docs/rbac/permission-grant-formats.mdx | 5 +++++ website/content/docs/rbac/users/manage-users-groups.mdx | 5 +++++ website/content/docs/rbac/users/managed-groups.mdx | 5 +++++ website/content/docs/release-notes/v0_10_0.mdx | 5 +++++ website/content/docs/release-notes/v0_11_0.mdx | 5 +++++ website/content/docs/release-notes/v0_12_0.mdx | 5 +++++ website/content/docs/release-notes/v0_13_0.mdx | 5 +++++ website/content/docs/release-notes/v0_14_0.mdx | 5 +++++ website/content/docs/release-notes/v0_15_0.mdx | 5 +++++ website/content/docs/release-notes/v0_16_0.mdx | 5 +++++ website/content/docs/release-notes/v0_17_0.mdx | 5 +++++ website/content/docs/release-notes/v0_18_0.mdx | 5 +++++ website/content/docs/release-notes/v0_19_0.mdx | 5 +++++ website/content/docs/release-notes/v0_1_0.mdx | 5 +++++ website/content/docs/release-notes/v0_20_0.mdx | 5 +++++ website/content/docs/release-notes/v0_2_0.mdx | 5 +++++ website/content/docs/release-notes/v0_3_0.mdx | 5 +++++ website/content/docs/release-notes/v0_4_0.mdx | 5 +++++ website/content/docs/release-notes/v0_5_0.mdx | 5 +++++ website/content/docs/release-notes/v0_6_0.mdx | 5 +++++ website/content/docs/release-notes/v0_7_0.mdx | 5 +++++ website/content/docs/release-notes/v0_8_0.mdx | 5 +++++ website/content/docs/release-notes/v0_9_0.mdx | 5 +++++ website/content/docs/secure/encryption/connections-tls.mdx | 5 +++++ website/content/docs/secure/encryption/data-encryption.mdx | 5 +++++ website/content/docs/secure/security-model.mdx | 5 +++++ .../compliance/configure-storage-policy.mdx | 5 +++++ .../session-recording/compliance/update-storage-policy.mdx | 5 +++++ .../session-recording/compliance/validate-data-store.mdx | 5 +++++ .../compliance/validate-session-recordings.mdx | 5 +++++ .../configuration/configure-worker-storage.mdx | 5 +++++ .../configuration/create-storage-bucket.mdx | 5 +++++ .../configuration/enable-session-recording.mdx | 5 +++++ .../configuration/manage-recorded-sessions.mdx | 5 +++++ .../configuration/storage-providers/configure-minio.mdx | 5 +++++ .../storage-providers/configure-s3-compliant.mdx | 5 +++++ .../configuration/storage-providers/configure-s3.mdx | 5 +++++ .../configuration/troubleshoot-recorded-sessions.mdx | 5 +++++ .../docs/session-recording/data/bsr-file-structure.mdx | 5 +++++ .../content/docs/session-recording/data/read-bsr-file.mdx | 5 +++++ website/content/docs/session-recording/index.mdx | 5 +++++ .../targets/configuration/configure-transparent-sessions.mdx | 5 +++++ .../docs/targets/configuration/create-target-alias.mdx | 5 +++++ website/content/docs/targets/configuration/index.mdx | 5 +++++ website/content/docs/targets/connections/connect-helpers.mdx | 5 +++++ .../docs/targets/connections/connect-target-alias.mdx | 5 +++++ website/content/docs/targets/connections/exec-flag.mdx | 5 +++++ website/content/docs/targets/connections/index.mdx | 5 +++++ .../docs/targets/connections/transparent-sessions.mdx | 5 +++++ .../docs/targets/connections/workflow-ssh-proxycommand.mdx | 5 +++++ website/content/docs/vault/index.mdx | 5 +++++ website/content/docs/what-is-boundary.mdx | 5 +++++ website/content/docs/workers/create.mdx | 5 +++++ website/content/docs/workers/filters.mdx | 5 +++++ website/content/docs/workers/index.mdx | 5 +++++ website/content/docs/workers/multi-hop/enterprise.mdx | 5 +++++ website/content/docs/workers/multi-hop/hcp.mdx | 5 +++++ website/content/docs/workers/multi-hop/index.mdx | 5 +++++ website/content/docs/workers/registration.mdx | 5 +++++ website/content/docs/workers/worker-tags.mdx | 5 +++++ website/content/security.mdx | 5 +++++ 395 files changed, 1973 insertions(+) diff --git a/internal/website/permstable/resource-table.mdx b/internal/website/permstable/resource-table.mdx index 605f330c0a..50937c149c 100644 --- a/internal/website/permstable/resource-table.mdx +++ b/internal/website/permstable/resource-table.mdx @@ -5,6 +5,11 @@ description: >- View a list of resources and their available permissions parameters and actions to help you configure and manage permissions. --- +⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. +⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ + diff --git a/website/README.md b/website/README.md index fbb33f2fa6..39850251f7 100644 --- a/website/README.md +++ b/website/README.md @@ -1,5 +1,8 @@ # Boundary Documentation Website +[!IMPORTANT] +> **Documentation Update:** Product documentation, which were located in this repository under `/website`, are now located in [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs), colocated with all other product documentation. Contributions to this content should be done in the `web-unified-docs` repo, and not this one. Changes made to `/website` content in this repo will not be reflected on the developer.hashicorp.com website. + This subdirectory contains the content for the [Boundary Website](https://developer.hashicorp.com/boundary/).