Skip to content

Commit

Permalink
Merge pull request #6915 from vuestorefront/docs/sylius-tag
Browse files Browse the repository at this point in the history
docs: remove beta tag from sylius
  • Loading branch information
mattmaribojoc authored May 24, 2023
2 parents fd22572 + 711e099 commit 4e1ff1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/docs/.vuepress/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ const INTEGRATIONS = {
},
{
name: 'Sylius',
link: 'https://github.com/BitBagCommerce/SyliusVueStorefront2Plugin',
link: 'https://vsf2-docs.bitbag.io/',
image: 'https://uploads-ssl.webflow.com/5e90e5cd5f86784ad554a3c2/5ed6275b7df0e61000941a54_sylius_logo.svg',
status: STATUS.BETA,
status: STATUS.STABLE,
license: LICENSE.OPEN_SOURCE,
maintainedBy: [{ name: 'BitBag', link: 'https://bitbag.io/' }],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/.vuepress/theme/layouts/Integrations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="prose pt-8 container relative mx-auto max-w-7xl gap-y-16">
<Content slot-key="header" />
</div>
<div class="mt-12 pt-6 bg-gray-50 dark:bg-zinc-800">
<div class="mt-12 pt-6">
<div class="container relative mx-auto max-w-7xl gap-y-16 grid grid-cols-12 lg:gap-8">
<aside class="hidden lg:block lg:col-span-3 relative">
<nav class="sticky top-32 mt-9 custom-block text-black dark:text-white text-sm flex flex-col">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vuepress-theme-vsf-docs": "^1.2.20"
"vuepress-theme-vsf-docs": "^1.3.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17617,10 +17617,10 @@ vuepress-plugin-smooth-scroll@^0.0.3:
dependencies:
smoothscroll-polyfill "^0.4.3"

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==
vuepress-theme-vsf-docs@^1.3.1:
version "1.3.1"
resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.3.1.tgz#7eda0989976b74b142ebd3c2782442809942dbd1"
integrity sha512-F3U1j9YWrwkWFCAudcOQRAgamgQ4r8Z0dfSY1LP9blcX6p1UKMRyR5JCf390aSjH+QKpiGwRbB/yQTOqv24N3A==
dependencies:
"@vuepress/plugin-active-header-links" "1.9.7"
"@vuepress/plugin-nprogress" "1.9.7"
Expand Down

0 comments on commit 4e1ff1a

Please sign in to comment.