Files
directus/docs/index.js
2020-10-07 21:57:22 -04:00

12 lines
218 B
JavaScript

const appNav = require('./dist/nav-app.json');
const webNav = require('./dist/nav-web.json');
const index = require('./dist/index.json');
module.exports = {
files: index,
nav: {
app: appNav,
web: webNav,
},
};