Skip to content

Commit 7047d03

Browse files
Merge pull request #14 from DSACMS/nat/update-urls
Guidance section: Updated permalinks
2 parents 3ab38d8 + fe65638 commit 7047d03

5 files changed

Lines changed: 17 additions & 10 deletions

File tree

_data/navigation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ codegov:
55
- name: Agencies
66
url: /agencies/
77
- name: Guidance
8-
url: /guidance/
8+
url: /agency-compliance/compliance/dashboard

content/guidance/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Guidance
2+
title: Agency Compliance
33
description: 'Guidance'
4-
permalink: /guidance/
4+
permalink: /agency-compliance/compliance/dashboard
55
layout: layouts/page
66
tags: codegov
77
eleventyNavigation:
@@ -12,5 +12,10 @@ eleventyNavigation:
1212
sidenav: true
1313
sticky_sidenav: true
1414
---
15+
Agencies are required to perform various tasks in order to satisfy the objectives of the Federal Source Code Policy. Currently, agencies are evaluated on whether they've completed three tasks:
1516

16-
Agency Compliance
17+
1. **Updated Agency Policy**: Agencies must update their policies to be consistent with the Federal Source Code Policy.
18+
2. **Updated Acquisition Language**: Agencies must update acquisition language to capture new custom code whether built by a contractor or federal employee.
19+
3. **Updated Code Inventory**: Agencies must create and update an agency source code inventory to be placed online on agency website and Code.gov.
20+
21+
Agencies are evaluated as fully compliant (green), partially compliant (yellow), or non-compliant (red) with the tasks outlined above. An agency's overall compliance is green only if they are green in all categories. This is an assessment of agency compliance over the course of the pilot program.

content/guidance/inventory-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Creating your enterprise code inventory
33
description: 'Code Inventory'
4-
permalink: /guidance/code-inventory/
4+
permalink: /agency-compliance/compliance/code-inventory/
55
layout: layouts/page
66
tags: codegov
77
eleventyNavigation:
88
parent: codegov-guidance
99
key: codegov-guidance-codeinventory
1010
order: 3
11-
title: How to inventory code
11+
title: How to Inventory Code
1212
sidenav: true
1313
sticky_sidenav: true
1414
---

content/guidance/procurement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Building and Buying Custom Software
33
description: 'Procurement'
4-
permalink: /guidance/procurement/
4+
permalink: /agency-compliance/compliance/procurement/
55
layout: layouts/page
66
tags: codegov
77
eleventyNavigation:
88
parent: codegov-guidance
99
key: codegov-guidance-procurement
1010
order: 2
11-
title: How to procure software
11+
title: How to Procure Software
1212
sidenav: true
1313
sticky_sidenav: true
1414
---

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ <h1 class="visually-hidden">{{ title }}</h1>
2828
<div class="grid-row" id="explore-row">
2929
<div class="explore-actions">
3030
<h2>Developers</h2>
31+
<!-- TODO: Update this link to the current repo. -->
3132
<p>
32-
The Code.gov website is developed publicly on GitHub. Learn how to <a href="https://github.com/GSA/code-gov/blob/master/README.md" target="_blank">contribute here</a>. Help
33+
The Code.gov website is developed publicly on GitHub. Learn how to <a
34+
href="https://github.com/GSA/code-gov/blob/master/README.md" target="_blank">contribute here</a>. Help
3335
improve America's Code by exploring projects.
3436
</p>
3537
<a class="usa-button" href="/agencies/">Explore projects</a>
@@ -45,7 +47,7 @@ <h2>Agency Partners</h2>
4547
Federal agency partners use Code.gov to share usable open source code, promote open source
4648
projects, and track compliance with federal open source policy.
4749
</p>
48-
<a class="usa-button" href="/guidance/">Agency Compliance</a>
50+
<a class="usa-button" href="/agency-compliance/compliance/dashboard">Agency Compliance</a>
4951
</div>
5052
</div>
5153
<div class="grid-row">

0 commit comments

Comments
 (0)