docs on building from code

This commit is contained in:
Denys Vuika
2017-11-16 12:56:49 +00:00
parent 43a39d7590
commit 9ab7a78719
4 changed files with 63 additions and 5 deletions

View File

@@ -18,6 +18,10 @@
title: 'Home',
path: '/'
},
{
title: 'Building',
path: 'build'
},
{
title: 'Docker',
path: 'docker'
@@ -26,6 +30,10 @@
title: 'Guides',
type: 'dropdown',
items: [
{
title: 'Building',
path: 'build'
},
{
title: 'CORS',
path: 'cors'