feat: sidebar rendering

This commit is contained in:
Nicolas Giard
2018-11-11 13:54:33 -05:00
parent 0b5a4e0c63
commit 763bf4b903
7 changed files with 31 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
const path = require('path')
const uuid = require('uuid/v4')
/* global WIKI */
@@ -209,6 +210,7 @@ module.exports = () => {
key: 'site',
config: [
{
id: uuid(),
icon: 'home',
kind: 'link',
label: 'Home',