Update json file to new format

This commit is contained in:
jbnadal
2018-04-30 13:57:53 +02:00
parent af9fed68e8
commit c29d356fc2
13 changed files with 326 additions and 131 deletions

View File

@@ -0,0 +1,12 @@
module.exports = {
base: '.',
title: 'Domo Api 1.0',
description: 'domo API',
themeConfig: {
sidebar: [
'/',
['/ history', 'History'],
['/ capabilities', 'Capabilities'],
]
}
}