Skip to content

Commit 76b7946

Browse files
filipsobolMarcin Kwiatkowski
authored andcommitted
docs: update Environments document (#832)
1 parent 4a49a9c commit 76b7946

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
collapsable: false,
5656
children: [
5757
['/', 'Introduction'],
58-
['/guide/environments', 'Environments'],
58+
['/guide/environments', 'Demo environments'],
5959
['/guide/functional-catalog', 'Functional catalog'],
6060
['/guide/about', 'About'],
6161
['/guide/roadmap', 'Roadmap'],

docs/guide/environments.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Environments
1+
# Demo environments
22

3-
We have three environments where you can see Magento 2 Vue Storefront 2 integration
3+
We have three demo environments where you can see and test Magento 2 integration for Vue Storefront in action. If you find a bug in any of them, please [create an issue](https://github.com/vuestorefront/magento2/issues/new/choose) in our repository to let us know about it.
44

5-
## Prod Environment
5+
## Production environment
66

7-
On the Prod env, there is the latest version (the newest one) of Magento 2 Vue Storefront 2 integration.
7+
In the production environment, you can see the latest **released and stable** version of the integration. It should be visually and feature-wise identical to the new project installed using our CLI.
88

9-
[https://demo-magento2.europe-west1.gcp.vuestorefront.cloud](https://demo-magento2.europe-west1.gcp.vuestorefront.cloud)
9+
[Production demo](https://demo-magento2.europe-west1.gcp.vuestorefront.cloud)
1010

11-
## Stage Environment
11+
## Staging environment
1212

13-
Stage environment is used for testing any new release. Every newest `release/*` branch is deployed there.
13+
In the staging environment, we are testing new releases. It should be **relatively stable**, but you might still encounter some bugs.
1414

15-
[https://demo-magento2-canary.europe-west1.gcp.storefrontcloud.io](https://demo-magento2-canary.europe-west1.gcp.storefrontcloud.io)
15+
[Staging demo](https://demo-magento2-canary.europe-west1.gcp.storefrontcloud.io)
1616

17-
## Dev Environment
17+
## Development environment
1818

19-
On the Dev environment, there is a current `develop` branch deployed.
19+
In the development environment, we are testing the `develop` branch, which might contain unfinished or experimental features. It might be **unstable** both visually and feature-wise.
2020

21-
[https://demo-magento2-dev.europe-west1.gcp.storefrontcloud.io](https://demo-magento2-dev.europe-west1.gcp.storefrontcloud.io)
21+
[Development environment](https://demo-magento2-dev.europe-west1.gcp.storefrontcloud.io)

0 commit comments

Comments
 (0)