Skip to content

Commit

Permalink
Merge pull request #4565 from gibkigonzo/bugfix/4554
Browse files Browse the repository at this point in the history
update theme installation link in docs
  • Loading branch information
pkarw committed Jun 19, 2020
2 parents 2f6dce1 + 1d890b8 commit b19f229
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The mechanism of injecting core business logic into themes is ridiculously simpl

So assume we have a core Microcart component with business logic as above (left side), we can easily inject it into any of our theme components (right side) just by importing it and adding as a mixin `mixins: [Microcart]`. This is all you need to make use of core business logic inside your theme. With this approach, we can easily ship updates to all core components without breaking your shop.

[Check how to create theme based on our official themes](/guide/installation/theme.html).
[Check how to create theme based on our official themes](https://docs.vuestorefront.io/guide/installation/theme.html).

## Offline mode and cache
Vue Storefront still works even while the user is offline.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/cookbook/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ In `local.json`, you may change values for information of backend family. But if

6. Install theme

From version 1.12 you need to add theme into your project. [Here is more information](/guide/installation/theme.html.)
From version 1.12 you need to add theme into your project. [Here is more information](https://docs.vuestorefront.io/guide/installation/theme.html.)

7. Finally run the following Docker command :
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/general/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The mechanism of injecting core business logic into themes is ridiculously simpl

So assume we have a core Microcart component with business logic as above (left side), we can easily inject it into any of our theme components (right side) just by importing it and adding as a mixin `mixins: [Microcart]`. This is all you need to make use of core business logic inside your theme. With this approach, we can easily ship updates to all core components without breaking your shop.

[Check how to create theme based on our official themes](/guide/installation/theme.html).
[Check how to create theme based on our official themes](https://docs.vuestorefront.io/guide/installation/theme.html).

## Offline mode and cache
Vue Storefront still works even while the user is offline.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/installation/linux-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ nano config/local.json

The default config file should work perfectly fine for default purposes.

Next [install theme](/guide/installation/theme.html)
Next [install theme](theme.md)

Finally, you have to choose between two modes of running the application (similarly as in the case of vue-storefront-api).

Expand Down
4 changes: 3 additions & 1 deletion docs/guide/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ yarn install
We're using the powerful node.js library for config files. Check the docs to learn more about it: [https://github.com/lorenwest/node-config](https://github.com/lorenwest/node-config)
:::

6. Run Vue Storefront Server:
6. Next [install theme](theme.md)

7. Run Vue Storefront Server:

```bash
yarn dev
Expand Down

0 comments on commit b19f229

Please sign in to comment.