Matthias Rohmer
                                            Matthias Rohmer
                                        
                                    The unique redirect handler (https://github.com/GoogleChrome/developer.chrome.com/blob/main/server/unique-redirect.js) tries to redirect a user to the nearest matching page by path. Currently it can not build as it is choking on a page where...
Resolves #3346. This PR introduces a new shortcode `{% partial %}` which is able to include templates living in any of the language folders under _partial. The locale is automatically...
See: https://github.com/ampproject/amp.dev/runs/4678421175?check_suite_focus=true#step:6:19 Authentication is now handled by a separate action. This blocks build.
The key for staging seems to be no longer valid: https://github.com/ampproject/amp.dev/runs/4615877272?check_suite_focus=true#step:10:11 This blocks staging builds. It could be that auth tokens need to be refreshed at all: https://github.com/ampproject/amp.dev/runs/5048813806?check_suite_focus=true#step:6:14 This affects...
@matthiasrohmer any idea why we keep getting `EBADPLATFORM` errors from @renovate-bot since moving to actions? _Originally posted by @patrickkettner in https://github.com/ampproject/amp.dev/issues/5781#issuecomment-833056389_
This PR moves all imported documents in to a common directory `pages/shared/imports` which is ignored by version control. The files are then embedded into the actual documents by using something...
When configuring the secrets for https://github.com/GoogleChrome/developer.chrome.com/pull/7029 I noticed our cloud-secret util has the potential to leak secrets via logs. At least by now GCP has a built-in, simple way to...
Part of #45. Implement a link checking workflow, that checks for broken links on a page. Ideally the tool only runs on the changed page in a PR (to safe...
Waiting for feedback from Joe and Tom and not yet responsive.