diff --git a/BaseThunderstoreService.html b/BaseThunderstoreService.html
index 0b41c69ccc..a0241b2b85 100644
--- a/BaseThunderstoreService.html
+++ b/BaseThunderstoreService.html
@@ -398,7 +398,7 @@
diff --git a/badge-maker_lib_index.js.html b/badge-maker_lib_index.js.html
index 794766522a..eca7b56460 100644
--- a/badge-maker_lib_index.js.html
+++ b/badge-maker_lib_index.js.html
@@ -159,7 +159,7 @@ module.exports = {
diff --git a/badge-maker_lib_xml.js.html b/badge-maker_lib_xml.js.html
index e4afb3d0fb..928da956b6 100644
--- a/badge-maker_lib_xml.js.html
+++ b/badge-maker_lib_xml.js.html
@@ -138,7 +138,7 @@ module.exports = { escapeXml, stripXmlWhitespace, XmlElement, ElementList }
diff --git a/core_base-service_base-graphql.js.html b/core_base-service_base-graphql.js.html
index 7924908aba..d567c32167 100644
--- a/core_base-service_base-graphql.js.html
+++ b/core_base-service_base-graphql.js.html
@@ -148,7 +148,7 @@ export default BaseGraphqlService
diff --git a/core_base-service_base-json.js.html b/core_base-service_base-json.js.html
index 27bb37141f..d8f361accf 100644
--- a/core_base-service_base-json.js.html
+++ b/core_base-service_base-json.js.html
@@ -114,7 +114,7 @@ export default BaseJsonService
diff --git a/core_base-service_base-svg-scraping.js.html b/core_base-service_base-svg-scraping.js.html
index 245d4e9c95..66d69ef624 100644
--- a/core_base-service_base-svg-scraping.js.html
+++ b/core_base-service_base-svg-scraping.js.html
@@ -145,7 +145,7 @@ export default BaseSvgScrapingService
diff --git a/core_base-service_base-toml.js.html b/core_base-service_base-toml.js.html
index f6974c4688..998530bde2 100644
--- a/core_base-service_base-toml.js.html
+++ b/core_base-service_base-toml.js.html
@@ -128,7 +128,7 @@ export default BaseTomlService
diff --git a/core_base-service_base-xml.js.html b/core_base-service_base-xml.js.html
index 0de8bba610..701b8d2fde 100644
--- a/core_base-service_base-xml.js.html
+++ b/core_base-service_base-xml.js.html
@@ -124,7 +124,7 @@ export default BaseXmlService
diff --git a/core_base-service_base-yaml.js.html b/core_base-service_base-yaml.js.html
index 47bea99a2f..87b228b77f 100644
--- a/core_base-service_base-yaml.js.html
+++ b/core_base-service_base-yaml.js.html
@@ -127,7 +127,7 @@ export default BaseYamlService
diff --git a/core_base-service_base.js.html b/core_base-service_base.js.html
index 7e759ac4d1..6adb5ca679 100644
--- a/core_base-service_base.js.html
+++ b/core_base-service_base.js.html
@@ -93,6 +93,7 @@ const serviceDataSchema = Joi.object({
namedLogo: Joi.string(),
logoSvg: Joi.string(),
logoColor: optionalStringWhenNamedLogoPresent,
+ logoSize: optionalStringWhenNamedLogoPresent,
logoWidth: optionalNumberWhenAnyLogoPresent,
cacheSeconds: Joi.number().integer().min(0),
style: Joi.string(),
@@ -632,7 +633,7 @@ export default BaseService
diff --git a/core_base-service_errors.js.html b/core_base-service_errors.js.html
index 6e70649df2..fac62c06d6 100644
--- a/core_base-service_errors.js.html
+++ b/core_base-service_errors.js.html
@@ -265,7 +265,7 @@ export {
diff --git a/core_base-service_graphql.js.html b/core_base-service_graphql.js.html
index 35cfe46cb5..26cb05fb30 100644
--- a/core_base-service_graphql.js.html
+++ b/core_base-service_graphql.js.html
@@ -93,7 +93,7 @@ export { mergeQueries }
diff --git a/core_base-service_openapi.js.html b/core_base-service_openapi.js.html
index c4a84ab064..34d776a00a 100644
--- a/core_base-service_openapi.js.html
+++ b/core_base-service_openapi.js.html
@@ -400,7 +400,7 @@ export {
diff --git a/core_base-service_resource-cache.js.html b/core_base-service_resource-cache.js.html
index 0b89b4d4da..5ca185f5ad 100644
--- a/core_base-service_resource-cache.js.html
+++ b/core_base-service_resource-cache.js.html
@@ -111,7 +111,7 @@ export { getCachedResource, clearResourceCache }
diff --git a/core_base-service_service-definitions.js.html b/core_base-service_service-definitions.js.html
index b986a6d876..cbde974b54 100644
--- a/core_base-service_service-definitions.js.html
+++ b/core_base-service_service-definitions.js.html
@@ -126,7 +126,7 @@ export {
diff --git a/core_server_prometheus-metrics.js.html b/core_server_prometheus-metrics.js.html
index 4228b30bbe..5fc74b7e6a 100644
--- a/core_server_prometheus-metrics.js.html
+++ b/core_server_prometheus-metrics.js.html
@@ -127,7 +127,7 @@ export default class PrometheusMetrics {
diff --git a/core_server_server.js.html b/core_server_server.js.html
index d9f4fd7880..4b77182cc6 100644
--- a/core_server_server.js.html
+++ b/core_server_server.js.html
@@ -654,7 +654,7 @@ export default Server
diff --git a/core_service-test-runner_create-service-tester.js.html b/core_service-test-runner_create-service-tester.js.html
index 65329ecb38..ff1ed3f394 100644
--- a/core_service-test-runner_create-service-tester.js.html
+++ b/core_service-test-runner_create-service-tester.js.html
@@ -74,7 +74,7 @@ export default createServiceTester
diff --git a/core_service-test-runner_icedfrisby-shields.js.html b/core_service-test-runner_icedfrisby-shields.js.html
index fce662f423..932b679dc1 100644
--- a/core_service-test-runner_icedfrisby-shields.js.html
+++ b/core_service-test-runner_icedfrisby-shields.js.html
@@ -146,7 +146,7 @@ export default factory
diff --git a/core_service-test-runner_runner.js.html b/core_service-test-runner_runner.js.html
index 5b84a6affb..bdbfffb77d 100644
--- a/core_service-test-runner_runner.js.html
+++ b/core_service-test-runner_runner.js.html
@@ -118,7 +118,7 @@ export default Runner
diff --git a/core_service-test-runner_service-tester.js.html b/core_service-test-runner_service-tester.js.html
index 2a54412931..c8c6296ebc 100644
--- a/core_service-test-runner_service-tester.js.html
+++ b/core_service-test-runner_service-tester.js.html
@@ -184,7 +184,7 @@ export default ServiceTester
diff --git a/core_service-test-runner_services-for-title.js.html b/core_service-test-runner_services-for-title.js.html
index 786aeaf753..2734adeb9d 100644
--- a/core_service-test-runner_services-for-title.js.html
+++ b/core_service-test-runner_services-for-title.js.html
@@ -75,7 +75,7 @@ export default servicesForTitle
diff --git a/core_token-pooling_token-pool.js.html b/core_token-pooling_token-pool.js.html
index aa3827df9d..efa32b0221 100644
--- a/core_token-pooling_token-pool.js.html
+++ b/core_token-pooling_token-pool.js.html
@@ -379,7 +379,7 @@ export { sanitizeToken, Token, TokenPool }
diff --git a/global.html b/global.html
index dee40e996b..3223ef52e1 100644
--- a/global.html
+++ b/global.html
@@ -1876,7 +1876,7 @@ testAuth(StackExchangeReputation, QueryStringAuth, { items: [{ reputation: 8 }]
diff --git a/index.html b/index.html
index 2d1596c8f2..5c29a4ff13 100644
--- a/index.html
+++ b/index.html
@@ -208,7 +208,7 @@ domain unless specified otherwise.
diff --git a/module-badge-maker.html b/module-badge-maker.html
index 179cf26fa2..0b6f695b2e 100644
--- a/module-badge-maker.html
+++ b/module-badge-maker.html
@@ -498,7 +498,7 @@
diff --git a/module-badge-maker_lib_xml-ElementList.html b/module-badge-maker_lib_xml-ElementList.html
index a160ae63d2..4ef1a93007 100644
--- a/module-badge-maker_lib_xml-ElementList.html
+++ b/module-badge-maker_lib_xml-ElementList.html
@@ -163,7 +163,7 @@ like an XmlElement but renders multiple XML tags (not wrapped in a ).
diff --git a/module-badge-maker_lib_xml-XmlElement.html b/module-badge-maker_lib_xml-XmlElement.html
index 955c0cac3a..a05d46e244 100644
--- a/module-badge-maker_lib_xml-XmlElement.html
+++ b/module-badge-maker_lib_xml-XmlElement.html
@@ -474,7 +474,7 @@ element will be rendered as a self-closing element.
diff --git a/module-badge-maker_lib_xml.html b/module-badge-maker_lib_xml.html
index c744521f66..bac9fb4a13 100644
--- a/module-badge-maker_lib_xml.html
+++ b/module-badge-maker_lib_xml.html
@@ -128,7 +128,7 @@
diff --git a/module-core_base-service_base-BaseService.html b/module-core_base-service_base-BaseService.html
index 99f36b1378..ffbfeff850 100644
--- a/module-core_base-service_base-BaseService.html
+++ b/module-core_base-service_base-BaseService.html
@@ -96,7 +96,7 @@ category(), route() and handle(namedParams, queryParams)
Source:
@@ -211,7 +211,7 @@ this._request(this.authHelper.withBasicAuth({ url, schema, options }))
Source:
@@ -285,7 +285,7 @@ from the handler nor overridden by the user via query parameters.
Source:
@@ -358,7 +358,7 @@ route or routes in OpenAPI format.
Source:
@@ -438,7 +438,7 @@ the badges on the main shields.io website.
Source:
@@ -510,7 +510,7 @@ the badges on the main shields.io website.
Source:
@@ -665,7 +665,7 @@ defined in this.route.pattern or this.route.capture
Source:
@@ -825,7 +825,7 @@ for a given route parameter
Source:
@@ -899,7 +899,7 @@ for a given route parameter
diff --git a/module-core_base-service_base-graphql-BaseGraphqlService.html b/module-core_base-service_base-graphql-BaseGraphqlService.html
index 21cb63fc01..19028c44ec 100644
--- a/module-core_base-service_base-graphql-BaseGraphqlService.html
+++ b/module-core_base-service_base-graphql-BaseGraphqlService.html
@@ -913,7 +913,7 @@ an InvalidResponse.
diff --git a/module-core_base-service_base-graphql.html b/module-core_base-service_base-graphql.html
index cce5543cac..de369f502f 100644
--- a/module-core_base-service_base-graphql.html
+++ b/module-core_base-service_base-graphql.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-json-BaseJsonService.html b/module-core_base-service_base-json-BaseJsonService.html
index d099fcbfe9..2227a8d3ae 100644
--- a/module-core_base-service_base-json-BaseJsonService.html
+++ b/module-core_base-service_base-json-BaseJsonService.html
@@ -758,7 +758,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-json.html b/module-core_base-service_base-json.html
index b30eda5a84..5aa5d30596 100644
--- a/module-core_base-service_base-json.html
+++ b/module-core_base-service_base-json.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
index be35643fad..d6254167e8 100644
--- a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
+++ b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
@@ -849,7 +849,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-svg-scraping.html b/module-core_base-service_base-svg-scraping.html
index 9e6e18dd43..3a6a0f00f3 100644
--- a/module-core_base-service_base-svg-scraping.html
+++ b/module-core_base-service_base-svg-scraping.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-toml-BaseTomlService.html b/module-core_base-service_base-toml-BaseTomlService.html
index 15133218f0..10b4eba914 100644
--- a/module-core_base-service_base-toml-BaseTomlService.html
+++ b/module-core_base-service_base-toml-BaseTomlService.html
@@ -599,7 +599,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-toml.html b/module-core_base-service_base-toml.html
index 8fccf5750d..ed4d1b85ff 100644
--- a/module-core_base-service_base-toml.html
+++ b/module-core_base-service_base-toml.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-xml-BaseXmlService.html b/module-core_base-service_base-xml-BaseXmlService.html
index ffebf6a161..be85294b8c 100644
--- a/module-core_base-service_base-xml-BaseXmlService.html
+++ b/module-core_base-service_base-xml-BaseXmlService.html
@@ -641,7 +641,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-xml.html b/module-core_base-service_base-xml.html
index 3e7dd47703..4545b165d8 100644
--- a/module-core_base-service_base-xml.html
+++ b/module-core_base-service_base-xml.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-yaml-BaseYamlService.html b/module-core_base-service_base-yaml-BaseYamlService.html
index e442b590bb..85c96d1272 100644
--- a/module-core_base-service_base-yaml-BaseYamlService.html
+++ b/module-core_base-service_base-yaml-BaseYamlService.html
@@ -638,7 +638,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-yaml.html b/module-core_base-service_base-yaml.html
index b04c4771df..4f50ef44fd 100644
--- a/module-core_base-service_base-yaml.html
+++ b/module-core_base-service_base-yaml.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base.html b/module-core_base-service_base.html
index 86842c27b1..e56cac3e38 100644
--- a/module-core_base-service_base.html
+++ b/module-core_base-service_base.html
@@ -261,7 +261,7 @@ configured credentials are present.
Source:
@@ -480,7 +480,7 @@ configured credentials are present.
Source:
@@ -673,7 +673,7 @@ configured credentials are present.
Source:
@@ -908,7 +908,7 @@ name: 'compact_message', schema: { type: 'boolean' }, example: null
Source:
@@ -944,7 +944,7 @@ name: 'compact_message', schema: { type: 'boolean' }, example: null
diff --git a/module-core_base-service_errors-Deprecated.html b/module-core_base-service_errors-Deprecated.html
index 7092514c7a..3a8ee69c64 100644
--- a/module-core_base-service_errors-Deprecated.html
+++ b/module-core_base-service_errors-Deprecated.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-ImproperlyConfigured.html b/module-core_base-service_errors-ImproperlyConfigured.html
index 629267190b..c0289b0e47 100644
--- a/module-core_base-service_errors-ImproperlyConfigured.html
+++ b/module-core_base-service_errors-ImproperlyConfigured.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-Inaccessible.html b/module-core_base-service_errors-Inaccessible.html
index d8bf2989ac..6b4d9cee94 100644
--- a/module-core_base-service_errors-Inaccessible.html
+++ b/module-core_base-service_errors-Inaccessible.html
@@ -212,7 +212,7 @@ or to wrap a 5XX response
diff --git a/module-core_base-service_errors-InvalidParameter.html b/module-core_base-service_errors-InvalidParameter.html
index c4d176b73f..01ab355d74 100644
--- a/module-core_base-service_errors-InvalidParameter.html
+++ b/module-core_base-service_errors-InvalidParameter.html
@@ -212,7 +212,7 @@ is invalid or unexpected
diff --git a/module-core_base-service_errors-InvalidResponse.html b/module-core_base-service_errors-InvalidResponse.html
index dab8d0b212..dfb158da13 100644
--- a/module-core_base-service_errors-InvalidResponse.html
+++ b/module-core_base-service_errors-InvalidResponse.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-NotFound.html b/module-core_base-service_errors-NotFound.html
index 4b0cd148c8..c66f5425d8 100644
--- a/module-core_base-service_errors-NotFound.html
+++ b/module-core_base-service_errors-NotFound.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-ShieldsRuntimeError.html b/module-core_base-service_errors-ShieldsRuntimeError.html
index a1247477a7..c9af404123 100644
--- a/module-core_base-service_errors-ShieldsRuntimeError.html
+++ b/module-core_base-service_errors-ShieldsRuntimeError.html
@@ -384,7 +384,7 @@ should override this method.
diff --git a/module-core_base-service_errors.html b/module-core_base-service_errors.html
index 0badbc36c2..cebd11f5b1 100644
--- a/module-core_base-service_errors.html
+++ b/module-core_base-service_errors.html
@@ -343,7 +343,7 @@ for. Defaults to the cacheLength of the service class throwing the error
diff --git a/module-core_base-service_graphql.html b/module-core_base-service_graphql.html
index 0f0658027a..ef204d1b6f 100644
--- a/module-core_base-service_graphql.html
+++ b/module-core_base-service_graphql.html
@@ -296,7 +296,7 @@ but can't use that due to incorrect packaging.
diff --git a/module-core_base-service_openapi.html b/module-core_base-service_openapi.html
index 1108b9514d..c1aa94cae9 100644
--- a/module-core_base-service_openapi.html
+++ b/module-core_base-service_openapi.html
@@ -1633,7 +1633,7 @@ Query params are usually strings. (Optional)
diff --git a/module-core_base-service_resource-cache.html b/module-core_base-service_resource-cache.html
index 6aa30208c0..fffcab996e 100644
--- a/module-core_base-service_resource-cache.html
+++ b/module-core_base-service_resource-cache.html
@@ -568,7 +568,7 @@
diff --git a/module-core_base-service_service-definitions.html b/module-core_base-service_service-definitions.html
index 44d0ad94db..451df6f6e3 100644
--- a/module-core_base-service_service-definitions.html
+++ b/module-core_base-service_service-definitions.html
@@ -191,7 +191,7 @@
diff --git a/module-core_server_server-Server.html b/module-core_server_server-Server.html
index 9dfe42b6ea..9cd10ba498 100644
--- a/module-core_server_server-Server.html
+++ b/module-core_server_server-Server.html
@@ -681,7 +681,7 @@ Start listening for requests on this.baseUrl()
diff --git a/module-core_server_server.html b/module-core_server_server.html
index f88adfa86f..b4b2d8284e 100644
--- a/module-core_server_server.html
+++ b/module-core_server_server.html
@@ -125,7 +125,7 @@
diff --git a/module-core_service-test-runner_create-service-tester.html b/module-core_service-test-runner_create-service-tester.html
index 520607e4b1..f5152bd8e9 100644
--- a/module-core_service-test-runner_create-service-tester.html
+++ b/module-core_service-test-runner_create-service-tester.html
@@ -236,7 +236,7 @@ service.
diff --git a/module-core_service-test-runner_icedfrisby-shields.html b/module-core_service-test-runner_icedfrisby-shields.html
index 642a6283c3..fe3c21e197 100644
--- a/module-core_service-test-runner_icedfrisby-shields.html
+++ b/module-core_service-test-runner_icedfrisby-shields.html
@@ -292,7 +292,7 @@
diff --git a/module-core_service-test-runner_runner-Runner.html b/module-core_service-test-runner_runner-Runner.html
index 49d6231646..e1c9b56256 100644
--- a/module-core_service-test-runner_runner-Runner.html
+++ b/module-core_service-test-runner_runner-Runner.html
@@ -568,7 +568,7 @@ overridden on instances.
diff --git a/module-core_service-test-runner_runner.html b/module-core_service-test-runner_runner.html
index c5ae7644a7..816b5cc6bd 100644
--- a/module-core_service-test-runner_runner.html
+++ b/module-core_service-test-runner_runner.html
@@ -125,7 +125,7 @@
diff --git a/module-core_service-test-runner_service-tester-ServiceTester.html b/module-core_service-test-runner_service-tester-ServiceTester.html
index c7a72acd72..b35b1ac1b1 100644
--- a/module-core_service-test-runner_service-tester-ServiceTester.html
+++ b/module-core_service-test-runner_service-tester-ServiceTester.html
@@ -1126,7 +1126,7 @@ the CLI, or directly on the tester.
diff --git a/module-core_service-test-runner_service-tester.html b/module-core_service-test-runner_service-tester.html
index 11d62fac96..92ade31107 100644
--- a/module-core_service-test-runner_service-tester.html
+++ b/module-core_service-test-runner_service-tester.html
@@ -125,7 +125,7 @@
diff --git a/module-core_service-test-runner_services-for-title.html b/module-core_service-test-runner_services-for-title.html
index 0c0204d495..a8e5e139f7 100644
--- a/module-core_service-test-runner_services-for-title.html
+++ b/module-core_service-test-runner_services-for-title.html
@@ -284,7 +284,7 @@ as an array of strings.
diff --git a/module-core_token-pooling_token-pool-Token.html b/module-core_token-pooling_token-pool-Token.html
index 271e2b373c..f629aaef29 100644
--- a/module-core_token-pooling_token-pool-Token.html
+++ b/module-core_token-pooling_token-pool-Token.html
@@ -715,7 +715,7 @@ stable ordering for a valid priority queue.
diff --git a/module-core_token-pooling_token-pool-TokenPool.html b/module-core_token-pooling_token-pool-TokenPool.html
index cbfa1438ff..01b5f85017 100644
--- a/module-core_token-pooling_token-pool-TokenPool.html
+++ b/module-core_token-pooling_token-pool-TokenPool.html
@@ -899,7 +899,7 @@ indicate it should not be reused.
diff --git a/module-core_token-pooling_token-pool.html b/module-core_token-pooling_token-pool.html
index 29ccb1abb9..89b6d9a0ab 100644
--- a/module-core_token-pooling_token-pool.html
+++ b/module-core_token-pooling_token-pool.html
@@ -291,7 +291,7 @@
diff --git a/module-services_build-status.html b/module-services_build-status.html
index 049ca91fa5..e40a058dc9 100644
--- a/module-services_build-status.html
+++ b/module-services_build-status.html
@@ -453,7 +453,7 @@ Determines the message and color of the badge according to the build status.
diff --git a/module-services_color-formatters.html b/module-services_color-formatters.html
index 7fc7afa2ab..83dd35dee3 100644
--- a/module-services_color-formatters.html
+++ b/module-services_color-formatters.html
@@ -1371,7 +1371,7 @@ The color defaults to red if the score does not matches with any of the grade va
diff --git a/module-services_contributor-count.html b/module-services_contributor-count.html
index 12bc8511fb..08b5007632 100644
--- a/module-services_contributor-count.html
+++ b/module-services_contributor-count.html
@@ -536,7 +536,7 @@ Determines the message and color of the badge according to the contributor count
diff --git a/module-services_date.html b/module-services_date.html
index 4a0acf64f2..21e48b8467 100644
--- a/module-services_date.html
+++ b/module-services_date.html
@@ -1087,7 +1087,7 @@ parseDate('2018 Enero 15', 'YYYY MMMM DD', 'es')
diff --git a/module-services_downloads.html b/module-services_downloads.html
index 511265b759..8bbf73533a 100644
--- a/module-services_downloads.html
+++ b/module-services_downloads.html
@@ -546,7 +546,7 @@ this value as the prefix for versioned badges, e.g. foobar@v1.23. D
diff --git a/module-services_dynamic-common.html b/module-services_dynamic-common.html
index 461c587187..9bdd566c4d 100644
--- a/module-services_dynamic-common.html
+++ b/module-services_dynamic-common.html
@@ -960,7 +960,7 @@ Sets the color of the badge to blue.
diff --git a/module-services_dynamic_json-path.html b/module-services_dynamic_json-path.html
index 24bd765743..b804fb14c8 100644
--- a/module-services_dynamic_json-path.html
+++ b/module-services_dynamic_json-path.html
@@ -423,7 +423,7 @@ This can be used to extend or override the
diff --git a/module-services_endpoint-common.html b/module-services_endpoint-common.html
index 4654f2e225..897c69f94e 100644
--- a/module-services_endpoint-common.html
+++ b/module-services_endpoint-common.html
@@ -426,7 +426,7 @@
Source:
@@ -704,7 +704,7 @@ Optionally it prints those keys in the message to provide detailed feedback.
Source:
@@ -810,7 +810,7 @@ Optionally it prints those keys in the message to provide detailed feedback.
diff --git a/module-services_licenses.html b/module-services_licenses.html
index 4f038b1364..cfbaa5f23c 100644
--- a/module-services_licenses.html
+++ b/module-services_licenses.html
@@ -650,7 +650,7 @@ Sets the badge color to the provided value, if not provided then the color is us
diff --git a/module-services_package-json-helpers.html b/module-services_package-json-helpers.html
index acd70e62da..14b2280d8a 100644
--- a/module-services_package-json-helpers.html
+++ b/module-services_package-json-helpers.html
@@ -656,7 +656,7 @@ Checks if the object has all the dependency types and the dependency types are v
diff --git a/module-services_php-version.html b/module-services_php-version.html
index c5581b2147..3bbb033638 100644
--- a/module-services_php-version.html
+++ b/module-services_php-version.html
@@ -1472,7 +1472,7 @@ Return { numbers: [1,0,something big], modifier: 2, modifierCount: 1 }
diff --git a/module-services_pipenv-helpers.html b/module-services_pipenv-helpers.html
index 5fa3fd7667..faecfc8cc4 100644
--- a/module-services_pipenv-helpers.html
+++ b/module-services_pipenv-helpers.html
@@ -616,7 +616,7 @@ Checks if the lock file object has required properties and the properties are va
diff --git a/module-services_route-builder.html b/module-services_route-builder.html
index 986ad571fc..9eebdb4b1a 100644
--- a/module-services_route-builder.html
+++ b/module-services_route-builder.html
@@ -621,7 +621,7 @@
diff --git a/module-services_size.html b/module-services_size.html
index 796985bd9f..d0a6cdf45e 100644
--- a/module-services_size.html
+++ b/module-services_size.html
@@ -376,7 +376,7 @@ This should align with how the upstream displays sizes.
diff --git a/module-services_steam_steam-base-BaseSteamAPI.html b/module-services_steam_steam-base-BaseSteamAPI.html
index 22d825fba0..b468db57b6 100644
--- a/module-services_steam_steam-base-BaseSteamAPI.html
+++ b/module-services_steam_steam-base-BaseSteamAPI.html
@@ -380,7 +380,7 @@
diff --git a/module-services_steam_steam-base.html b/module-services_steam_steam-base.html
index 610db33b77..db4447824c 100644
--- a/module-services_steam_steam-base.html
+++ b/module-services_steam_steam-base.html
@@ -125,7 +125,7 @@
diff --git a/module-services_text-formatters.html b/module-services_text-formatters.html
index cde7eca1bb..eefa52fcb7 100644
--- a/module-services_text-formatters.html
+++ b/module-services_text-formatters.html
@@ -1349,7 +1349,7 @@ The remaining stars are empty stars until the maximum number of stars is reached
diff --git a/module-services_validators.html b/module-services_validators.html
index b609bb02aa..8b998002f8 100644
--- a/module-services_validators.html
+++ b/module-services_validators.html
@@ -779,7 +779,7 @@ Some invalid values for this validator are: abc, 1.a, 1.0-, .1
diff --git a/module-services_version.html b/module-services_version.html
index 028b432b57..8f1d7f7f3b 100644
--- a/module-services_version.html
+++ b/module-services_version.html
@@ -1993,7 +1993,7 @@ slice('2.4', 'patch') // returns null because the version string is not valid ac
diff --git a/module-services_website-status.html b/module-services_website-status.html
index 876da3cb0e..1ad729c16a 100644
--- a/module-services_website-status.html
+++ b/module-services_website-status.html
@@ -661,7 +661,7 @@ renderWebsiteStatus({ isUp: false }) // returns { message: 'down', color: 'red'
diff --git a/module-services_winget_version.html b/module-services_winget_version.html
index 5fd54aa505..3a53ffeb46 100644
--- a/module-services_winget_version.html
+++ b/module-services_winget_version.html
@@ -964,7 +964,7 @@ if there is a digit before the split character, or no split characters exist.
diff --git a/services_build-status.js.html b/services_build-status.js.html
index e6eea17dfe..742f350098 100644
--- a/services_build-status.js.html
+++ b/services_build-status.js.html
@@ -140,7 +140,7 @@ export { isBuildStatus, renderBuildStatusBadge }
diff --git a/services_color-formatters.js.html b/services_color-formatters.js.html
index d8172ecd86..5266e5f614 100644
--- a/services_color-formatters.js.html
+++ b/services_color-formatters.js.html
@@ -227,7 +227,7 @@ export {
diff --git a/services_contributor-count.js.html b/services_contributor-count.js.html
index a799aae1ca..7329bea552 100644
--- a/services_contributor-count.js.html
+++ b/services_contributor-count.js.html
@@ -85,7 +85,7 @@ export { contributorColor, renderContributorBadge }
diff --git a/services_crates_crates-base.js.html b/services_crates_crates-base.js.html
index e94a9257ab..2a433e2777 100644
--- a/services_crates_crates-base.js.html
+++ b/services_crates_crates-base.js.html
@@ -129,7 +129,7 @@ export { BaseCratesService, BaseCratesUserService, description }
diff --git a/services_date.js.html b/services_date.js.html
index 26dec8c8ff..7128ec49f4 100644
--- a/services_date.js.html
+++ b/services_date.js.html
@@ -150,7 +150,7 @@ export { parseDate, renderDateBadge, formatDate, formatRelativeDate, age }
diff --git a/services_downloads.js.html b/services_downloads.js.html
index 9310fef754..7225d7e149 100644
--- a/services_downloads.js.html
+++ b/services_downloads.js.html
@@ -101,7 +101,7 @@ export { renderDownloadsBadge }
diff --git a/services_dynamic-common.js.html b/services_dynamic-common.js.html
index 9a1f4b162e..c2f637e7db 100644
--- a/services_dynamic-common.js.html
+++ b/services_dynamic-common.js.html
@@ -142,7 +142,7 @@ export {
diff --git a/services_dynamic_json-path.js.html b/services_dynamic_json-path.js.html
index 9ae7ce9335..bbbfd72a3c 100644
--- a/services_dynamic_json-path.js.html
+++ b/services_dynamic_json-path.js.html
@@ -111,7 +111,7 @@ export default superclass =>
diff --git a/services_endpoint-common.js.html b/services_endpoint-common.js.html
index e46a29b875..aee1324c38 100644
--- a/services_endpoint-common.js.html
+++ b/services_endpoint-common.js.html
@@ -63,6 +63,7 @@ const endpointSchema = Joi.object({
namedLogo: Joi.string(),
logoSvg: Joi.string(),
logoColor: optionalStringWhenNamedLogoPresent,
+ logoSize: optionalStringWhenNamedLogoPresent,
logoWidth: optionalNumberWhenAnyLogoPresent,
style: Joi.string(),
cacheSeconds: Joi.number().integer().min(0),
@@ -154,7 +155,7 @@ export { validateEndpointData, fetchEndpointData }
diff --git a/services_licenses.js.html b/services_licenses.js.html
index ec2aeed039..240c3661f2 100644
--- a/services_licenses.js.html
+++ b/services_licenses.js.html
@@ -201,7 +201,7 @@ export { licenseToColor, renderLicenseBadge }
diff --git a/services_package-json-helpers.js.html b/services_package-json-helpers.js.html
index 8102324d2f..b95b7d0899 100644
--- a/services_package-json-helpers.js.html
+++ b/services_package-json-helpers.js.html
@@ -120,7 +120,7 @@ export { isDependencyMap, isPackageJsonWithDependencies, getDependencyVersion }
diff --git a/services_packagist_packagist-base.js.html b/services_packagist_packagist-base.js.html
index 18b32f0ab5..7b75dac852 100644
--- a/services_packagist_packagist-base.js.html
+++ b/services_packagist_packagist-base.js.html
@@ -229,7 +229,7 @@ export {
diff --git a/services_php-version.js.html b/services_php-version.js.html
index a985c45c0a..925377b201 100644
--- a/services_php-version.js.html
+++ b/services_php-version.js.html
@@ -341,7 +341,7 @@ export {
diff --git a/services_pipenv-helpers.js.html b/services_pipenv-helpers.js.html
index e66e431771..5f9c1a2b92 100644
--- a/services_pipenv-helpers.js.html
+++ b/services_pipenv-helpers.js.html
@@ -128,7 +128,7 @@ export { isLockfile, getDependencyVersion }
diff --git a/services_route-builder.js.html b/services_route-builder.js.html
index 030b6e59bc..2aed519a46 100644
--- a/services_route-builder.js.html
+++ b/services_route-builder.js.html
@@ -105,7 +105,7 @@ export default class RouteBuilder {
diff --git a/services_size.js.html b/services_size.js.html
index a0ac083d85..36618e8c44 100644
--- a/services_size.js.html
+++ b/services_size.js.html
@@ -67,7 +67,7 @@ export { renderSizeBadge }
diff --git a/services_steam_steam-base.js.html b/services_steam_steam-base.js.html
index ce9de90aec..5dfd21b430 100644
--- a/services_steam_steam-base.js.html
+++ b/services_steam_steam-base.js.html
@@ -98,7 +98,7 @@ export default BaseSteamAPI
diff --git a/services_test-helpers.js.html b/services_test-helpers.js.html
index cd0646ea70..705497db02 100644
--- a/services_test-helpers.js.html
+++ b/services_test-helpers.js.html
@@ -388,7 +388,7 @@ export {
diff --git a/services_test-validators.js.html b/services_test-validators.js.html
index 8047a02142..35fcbf77c2 100644
--- a/services_test-validators.js.html
+++ b/services_test-validators.js.html
@@ -266,7 +266,7 @@ export {
diff --git a/services_text-formatters.js.html b/services_text-formatters.js.html
index 2a1e9e07ad..22d7ad0052 100644
--- a/services_text-formatters.js.html
+++ b/services_text-formatters.js.html
@@ -212,7 +212,7 @@ export {
diff --git a/services_thunderstore_thunderstore-base.js.html b/services_thunderstore_thunderstore-base.js.html
index 3a3360dde2..d7f24e1e50 100644
--- a/services_thunderstore_thunderstore-base.js.html
+++ b/services_thunderstore_thunderstore-base.js.html
@@ -102,7 +102,7 @@ export { BaseThunderstoreService, description }
diff --git a/services_validators.js.html b/services_validators.js.html
index 34e77cb224..b8cb8cf97f 100644
--- a/services_validators.js.html
+++ b/services_validators.js.html
@@ -130,7 +130,7 @@ export const relativeUri = Joi.string().uri({ relativeOnly: true })
diff --git a/services_version.js.html b/services_version.js.html
index aac3297b7e..9cfc35ef37 100644
--- a/services_version.js.html
+++ b/services_version.js.html
@@ -307,7 +307,7 @@ export { latest, listCompare, slice, rangeStart, renderVersionBadge }
diff --git a/services_website-status.js.html b/services_website-status.js.html
index c27eb13f4f..b61ce87973 100644
--- a/services_website-status.js.html
+++ b/services_website-status.js.html
@@ -107,7 +107,7 @@ export { queryParamSchema, queryParams, renderWebsiteStatus }
diff --git a/services_winget_version.js.html b/services_winget_version.js.html
index 17c495f9a4..daf6ef771d 100644
--- a/services_winget_version.js.html
+++ b/services_winget_version.js.html
@@ -214,7 +214,7 @@ export { latest, compareVersion }
diff --git a/tutorial-TUTORIAL.html b/tutorial-TUTORIAL.html
index 6fe8e84abd..9564fcca13 100644
--- a/tutorial-TUTORIAL.html
+++ b/tutorial-TUTORIAL.html
@@ -424,7 +424,7 @@ will review your contribution.
diff --git a/tutorial-adding-new-config-values.html b/tutorial-adding-new-config-values.html
index 7d5a99d15d..76c84e954e 100644
--- a/tutorial-adding-new-config-values.html
+++ b/tutorial-adding-new-config-values.html
@@ -60,7 +60,7 @@
diff --git a/tutorial-authentication.html b/tutorial-authentication.html
index 457a5d8329..add778c7fb 100644
--- a/tutorial-authentication.html
+++ b/tutorial-authentication.html
@@ -48,7 +48,7 @@
diff --git a/tutorial-badge-urls.html b/tutorial-badge-urls.html
index a8fef3c74f..9bf00a7114 100644
--- a/tutorial-badge-urls.html
+++ b/tutorial-badge-urls.html
@@ -83,7 +83,7 @@ badge is for issues, and the parameters are :user/:repo.
diff --git a/tutorial-code-walkthrough.html b/tutorial-code-walkthrough.html
index 95cc1539ee..31ad755aa8 100644
--- a/tutorial-code-walkthrough.html
+++ b/tutorial-code-walkthrough.html
@@ -235,7 +235,7 @@ result over the HTTPS connection.
diff --git a/tutorial-deprecating-badges.html b/tutorial-deprecating-badges.html
index af385474b2..8e269eee06 100644
--- a/tutorial-deprecating-badges.html
+++ b/tutorial-deprecating-badges.html
@@ -155,7 +155,7 @@ t.create('no longer available (previously number of layers)')
diff --git a/tutorial-input-validation.html b/tutorial-input-validation.html
index 87d2501974..87a1eb8dc1 100644
--- a/tutorial-input-validation.html
+++ b/tutorial-input-validation.html
@@ -106,7 +106,7 @@
diff --git a/tutorial-json-format.html b/tutorial-json-format.html
index 93ae28442d..d39b9a1bf5 100644
--- a/tutorial-json-format.html
+++ b/tutorial-json-format.html
@@ -60,7 +60,7 @@ if you have any queries regarding the JSON format.
diff --git a/tutorial-performance-testing.html b/tutorial-performance-testing.html
index 0aed249b91..ddab74af00 100644
--- a/tutorial-performance-testing.html
+++ b/tutorial-performance-testing.html
@@ -76,7 +76,7 @@ node --prof-process --preprocess -j isolate-00000244AB6ED3B0-11920-v8.log | flam
diff --git a/tutorial-production-hosting.html b/tutorial-production-hosting.html
index c350d6ca5e..14d363814f 100644
--- a/tutorial-production-hosting.html
+++ b/tutorial-production-hosting.html
@@ -212,7 +212,7 @@ via local-shields-io-production.yml (see
diff --git a/tutorial-releases.html b/tutorial-releases.html
index a37e94b12a..3ca1356bf5 100644
--- a/tutorial-releases.html
+++ b/tutorial-releases.html
@@ -79,7 +79,7 @@
diff --git a/tutorial-self-hosting.html b/tutorial-self-hosting.html
index 9c2fb2f869..da061e1480 100644
--- a/tutorial-self-hosting.html
+++ b/tutorial-self-hosting.html
@@ -182,7 +182,7 @@ Set public.requireCloudflare: true.
diff --git a/tutorial-server-secrets.html b/tutorial-server-secrets.html
index c96e8a4896..5d28c0432e 100644
--- a/tutorial-server-secrets.html
+++ b/tutorial-server-secrets.html
@@ -331,7 +331,7 @@ and create an API key for the YouTube Data API v3.
diff --git a/tutorial-service-tests.html b/tutorial-service-tests.html
index 1597d21e4a..63765dac81 100644
--- a/tutorial-service-tests.html
+++ b/tutorial-service-tests.html
@@ -229,7 +229,7 @@ comment there instead.
diff --git a/tutorial-static-badges.html b/tutorial-static-badges.html
index b42645c663..68e32be822 100644
--- a/tutorial-static-badges.html
+++ b/tutorial-static-badges.html
@@ -42,7 +42,7 @@