Skip to content

Commit

Permalink
Replace team docs references with link directly to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshochadel committed May 30, 2024
1 parent 2737878 commit 1772d79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions _docs/getting-started/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ New here? Start with the top of the sidebar and work your way down. The docs inc

Shortcuts to common tasks:

* [Set up the command line]({{ site.baseurl }}{% link _docs/getting-started/setup.md %}#set-up-the-command-line)
* [Basic deployment tips]({{ site.baseurl }}{% link _docs/deployment/deployment.md %})
* [Custom domains]({{ site.baseurl }}{% link _docs/management/custom-domains.md %})
* [Managing teammates]({{ site.baseurl }}{% link _docs/orgs-spaces/roles.md %})
- [Set up the command line]({{ site.baseurl }}{% link _docs/getting-started/setup.md %}#set-up-the-command-line)
- [Basic deployment tips]({{ site.baseurl }}{% link _docs/deployment/deployment.md %})
- [Custom domains]({{ site.baseurl }}{% link _docs/management/custom-domains.md %})
- [Managing teammates]({{ site.baseurl }}{% link _docs/orgs-spaces/roles.md %})

### cloud.gov team docs

cloud.gov is an open source project based on [Cloud Foundry](https://www.cloudfoundry.org/) with additional components built by our team and other community members. We maintain our code and team documentation publicly here, and we invite you to read it, contribute to it, and adapt it for other projects. See [our list of repositories]({{ site.baseurl }}{% link _docs/ops/repos.md %}).
cloud.gov is an open source project based on [Cloud Foundry](https://www.cloudfoundry.org/) with additional components built by our team and other community members. We maintain our code and team documentation publicly here, and we invite you to read it, contribute to it, and adapt it for other projects. See [our list of repositories](https://github.com/cloud-gov/).
4 changes: 2 additions & 2 deletions _docs/overview/cloudgov-benefits.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ cloud.gov enforces an immutable infrastructure. Instead of logging into a live s

cloud.gov has a [Provisional Authority to Operate (P-ATO) at the Moderate impact level from the FedRAMP Joint Authorization Board (JAB)]({{ site.baseurl }}{% link _docs/overview/fedramp-tracker.md %}). When you deploy a system on cloud.gov, you can [leverage this P-ATO](https://www.fedramp.gov/faqs/) as part of your agency ATO.

Of the [261 security controls](https://nvd.nist.gov/800-53/Rev4/impact/moderate) required for FISMA Moderate-impact systems, as many as 60 percent of the controls covered as part of the cloud.gov P-ATO can be partially or fully inherited for agency systems deployed on the cloud.gov platform. The decision of which controls apply to an IT system and/or which may be inherited from the underlying platform ultimately rests with your agency's Authorizing Official. However, this inheritability of controls can dramatically shorten the time and effort required to obtain an ATO for your system.
Of the [261 security controls](https://nvd.nist.gov/800-53/Rev4/impact/moderate) required for FISMA Moderate-impact systems, as many as 60 percent of the controls covered as part of the cloud.gov P-ATO can be partially or fully inherited for agency systems deployed on the cloud.gov platform. The decision of which controls apply to an IT system and/or which may be inherited from the underlying platform ultimately rests with your agency's Authorizing Official. However, this inheritability of controls can dramatically shorten the time and effort required to obtain an ATO for your system.

## 3. Usability

A Platform as a Service (PaaS) like cloud.gov can save you the resources of managing your own cloud deployments, but it has to work the way you need it to work. cloud.gov was built inside a government development environment by government developers. We face similar security and compliance requirements to the ones that other government teams do, and our coworkers on other teams deploy their applications on cloud.gov. We know first-hand that it works for government teams.

The cloud.gov UI delivers the main concepts of the Cloud Foundry project in a straightforward form. Cloud Foundry provides a good API and tools for teams to manage all the environments, services, and applications necessary to deliver an app to production with minimal hassle. Cloud Foundry also provides well-designed tenancy controls. They make it easy to manage both who can access what, and how usage will be billed back to specific projects or agencies.

The cloud.gov deployment is [publicly documented in GitHub]({{ site.baseurl }}{% link _docs/ops/repos.md %}). We encourage other agencies and the general public to contribute. Anyone is also free to take our work to deploy their own Platform as a Service.
The cloud.gov deployment is [publicly documented in GitHub](https://github.com/cloud-gov/). We encourage other agencies and the general public to contribute. Anyone is also free to take our work to deploy their own Platform as a Service.
2 changes: 1 addition & 1 deletion _docs/overview/what-is-cloudgov.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cloud.gov allows your development team to focus on products that serve your agen

The core of cloud.gov is a Platform as a Service **built specifically for government work**. The customer team is responsible for their own product’s code, and the cloud.gov platform handles the [security and maintenance of everything underneath]({{ site.baseurl }}{% link _docs/technology/responsibilities.md %}). It’s built to keep applications online even with large numbers of users and sharp increases in usage.

cloud.gov runs on top of industry-provided infrastructure ([currently Amazon Web Services is the "Infrastructure as a Service" provider]({{ site.baseurl }}{% link _docs/technology/iaas.md %})). The platform includes [access to some of the most popular AWS services]({% link _docs/services/intro.md %}) while removing the complexity of managing it from your experience. The cloud.gov Platform as a Service is [open source]({{ site.baseurl }}{% link _docs/ops/repos.md %}). And because it’s based on the open source [Cloud Foundry project](http://www.cloudfoundry.org/), it provides **portability** to other cloud providers or your existing on-premise solution.
cloud.gov runs on top of industry-provided infrastructure ([currently Amazon Web Services is the "Infrastructure as a Service" provider]({{ site.baseurl }}{% link _docs/technology/iaas.md %})). The platform includes [access to some of the most popular AWS services]({% link _docs/services/intro.md %}) while removing the complexity of managing it from your experience. The cloud.gov Platform as a Service is [open source](https://github.com/cloud-gov/). And because it’s based on the open source [Cloud Foundry project](http://www.cloudfoundry.org/), it provides **portability** to other cloud providers or your existing on-premise solution.

## cloud.gov provides Compliance as a Service

Expand Down

0 comments on commit 1772d79

Please sign in to comment.