Kelvin Gan

Results 8 issues of Kelvin Gan

We currently have our docs named `GOV.UK developer docs` while most other parts of GDS have their documentation named ` Technical Documentation` (even the middleman wrapping gem is called `tech-docs-gem`)....

>DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for...

The component has a `govuk-link gem-c-intervention__suggestion-link` which is only used for targeting in tests but has no specific styling: see https://github.com/alphagov/govuk_publishing_components/pull/2465#discussion_r755951541

code quality
in progress

⚠️ This repo is Continuously Deployed: make sure you [follow the guidance](https://docs.publishing.service.gov.uk/manual/development-pipeline.html#merge-your-own-pull-request) ⚠️

![www gov uk_bank-holidays(iPad)](https://user-images.githubusercontent.com/424772/64952209-a5731000-d877-11e9-9d0d-6724d327d1aa.png)

I found https://content-data.publishing.service.gov.uk/metrics/knowledge-alpha which says there's a content type of [`knowledge_alpha` ](https://github.com/alphagov/publishing-api/blob/main/content_schemas/formats/knowledge_alpha.jsonnet) It was added in 2018 https://github.com/alphagov/govuk-content-schemas/blob/main/formats/knowledge_alpha.jsonnet No page exists and the [URL associated with it is a 404](https://www.gov.uk/knowledge-alpha)....

When attempting to use `` the parser will auto close the `` tag to `` which is invalid HTML. We could switch from using `Nokogiri::HTML` to `Nokogiri::HTML5` but this will...