From 347ef5d16bcbd990584336f60b288bbfdd4d2de8 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 30 Mar 2022 12:49:39 +0200 Subject: [PATCH 1/2] doc: Mention that the API doc CI is also testing the API Mention that the API doc CI is also testing the API --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 138ddcb..625c5c6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ We have an older version available on the Wiki. - https://wiki.openfoodfacts.org/Documentation +# Tests +- Note: This documentation is actually able to run API tests, that will fail if not properly specified or if the API has changed, and the documentation has not. Currently, around 20 tests are failing. + # Roadmap We need documentation maintainers From a07f9aa618d2c74ac64d8fb56e164dfef95e7a8b Mon Sep 17 00:00:00 2001 From: teolemon Date: Wed, 30 Mar 2022 10:50:44 +0000 Subject: [PATCH 2/2] Commit docgen-generated docs Signed-off-by: GitHub Actions --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6e9084c..d3f7060 100644 --- a/index.html +++ b/index.html @@ -410433,4 +410433,4 @@ function IsJsonString(str){try{JSON.parse(str);}catch(e){return false;} return true;} String.prototype.replaceAll=function(replaceThis,withThis){var re=new RegExp(RegExp.quote(replaceThis),"g");return this.replace(re,withThis);};RegExp.quote=function(str){return str.replace(/([.?*+^$[\]\\(){}-])/g,"\\$1");};function syntaxHighlight(json){json=json.replace(/&/g,'&').replace(//g,'>');return json.replace(/("(\\u[a-zA-Z0-9]{4}|\\[^u]|[^\\"])*"(\s*:)?|\b(true|false|null)\b|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)/g,function(match){var cls='number';if(/^"/.test(match)){if(/:$/.test(match)){cls='key';}else{cls='string';}}else if(/true|false/.test(match)){cls='boolean';}else if(/null/.test(match)){cls='null';} -return ''+match+'';});}

Generated at 2022-03-30 10:35:02 by docgen
\ No newline at end of file +return ''+match+'';});}

\ No newline at end of file