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
18 files
+ 148
126
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 29
26
module.exports = {
module.exports = {
title: 'vue-draggable-grid',
title: "vue-draggable-grid",
description: 'vue-draggable-grid component library for a draggable grid',
description: "vue-draggable-grid component library for a draggable grid",
themeConfig: {
themeConfig: {
sidebar: [
sidebar: [
{
{
title: 'Examples',
title: "Examples",
collapsable: false,
collapsable: false,
children: [
children: [
'/examples/Generic.md',
"/examples/Generic.md",
'/examples/TicTacToe.md',
"/examples/TicTacToe.md",
'/examples/Counters.md',
"/examples/Counters.md",
'/examples/Lessons.md',
"/examples/Lessons.md",
'/examples/Colors.md',
"/examples/Colors.md",
'/examples/Disabled.md',
"/examples/Disabled.md",
'/examples/DisabledItems.md',
"/examples/DisabledItems.md",
'/examples/Responsive.md',
"/examples/Responsive.md",
]
}
],
],
nav: [
},
{ text: 'Home', link: '/' },
],
{ text: 'Guide', link: '/guide/' },
nav: [
{ text: 'Examples', link: '/examples/Generic.md'},
{ text: "Home", link: "/" },
{ text: 'Repository', link: 'https://edugit.org/AlekSIS/libs/vue-draggable-grid/' }
{ text: "Guide", link: "/guide/" },
]
{ text: "Examples", link: "/examples/Generic.md" },
}
{
}
text: "Repository",
\ No newline at end of file
link: "https://edugit.org/AlekSIS/libs/vue-draggable-grid/",
 
},
 
],
 
},
 
};
Loading