diff --git a/packages/docs/.vuepress/config.js b/packages/docs/.vuepress/config.js index 464002827f..55038afd12 100644 --- a/packages/docs/.vuepress/config.js +++ b/packages/docs/.vuepress/config.js @@ -18,6 +18,7 @@ module.exports = { * Ref:https://v1.vuepress.vuejs.org/config/#title */ title: 'Vue Storefront 2', + coreDocs: true, /** * Ref:https://v1.vuepress.vuejs.org/config/#description diff --git a/packages/docs/.vuepress/public/sfui-hero.png b/packages/docs/.vuepress/public/sfui-hero.png new file mode 100644 index 0000000000..d57259fc45 Binary files /dev/null and b/packages/docs/.vuepress/public/sfui-hero.png differ diff --git a/packages/docs/package.json b/packages/docs/package.json index e1d8999341..d4f19c0742 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -30,6 +30,6 @@ "dependencies": { "sass-loader": "^8.0.2", "tailwindcss": "npm:@tailwindcss/postcss7-compat", - "vuepress-theme-vsf-docs": "^1.2.12" + "vuepress-theme-vsf-docs": "^1.2.20" } } diff --git a/yarn.lock b/yarn.lock index 9fa4e82ed4..a54f2a797f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17617,10 +17617,10 @@ vuepress-plugin-smooth-scroll@^0.0.3: dependencies: smoothscroll-polyfill "^0.4.3" -vuepress-theme-vsf-docs@^1.2.12: - version "1.2.12" - resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.2.12.tgz#a13d5406ca167141b200b72429e7ffd81b4de695" - integrity sha512-A+DyZPLJIOQgeFGSjfkwqkG4OorNaBl6TWjyQ2T+D8YD3ZPiVg5KjnV35scRegGISp2oqTjAxHxsuHZHcy82XA== +vuepress-theme-vsf-docs@^1.2.20: + version "1.2.20" + resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.2.20.tgz#f4e59dc4ce3a179ce05d42e3648adae2962dbfc4" + integrity sha512-Kw+wMcXHls1+GrOU7lxRrrIaiA+SkYQ1Tf4xNHUHdd+cwTWhtWfO0nG02Rtqr1Qmt2+Ug7v++o8SSRJhuldVaw== dependencies: "@vuepress/plugin-active-header-links" "1.9.7" "@vuepress/plugin-nprogress" "1.9.7"