Skip to content
Merged
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
10 changes: 0 additions & 10 deletions app/data/repos.js

This file was deleted.

12 changes: 0 additions & 12 deletions app/includes/shared_projects.njk

This file was deleted.

67 changes: 64 additions & 3 deletions app/projects/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,68 @@
---
layout: product
layout: collection
title: Community projects
description: Projects being developed across government teams
---
pagination:
data: project
size: 20
project:
- url: https://x-govuk.github.io/govuk-accessibility-mistakes-forms/
data:
title: Fix Common Accessibility Mistakes
description: Learn how to fix common accessibility mistakes in government digital services.

- url: https://govuk-components.netlify.app/
data:
title: GOV.UK Components for Ruby on Rails
description: Build GOV.UK services using Ruby on Rails components.

- url: https://x-govuk.github.io/govuk-design-history/
data:
title: GOV.UK Design History
description: Document and share design decisions. Create a permanent record of how your service has developed over time.

- url: https://govuk-form-builder.netlify.app/
data:
title: GOV.UK Form Builder for Ruby on Rails
description: Build GOV.UK services using Ruby on Rails’ form builder.

- url: https://github.com/x-govuk/govuk-frontend-aspnetcore
data:
title: GOV.UK Frontend for ASP.NET Core
description: Build GOV.UK services using ASP.NET Core components.

- url: https://x-govuk.github.io/govuk-eleventy-plugin/
data:
title: GOV.UK Eleventy Plugin
description: Write documentation using Markdown and publish it using GOV.UK styles.

{% include "../../app/includes/shared_projects.njk" %}
- url: https://x-govuk.github.io/govuk-services-frontend-stats/
data:
title: GOV.UK Frontend Stats
description: Current versions of GOV.UK Frontend used by different services, based on their publicly available source code.

- url: https://x-govuk.github.io/govuk-prototype-components/
data:
title: GOV.UK Prototype Components
description: Use common components that are not yet part of the GOV.UK Design System.

- url: https://x-govuk.github.io/govuk-prototype-filters/
data:
title: GOV.UK Prototype Filters
description: Prototype with data using helpful template filters.

- url: https://github.com/x-govuk/govuk-prototype-wizard
data:
title: GOV.UK Prototype Wizard
description: Build and iterate ‘one thing per page’ user journeys when prototyping GOV.UK services.

- url: https://x-govuk.github.io/govuk-rspec-helpers/
data:
title: GOV.UK RSpec Helpers
description: Test GOV.UK services using the RSpec framework.

- url: https://govuk-digital-services.herokuapp.com/
data:
title: GOV.UK Services List
description: A catalogue of digital services from the UK government and its agencies.
---
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^5.0.0",
"@x-govuk/govuk-eleventy-plugin": "^7.0.0"
},
"devDependencies": {
Expand Down