Skip to content

Commit

Permalink
Remove \n from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Mar 7, 2023
1 parent 122fa3a commit 56e496e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In addition to all arguments above, the following attributes are exported for al
only from repositories set with this field
* `property_sets` - List of property set names
* `archive_browsing_enabled` - When set, you may view content such as HTML or Javadoc files directly from
Artifactory.\nThis may not be safe and therefore requires strict content moderation to prevent malicious users from
Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from
uploading content that may compromise security (e.g., cross-site scripting attacks).
* `download_direct` - When set, download requests to this repository will redirect the client to download the
artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/artifact_property_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ The following arguments are supported:
* `any_local` - (Required) Trigger on any local repo.
* `any_remote` - (Required) Trigger on any remote repo.
* `repo_keys` - (Required) Trigger on this list of repo keys.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `handler` - (Required) At least one is required.
* `url` - (Required) Specifies the URL that the Webhook invokes. This will be the URL that Artifactory will send an HTTP POST request to.
* `secret` - (Optional) Secret authentication token that will be sent to the configured URL. The value will be sent as `x-jfrog-event-auth` header.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/artifact_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ The following arguments are supported:
* `any_local` - (Required) Trigger on any local repo.
* `any_remote` - (Required) Trigger on any remote repo.
* `repo_keys` - (Required) Trigger on this list of repo keys.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `handler` - (Required) At least one is required.
* `url` - (Required) Specifies the URL that the Webhook invokes. This will be the URL that Artifactory will send an HTTP POST request to.
* `secret` - (Optional) Secret authentication token that will be sent to the configured URL. The value will be sent as `x-jfrog-event-auth` header.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/artifactory_release_bundle_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The following arguments are supported:
* `criteria` - (Required) Specifies where the webhook will be applied on which repositories.
* `any_release_bundle` - (Required) Trigger on any release bundle
* `registered_release_bundle_names` - (Required) Trigger on this list of release bundle names
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`
* `handler` - (Required) At least one is required.
* `url` - (Required) Specifies the URL that the Webhook invokes. This will be the URL that Artifactory will send an HTTP POST request to.
* `secret` - (Optional) Secret authentication token that will be sent to the configured URL. The value will be sent as `x-jfrog-event-auth` header.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/build_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The following arguments are supported:
* `criteria` - (Required) Specifies where the webhook will be applied on which repositories.
* `any_build` - (Required) Trigger on any build.
* `selected_builds` - (Required) Trigger on this list of build names.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `handler` - (Required) At least one is required.
* `url` - (Required) Specifies the URL that the Webhook invokes. This will be the URL that Artifactory will send an HTTP POST request to.
* `secret` - (Optional) Secret authentication token that will be sent to the configured URL. The value will be sent as `x-jfrog-event-auth` header.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/distribution_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The following arguments are supported:
* `criteria` - (Required) Specifies where the webhook will be applied on which repositories.
* `any_release_bundle` - (Required) Trigger on any release bundle.
* `registered_release_bundle_names` - (Required) Trigger on this list of release bundle names.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `handler` - (Required) At least one is required.
* `url` - (Required) Specifies the URL that the Webhook invokes. This will be the URL that Artifactory will send an HTTP POST request to.
* `secret` - (Optional) Secret authentication token that will be sent to the configured URL. The value will be sent as `x-jfrog-event-auth` header.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/docker_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ The following arguments are supported:
* `any_local` - (Required) Trigger on any local repo.
* `any_remote` - (Required) Trigger on any remote repo.
* `repo_keys` - (Required) Trigger on this list of repo keys.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: `org/apache/**`.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: `org/apache/**`.
* `handler` - (Required) At least one is required.
* `url` - (Required) Specifies the URL that the Webhook invokes. This will be the URL that Artifactory will send an HTTP POST request to.
* `secret` - (Optional) Secret authentication token that will be sent to the configured URL. The value will be sent as `x-jfrog-event-auth` header.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ retention period. You will be able to change it via Xray settings.
merged only from repositories set with this field
* `property_sets` - (Optional) List of property set name
* `archive_browsing_enabled` - (Optional) When set, you may view content such as HTML or Javadoc files directly from
Artifactory.\nThis may not be safe and therefore requires strict content moderation to prevent malicious users from
Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from
uploading content that may compromise security (e.g., cross-site scripting attacks).
* `download_direct` - (Optional) When set, download requests to this repository will redirect the client to download
the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/release_bundle_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The following arguments are supported:
* `criteria` - (Required) Specifies where the webhook will be applied on which repositories.
* `any_release_bundle` - (Required) Trigger on any release bundle.
* `registered_release_bundle_names` - (Required) Trigger on this list of release bundle names.
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: "org/apache/**".
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash).\n Ant-style path expressions are supported (*, *\*, ?).\nFor example: "org/apache/**".
* `include_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: "org/apache/**".
* `exclude_patterns` - (Optional) Simple comma separated wildcard patterns for repository artifact paths (with no leading slash). Ant-style path expressions are supported (*, *\*, ?). For example: "org/apache/**".
* `handler` - (Required) At least one is required.
* `url` - (Required) Specifies the URL that the Webhook invokes. This will be the URL that Artifactory will send an HTTP POST request to.
* `secret` - (Optional) Secret authentication token that will be sent to the configured URL. The value will be sent as `x-jfrog-event-auth` header.
Expand Down

0 comments on commit 56e496e

Please sign in to comment.