* Add(route): add Google Fonts and change to V2
* Fix(route): added throw error when API key is underfined
* Fix(docs): add warning container
* Fix(docs): Update docs/design.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Fix(route): sort routes
* Fix(route): Update lib/v2/google/fonts.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* feat: /dockerhub/tags/:owner/:image
fix#6916
* fix: update the doc link of /dockerhub/build
* docs(en): /dockerhub/tag/:owner/:image
* docs: fix typo
* fix(dockerhub/tags): use parseDate()
* docs: link docs to h2 instead of h3
* chore: move /dockerhub/build to v2
* docs: put warning inside <Route>
* fix(dockerhub): use docker.com/hub as the radar path
* fix(dockerhub/tag): add :limits?
* feat(dockerhub): polish the GUID
* fix(dockerhub/tag): stricter argument checks
* fix(dockerhub/tag): handle NaN per Deepscan CI