Skip to content

Commit

Permalink
OTT-402: Adjust standard slack channel for most manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Aug 13, 2024
1 parent 44a87aa commit 74e5374
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion source/manual/brakeman.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Brakeman
section: Testing
layout: manual_layout
Expand Down
2 changes: 1 addition & 1 deletion source/manual/codeql.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: CodeQL
section: Testing
layout: manual_layout
Expand Down
2 changes: 1 addition & 1 deletion source/manual/configure-linting.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Configure linting
section: Applications
type: learn
Expand Down
2 changes: 1 addition & 1 deletion source/manual/content-security-policy.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: 'Content Security Policy on GOV.UK'
section: Security
layout: manual_layout
Expand Down
2 changes: 1 addition & 1 deletion source/manual/conventions-for-rails-applications.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Conventions for Rails applications
section: Applications
type: learn
Expand Down
2 changes: 1 addition & 1 deletion source/manual/deploy-static.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Deploy Static
section: Deployment
layout: manual_layout
Expand Down
2 changes: 1 addition & 1 deletion source/manual/deployments.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Deployments
section: Deployment
layout: manual_layout
Expand Down
4 changes: 2 additions & 2 deletions source/manual/development-pipeline.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: The development and deployment pipeline
parent: "/manual.html"
layout: manual_layout
Expand Down Expand Up @@ -76,7 +76,7 @@ It is important to ensure people are aware of a code freeze
Let people know on Slack

> Send a message to #govuk-developers on slack with the @channel
> Send a message to #ott-core on slack with the @channel
> prefix (to ensure people who are offline are notified) and email
> <[email protected]>. Your message
> should include the repo you are freezing, the reason why, and the
Expand Down
2 changes: 1 addition & 1 deletion source/manual/docs-style-guide.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Documentation style guide
section: Documentation
layout: manual_layout
Expand Down
2 changes: 1 addition & 1 deletion source/manual/how-to-escalate-to-AWS-support.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: How to raise a support ticket with AWS

section: AWS
Expand Down
2 changes: 1 addition & 1 deletion source/manual/keeping-software-current.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Policy on keeping software current
parent: "/manual.html"
layout: manual_layout
Expand Down
4 changes: 1 addition & 3 deletions source/manual/running-rake-tasks.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Run a rake task
section: Deployment
layout: manual_layout
Expand All @@ -16,5 +16,3 @@ For example:
```sh
kubectl exec deploy/publishing-api -- rake 'represent_downstream:published_between[2018-12-17T01:02:30, 2018-12-18T10:20:30]'
```

The output of the command will be streamed to your terminal.
2 changes: 1 addition & 1 deletion source/manual/sentry.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Sentry
parent: "/manual.html"
layout: manual_layout
Expand Down
2 changes: 1 addition & 1 deletion source/manual/setting-up-new-rails-app.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: Set up a new Rails application
section: Applications
layout: manual_layout
Expand Down
2 changes: 1 addition & 1 deletion source/manual/testing.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
owner_slack: "#govuk-developers"
owner_slack: "#ott-core"
title: 'How we test GOV.UK'
section: Testing
type: learn
Expand Down

0 comments on commit 74e5374

Please sign in to comment.