Skip to content
Closed
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
13 changes: 13 additions & 0 deletions _includes/redirect.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8" />
<title>Redirecting&hellip;</title>
<link rel="canonical" href="{{ redirect }}" />
<script>
location = '{{ redirect }}';
</script>
<meta http-equiv="refresh" content="0; url={{ redirect }}" />
<meta name="robots" content="noindex" />
<h1>Redirecting&hellip;</h1>
<a href="{{ redirect }}"Click if you are not redirected.</a>
</html>
3 changes: 3 additions & 0 deletions content/docs/compliance/ato-process.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
showInSidenav: true
title: ATO process
permalink: /docs/compliance/ato-process.md
redirect: https://docs.cloud.gov/platform/compliance/ato-process
layout: redirect.njk
---

This is an outline of a typical ATO process for a cloud.gov customer system. All agencies handle the ATO process in their own way, so you should talk with your agency's security compliance specialists, but this can give you a broad overview.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: layouts/post
title: "Troubleshooting SSH Connections"
redirect_from: content/knowledge-base/articles/2021-05-17-troubleshooting-ssh-connections
date: 2021-05-17 00:00:00 +00:00
author:
description: Some tips and tricks for logging into app instances using SSH
Expand Down
2 changes: 1 addition & 1 deletion content/news/articles/2022-04-14-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Happy April! The cloud.gov team is working on providing change logs so everyone

### CF-Deployment - v19.0.0 up from v18.0.0

- Changes will be below broken up by component :)
- Changes will be below broken up by component

### Java Buildpack - v4.48.1 up from v4.48

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
layout: layouts/post
title: "Configuring Dependabot"
date: 2023-05-22 00:00:00 +00:00
date: 2023-05-22
excerpt: Configure Dependabot to assist with managing pull requests
tags: pagesknowledgebase
redirect_from: /content/pages/knowledge-base/articles/dependabot-with-pages
---

## GitHub Dependabot defined
Expand Down
Loading