Updated quickstart version (#1488)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by GitHub
parent 58f24c1269
commit 2abe4366e7
  1. 4
      docs/Privacy/Privacy-Quickstart.md
  2. 2
      mkdocs.yml

@ -36,14 +36,14 @@ To run this tutorial, you must have the following installed:
## Clone Pantheon Quickstart Source Code
Clone the repository from the `pantheon-quickstart` repository where `<version>` is replaced with the latest version (for example, `1.1.0`).
Clone the repository from the `pantheon-quickstart` repository where `<version>` is replaced with the latest version (`{{ versions.quickstart }}`).
```bash tab="Command"
git clone --branch <version> https://github.com/PegaSysEng/pantheon-quickstart.git
```
```bash tab="Example"
git clone --branch 1.1.0 https://github.com/PegaSysEng/pantheon-quickstart.git
git clone --branch {{ versions.quickstart }} https://github.com/PegaSysEng/pantheon-quickstart.git
```
## Clone EEAJS Libraries

@ -20,7 +20,7 @@ copyright: Pantheon and its documentation are licensed under Apache 2.0 license
#extra project info and template customisation
extra:
versions:
pantheon_stable: &pantheon_stable_version 1.1.0
pantheon_stable: &pantheon_stable_version 1.1.1
quickstart: *pantheon_stable_version
latest_version_warning:
url_contains: /latest/

Loading…
Cancel
Save