Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCalligeros95 committed Nov 20, 2024
1 parent 68325f8 commit c956043
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 277 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
title: Enable/disable machine
title: Deactivate machines
description: An example script that enables or disables a machine in Octopus.
---
import EnableDisableMachineScripts from 'src/shared-content/scripts/enable-disable-machine-scripts.include.md';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
title: Enable/disable project
title: Deactivate projects
description: An example script that enables or disables a project in Octopus.
---
import EnableDisableProjectScripts from 'src/shared-content/scripts/enable-disable-project-scripts.include.md';
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion src/pages/docs/octopus-rest-api/examples/tenants/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ hideInThisSectionHeader: true
You can use the REST API to create and manage Server tasks in Octopus. Typical tasks might include:

- [Create a tenant](/docs/octopus-rest-api/examples/tenants/create-tenant)
- [Update tenant variables](/docs/octopus-rest-api/examples/tenants/update-tenant-variable)
- [Update tenant variables](/docs/octopus-rest-api/examples/tenants/update-tenant-variable)
- [Deactivate tenants](/docs/octopus-rest-api/examples/projects/deactivate-tenant)
247 changes: 0 additions & 247 deletions src/shared-content/scripts/enable-disable-tenant-scripts.include.md

This file was deleted.

0 comments on commit c956043

Please sign in to comment.