@marcius-studio/marcius-css
Version:
Lightweight, responsive and modern CSS framework
49 lines • 1.58 kB
JavaScript
module.exports = {
title: 'Marcius.css',
description: 'Just playing around',
themeConfig: {
logo: '/logo-marcius-studio.svg',
version: '0.1.0-alpha',
nav: [
{ text: 'GitHub', link: 'https://github.com/marcius-studio/marcius-css' }
],
sidebar: [
{
title: 'Introduction', // required
path: '/', // optional, link of the title, which should be an absolute path and must exist
collapsable: false, // optional, defaults to true
sidebarDepth: 1, // optional, defaults to 1
},
{
title: 'Getting Started',
path: '/getting-started/',
collapsable: false,
sidebarDepth: 1,
},
{
title: 'Elements',
path: '/elements/',
//collapsable: false,
//sidebarDepth: 1,
},
{
title: 'Layout',
path: '/layout/',
collapsable: false,
sidebarDepth: 1,
},
{
title: 'Components',
path: '/components/',
//collapsable: false,
//sidebarDepth: 1,
},
{
title: 'Utilities',
path: '/utilities/',
//collapsable: false,
//sidebarDepth: 1,
}
]
}
}