update domo controller to the rest api

This commit is contained in:
jbnadal
2018-04-30 15:18:45 +02:00
parent c29d356fc2
commit 77c888a5b1
18 changed files with 525 additions and 588 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
sidebar: [
'/',
['/ history', 'History'],
['/ capabilities', 'Capabilities'],
['/ device', 'Capabilities'],
]
}
}

View File

@@ -4,3 +4,4 @@
"docs:build": "vuepress build"
}
}
0