Skip to content

Commit 25ea554

Browse files
Manually curate list of community projects
1 parent cdac5eb commit 25ea554

File tree

5 files changed

+64
-27
lines changed

5 files changed

+64
-27
lines changed

app/data/repos.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/includes/shared_projects.njk

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/projects/index.md

Lines changed: 64 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,68 @@
11
---
2-
layout: product
2+
layout: collection
33
title: Community projects
44
description: Projects being developed across government teams
5-
---
5+
pagination:
6+
data: project
7+
size: 20
8+
project:
9+
- url: https://x-govuk.github.io/govuk-accessibility-mistakes-forms/
10+
data:
11+
title: Fix Common Accessibility Mistakes
12+
description: Learn how to fix common accessibility mistakes in government digital services.
13+
14+
- url: https://govuk-components.netlify.app/
15+
data:
16+
title: GOV.UK Components for Ruby on Rails
17+
description: Build GOV.UK services using Ruby on Rails components.
18+
19+
- url: https://x-govuk.github.io/govuk-design-history/
20+
data:
21+
title: GOV.UK Design History
22+
description: Document and share design decisions. Create a permanent record of how your service has developed over time.
23+
24+
- url: https://govuk-form-builder.netlify.app/
25+
data:
26+
title: GOV.UK Form Builder for Ruby on Rails
27+
description: Build GOV.UK services using Ruby on Rails’ form builder.
28+
29+
- url: https://github.com/x-govuk/govuk-frontend-aspnetcore
30+
data:
31+
title: GOV.UK Frontend for ASP.NET Core
32+
description: Build GOV.UK services using ASP.NET Core components.
33+
34+
- url: https://x-govuk.github.io/govuk-eleventy-plugin/
35+
data:
36+
title: GOV.UK Eleventy Plugin
37+
description: Write documentation using Markdown and publish it using GOV.UK styles.
638

7-
{% include "../../app/includes/shared_projects.njk" %}
39+
- url: https://x-govuk.github.io/govuk-services-frontend-stats/
40+
data:
41+
title: GOV.UK Frontend Stats
42+
description: Current versions of GOV.UK Frontend used by different services, based on their publicly available source code.
43+
44+
- url: https://x-govuk.github.io/govuk-prototype-components/
45+
data:
46+
title: GOV.UK Prototype Components
47+
description: Use common components that are not yet part of the GOV.UK Design System.
48+
49+
- url: https://x-govuk.github.io/govuk-prototype-filters/
50+
data:
51+
title: GOV.UK Prototype Filters
52+
description: Prototype with data using helpful template filters.
53+
54+
- url: https://github.com/x-govuk/govuk-prototype-wizard
55+
data:
56+
title: GOV.UK Prototype Wizard
57+
description: Build and iterate ‘one thing per page’ user journeys when prototyping GOV.UK services.
58+
59+
- url: https://x-govuk.github.io/govuk-rspec-helpers/
60+
data:
61+
title: GOV.UK RSpec Helpers
62+
description: Test GOV.UK services using the RSpec framework.
63+
64+
- url: https://govuk-digital-services.herokuapp.com/
65+
data:
66+
title: GOV.UK Services List
67+
description: A catalogue of digital services from the UK government and its agencies.
68+
---

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"dependencies": {
2424
"@11ty/eleventy": "^3.0.0",
25-
"@11ty/eleventy-fetch": "^5.0.0",
2625
"@x-govuk/govuk-eleventy-plugin": "^7.0.0"
2726
},
2827
"devDependencies": {

0 commit comments

Comments
 (0)