Skip to content

Commit 220a247

Browse files
authored
Merge pull request #3719 from kkdg/master
[Docs] Updated Cookbook Theme and removed nohup.out
2 parents 28166f5 + c831246 commit 220a247

File tree

2 files changed

+2
-978
lines changed

2 files changed

+2
-978
lines changed

docs/guide/cookbook/theme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ This recipe helps you resolve errors you encounter after the upgrade as short a
3131
### 1. Preparation
3232
- You have a [Vue Storefront App running](/guide/cookbook/setup.html#_0-introduction) by `docker` or `yarn dev` and watch it in your browser.
3333
- You have a child theme [running](/guide/cookbook/theme.html#_1-start-building-your-own-theme) on top of _Vue Storefront_ app.
34-
- In this recipe, we start with _degi_ child theme based on `1.10` version (git hash : ___1b53bd2a___) of `default` theme. This _degi_ theme is an example you might have created for your own. Which means, you can change it to whatever you like.
34+
- In this recipe, we start with _degi_ child theme based on `1.10` version (git hash : [___1b53bd2a___](https://github.com/DivanteLtd/vue-storefront/commit/1b53bd2a829f7cab571dbd3c2a4021ea46857da7)) of `default` theme. This _degi_ theme is an example you might have created for your own. Which means, you can change it to whatever you like.
3535
- In other words, suppose you have a _Vue Storefront_ shop running on a child theme `degi` that was branched off from _Vue Storefront_ `default` theme version `1.10` and want to upgrade to `1.11`.
3636

3737
### 2. Recipe
3838

39-
1. Go to your _Vue Storefront_ app root directory and `git checkout` to following hash :
39+
1. Go to your _Vue Storefront_ app root directory and `git checkout` to following hash [`79f0c30f`](https://github.com/DivanteLtd/vue-storefront/commit/79f0c30f1707ff913bde18c7e13654d5ca6bd867) :
4040
```bash
4141
git fetch
4242
git checkout 79f0c30f # origin/release/v1.11

0 commit comments

Comments
 (0)