Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
Compare and Show latest version
35 files
+ 1954
157
Compare changes
  • Side-by-side
  • Inline
Files
35
+ 15
2
@@ -4,12 +4,25 @@ module.exports = {
@@ -4,12 +4,25 @@ module.exports = {
themeConfig: {
themeConfig: {
sidebar: [
sidebar: [
{
{
title: 'Components',
title: 'Examples',
collapsable: false,
collapsable: false,
children: [
children: [
'/components/grid.md',
'/examples/Generic.md',
 
'/examples/TicTacToe.md',
 
'/examples/Counters.md',
 
'/examples/Lessons.md',
 
'/examples/Colors.md',
 
'/examples/Disabled.md',
 
'/examples/DisabledItems.md',
 
'/examples/Responsive.md',
]
]
}
}
 
],
 
nav: [
 
{ text: 'Home', link: '/' },
 
{ text: 'Guide', link: '/guide/' },
 
{ text: 'Examples', link: '/examples/Generic.md'},
 
{ text: 'Repository', link: 'https://edugit.org/AlekSIS/libs/vue-draggable-grid/' }
]
]
}
}
}
}
 
\ No newline at end of file
Loading