Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3839 from kkdg/master
Browse files Browse the repository at this point in the history
[Docs] Migration docs 1st complete
  • Loading branch information
andrzejewsky authored Dec 16, 2019
2 parents 47398fc + e444a2d commit 09c39c8
Show file tree
Hide file tree
Showing 15 changed files with 4,404 additions and 731 deletions.
52 changes: 16 additions & 36 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ module.exports = {
includeLevel: [2]
}
},
head: [['link', { rel: 'icon', href: '/favicon.png' }]],
head: [
['link', { rel: 'icon', href: '/favicon.png' }],
['script', { src: 'https://cdnjs.cloudflare.com/ajax/libs/diff2html/2.12.1/diff2html.min.js'}]
],
themeConfig: {
repo: 'DivanteLtd/vue-storefront',
docsDir: 'docs',
Expand Down Expand Up @@ -48,7 +51,9 @@ module.exports = {
'cookbook/internals',
'cookbook/vue',
'cookbook/multistores',
'cookbook/migration'
'cookbook/migration',
'cookbook/checklist',
'cookbook/history'
],
},
{
Expand Down Expand Up @@ -94,17 +99,6 @@ module.exports = {
'core-themes/stylesheets',
],
},
{
title: 'Components',
collapsable: false,
children: [
'components/home-page',
'components/category-page',
'components/product',
'components/modal',
'components/events-list'
],
},
{
title: 'Data in Vue Storefront',
collapsable: false,
Expand All @@ -119,16 +113,6 @@ module.exports = {
'data/data-loader'
],
},
{
title: 'Extensions',
collapsable: false,
children: [
'extensions/introduction',
'extensions/extending-api',
'extensions/extending-server-side-routes',
'extensions/extensions-to-modify-results'
],
},
{
title: 'Working with Vuex',
collapsable: false,
Expand All @@ -141,19 +125,6 @@ module.exports = {
'vuex/attribute-store',
],
},
{
title: 'Modules',
collapsable: false,
children: [
'modules/introduction',
'modules/cart',
// 'modules/catalog',
'modules/user',
'modules/checkout',
'modules/order',
//'modules/review'
],
},
{
title: 'Integrations',
collapsable: false,
Expand All @@ -168,6 +139,15 @@ module.exports = {
'integrations/multistore',
],
},
{
title: 'Archives',
collapsable: true,
children: [
'archives/modules',
'archives/extensions',
'archives/components'
],
},
],
},
},
Expand Down
Empty file removed docs/.vuepress/override.styl
Empty file.
Binary file added docs/.vuepress/public/vuelogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 09c39c8

Please sign in to comment.