Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove project.domain.* activity references #4336

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions sites/platform/src/integrations/activity/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ The following table presents the possible activity types:
|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `project.clear_build_cache` | The build cache is cleared. |
| `project.create` | A new project is created. |
| `project.domain.create` | A new [domain](administration/web/configure-project.md#domains) has been added to the project. |
| `project.domain.delete` | An existing [domain](administration/web/configure-project.md#domains) has been deleted from the project. |
| `project.domain.update` | An existing [domain](administration/web/configure-project.md#domains) has been updated from the project. |
| `project.metrics.enable` | A metric from the [continuous profiling](/increase-observability.md) has been enabled. |
| `project.metrics.update` | A metric from the [continuous profiling](/increase-observability.md) has been updated. |
| `project.metrics.disable` | A metric from the [continuous profiling](/increase-observability.md) has been disabled. |
Expand Down
3 changes: 0 additions & 3 deletions sites/upsun/src/integrations/activity/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ The following table presents the possible activity types:
|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `project.clear_build_cache` | The build cache is cleared. |
| `project.create` | A new project is created. |
| `project.domain.create` | A new [domain](administration/web/configure-project.md#domains) has been added to the project. |
| `project.domain.delete` | An existing [domain](administration/web/configure-project.md#domains) has been deleted from the project. |
| `project.domain.update` | An existing [domain](administration/web/configure-project.md#domains) has been updated from the project. |
| `project.metrics.enable` | A metric from the [continuous profiling](/increase-observability.md) has been enabled. |
| `project.metrics.update` | A metric from the [continuous profiling](/increase-observability.md) has been updated. |
| `project.metrics.disable` | A metric from the [continuous profiling](/increase-observability.md) has been disabled. |
Expand Down
Loading