diff --git a/docs/Privacy/Privacy-Quickstart.md b/docs/Privacy/Privacy-Quickstart.md index 3cf4d65639..8594efc0cc 100644 --- a/docs/Privacy/Privacy-Quickstart.md +++ b/docs/Privacy/Privacy-Quickstart.md @@ -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 `` is replaced with the latest version (for example, `1.1.0`). +Clone the repository from the `pantheon-quickstart` repository where `` is replaced with the latest version (`{{ versions.quickstart }}`). ```bash tab="Command" git clone --branch 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 diff --git a/mkdocs.yml b/mkdocs.yml index 217a5c6d00..5e9b1cd70f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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/