Skip to content

Commit

Permalink
Merge pull request #102 from vuestorefront/docs-#101/videos
Browse files Browse the repository at this point in the history
docs: #101/videos
  • Loading branch information
Baroshem committed Sep 25, 2021
2 parents dba846e + 4d8fa8b commit a159544
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
File renamed without changes
3 changes: 3 additions & 0 deletions docs/changelog/1.0.0-beta.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.0-beta.3

* [Docs]: add new Vendure videos and fix images src [#101](https://github.com/vuestorefront/vendure/issues/101)
2 changes: 2 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## How to start if you want to try out the integration

<iframe width="100%" height="669" src="https://www.youtube.com/embed/RJ1QqojaGwA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

```bash
yarn global add @vue-storefront/cli
```
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ Open Source
Vendure core is available under the MIT license. All development of the core framework is being done in the open on [GitHub](https://github.com/vendure-ecommerce/vendure).

Check out more at <https://www.vendure.io>

## Interview with Michael Bromley - founder of Vendure

<iframe width="100%" height="669" src="https://www.youtube.com/embed/qA_cBsM_yjg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe>
2 changes: 1 addition & 1 deletion docs/integrations/storyblok.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ It is already implemented in the [template-vendure](https://github.com/vuestoref
This integration is only between Vue Storefront and Storyblok. We are working on creating a plugin for Storyblok that would allow you to fetch data from Vendure and use it in Storyblok (like fetch products and display them in Storyblok as content). Check this [issue](https://github.com/vuestorefront/vendure/issues/94) for details
:::

<img src="/storyblok.png" alt="Storyblok Integration"/>
<img src="/vendure/storyblok.png" alt="Storyblok Integration"/>
2 changes: 1 addition & 1 deletion docs/theme/customer-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
This step does not occur in default Vue Storefront template and it was added specifically for Vendure integration. Vendure requires a step where we provide data about customer in order to correctly process the checkout flow.
:::

<img src="/customer-checkout.png" alt="Customer Checkout Step"/>
<img src="/vendure/customer-checkout.png" alt="Customer Checkout Step"/>

0 comments on commit a159544

Please sign in to comment.