Update json file to new format
This commit is contained in:
12
docs/api/.vuepress/config.js
Normal file
12
docs/api/.vuepress/config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
base: '.',
|
||||
title: 'Domo Api 1.0',
|
||||
description: 'domo API',
|
||||
themeConfig: {
|
||||
sidebar: [
|
||||
'/',
|
||||
['/ history', 'History'],
|
||||
['/ capabilities', 'Capabilities'],
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user