diff --git a/apxtri/apidoc_adminapi.json b/apxtri/apidoc_adminapi.json new file mode 100644 index 0000000..6a175a2 --- /dev/null +++ b/apxtri/apidoc_adminapi.json @@ -0,0 +1,36 @@ + { + "comment": "specific api for tribes conf have to be in conf/apidoc/apidoc_{tribe}.json run: $ tribe=smatchit yarn apidoctribe", + "name": "apxtri.be", + "version": "1.0.0", + "title": "apiDoc for apxtri endpoint", + "description": "Core api documentation that manage nation objects (Pagans, Nations, Towns, Blockchain, Tracking, Notifications, Odmdb, Tribes (management), Wwws)", + "url": "https://testwall-ants.ndda.fr/api", + "outputcoment":"pour rappel l'option output ne fonctionne pas en fichier de config ajouté dans package.json", + "output":"../nationchains/tribes/adminapi/www/cdn/apidoc/", + "input":[ + "../adminapi/apxtri/middlewares", + "../adminapi/apxtri/routes" + ], + "order": [ + "Middlewares", + "Odmdb", + "Nationchains", + "Pagans", + "Notifications" + ], + "template": { + "forceLanguage": "en", + "showRequiredLabels": true, + "withCompare": true, + "withGenerator": true, + "aloneDisplay": false + }, + "header": { + "title": "Introduction", + "filename": "header.md" + }, + "footer": { + "title": "Best practices", + "filename": "footer.md" + } + }