diff --git a/api/hexa/function.json b/api/hexa/function.json deleted file mode 100644 index 9c99c40..0000000 --- a/api/hexa/function.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "bindings": [ - { - "authLevel": "anonymous", - "type": "httpTrigger", - "direction": "in", - "name": "req", - "methods": ["get", "post"] - }, - { - "type": "http", - "direction": "out", - "name": "res" - } - ] -} diff --git a/api/hexa/index.js b/api/hexa/index.js deleted file mode 100644 index 2ef1850..0000000 --- a/api/hexa/index.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = async function (context, req) { - context.res = { - status: req.query.statuscode || "200", - body: ["npm install --global @manekinekko/hexa", "hexa init", "hexa deploy", "hexa init --login", "hexa init --manual", "hexa init --yolo"], - }; -}; diff --git a/api/host.json b/api/host.json deleted file mode 100644 index 6ab6643..0000000 --- a/api/host.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": "2.0", - "logging": { - "applicationInsights": { - "samplingSettings": { - "isEnabled": true, - "excludedTypes": "Request" - } - } - }, - "extensionBundle": { - "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0)" - } -} diff --git a/api/package-lock.json b/api/package-lock.json deleted file mode 100644 index 48e341a..0000000 --- a/api/package-lock.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "lockfileVersion": 1 -} diff --git a/api/package.json b/api/package.json deleted file mode 100644 index 15357df..0000000 --- a/api/package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "", - "version": "", - "description": "", - "scripts": { - "test": "echo \"No tests yet...\"" - }, - "author": "" -} diff --git a/docs/index.html b/docs/index.html index f850217..3e8137d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,6 @@ hexa title whitepreview