From fba0291d83cc1d312178390e5eaf44766c33d4a3 Mon Sep 17 00:00:00 2001 From: Luan alves Date: Sun, 1 Sep 2019 13:17:56 -0300 Subject: [PATCH 01/12] Update first-time-setup-import-import.md --- guides/v2.2/cloud/setup/first-time-setup-import-import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/setup/first-time-setup-import-import.md b/guides/v2.2/cloud/setup/first-time-setup-import-import.md index 28fefb2a6db..578a715f93e 100755 --- a/guides/v2.2/cloud/setup/first-time-setup-import-import.md +++ b/guides/v2.2/cloud/setup/first-time-setup-import-import.md @@ -278,7 +278,7 @@ bin/magento setup:upgrade ``` ```bash -bin/magento magento setup:static-content:deploy +bin/magento setup:static-content:deploy ``` ```bash From cf4ba8c03f2e61003a177c3349bea20fccf744c8 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 11:11:48 -0300 Subject: [PATCH 02/12] adding new information from stopwords elasticsearch --- .../elasticsearch/es-config-stopwords.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index e7e8c94c866..fdd98875288 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -115,3 +115,22 @@ To change the directory: ``` Save your changes to `di.xml` and exit the text editor. + +To change the directory from your module + +1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} + +2. In your module `etc/di.xml` add instructions: + +```xml + + + + (Your_Module) + stopwords + + +``` +3. In your module, create the directory `etc/stopwords`, inside add files .csv + +Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 7bdfe0748aa9513e2dd2cbfc7ad7657742489601 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:00:23 -0300 Subject: [PATCH 03/12] settings --- .../config-guide/elasticsearch/es-config-stopwords.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index 42019b5655d..c5a18ace90e 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -33,6 +33,7 @@ See one of the following topics for more information: * [Edit stopwords for an existing locale](#config-edit-stopwords) * [Create stopwords for a new locale](#config-create-stopwords) +* [To change the directory from your module](#to-change-directory-stopwords) ### Edit stopwords for an existing locale {#config-edit-stopwords} @@ -127,7 +128,7 @@ To change the directory: Save your changes to `di.xml` and exit the text editor. -To change the directory from your module +### To change the directory from your module {#to-change-directory-stopwords} 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} @@ -137,11 +138,13 @@ To change the directory from your module - (Your_Module) + Your_Module stopwords ``` -3. In your module, create the directory `etc/stopwords`, inside add files .csv +3. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` +[files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} + Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 5d72175bc890c86614dc02a89691917cf899659e Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:01:15 -0300 Subject: [PATCH 04/12] settings --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index c5a18ace90e..ba0313eedf7 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -128,7 +128,7 @@ To change the directory: Save your changes to `di.xml` and exit the text editor. -### To change the directory from your module {#to-change-directory-stopwords} +## To change the directory from your module {#to-change-directory-stopwords} 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} From 1550bbbe491599251176b13f88090b9198daec91 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:10:58 -0300 Subject: [PATCH 05/12] settings spaces --- .../elasticsearch/es-config-stopwords.md | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index ba0313eedf7..1b50e7d4a44 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -132,17 +132,16 @@ Save your changes to `di.xml` and exit the text editor. 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} -2. In your module `etc/di.xml` add instructions: - -```xml - - - - Your_Module - stopwords - - -``` +2. In your module `etc/di.xml` add instructions: + + ```xml + + + Your_Module + stopwords + + + ``` 3. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` [files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} From 824a67638eb2a3b274a7f8835a94f67a71f34ac5 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:46:02 -0300 Subject: [PATCH 06/12] settings by MD029 --- .../elasticsearch/es-config-stopwords.md | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index 1b50e7d4a44..c0236dc8b54 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -131,19 +131,17 @@ Save your changes to `di.xml` and exit the text editor. ## To change the directory from your module {#to-change-directory-stopwords} 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} +1. In your module `etc/di.xml` add instructions: -2. In your module `etc/di.xml` add instructions: - - ```xml - - - Your_Module - stopwords - - - ``` -3. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` + ```xml + + + Your_Module + stopwords + + + ``` + +1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` [files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} - - Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 846f5d8e29a5a76652273fc0e0325cc1d87b2431 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 21:15:16 -0300 Subject: [PATCH 07/12] settings by MD029 --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index c0236dc8b54..b21d769c5a2 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -141,7 +141,7 @@ Save your changes to `di.xml` and exit the text editor. ``` - -1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` + +1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. [files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 30598129e969c21d77c3d2e58f7f43dfd5c765b6 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Mon, 4 Nov 2019 16:23:15 -0300 Subject: [PATCH 08/12] adding variable from github url tree --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 0ad8de2beb6..11fbdc8cfb3 100644 --- a/_config.yml +++ b/_config.yml @@ -199,6 +199,7 @@ githuburl22: https://github.com/magento/devdocs/tree/master/guides/v2.2/ # 2.3 variables gdeurl23: /guides/v2.3/ githuburl23: https://github.com/magento/devdocs/tree/master/guides/v2.3/ +githuburl23tree: https://github.com/magento/magento2/tree/ ########## From 6b120eb213c47e65965ffd9b0e2ae1fb55671406 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Mon, 4 Nov 2019 16:23:32 -0300 Subject: [PATCH 09/12] adding url variable --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index b21d769c5a2..af77774c803 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -141,7 +141,7 @@ Save your changes to `di.xml` and exit the text editor. ``` - + 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. -[files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} +[files inside.]({{ page.mage2blobtree }}/{{ page.guide_version }}/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 8ea949fc51fec768146b32aa21af36cf22c6d367 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Mon, 4 Nov 2019 16:31:22 -0300 Subject: [PATCH 10/12] adding fix MD009 --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index af77774c803..50cd92e95e4 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -141,7 +141,7 @@ Save your changes to `di.xml` and exit the text editor. ``` - + 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. [files inside.]({{ page.mage2blobtree }}/{{ page.guide_version }}/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From a2e9d8f3152b7f98df66f13cd96e4ab1fa0bdd22 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 16 Nov 2019 13:38:34 -0300 Subject: [PATCH 11/12] removing variable and remove link for example --- _config.yml | 1 - guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 1 - 2 files changed, 2 deletions(-) diff --git a/_config.yml b/_config.yml index 11fbdc8cfb3..0ad8de2beb6 100644 --- a/_config.yml +++ b/_config.yml @@ -199,7 +199,6 @@ githuburl22: https://github.com/magento/devdocs/tree/master/guides/v2.2/ # 2.3 variables gdeurl23: /guides/v2.3/ githuburl23: https://github.com/magento/devdocs/tree/master/guides/v2.3/ -githuburl23tree: https://github.com/magento/magento2/tree/ ########## diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index 50cd92e95e4..a3449ff29bf 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -143,5 +143,4 @@ Save your changes to `di.xml` and exit the text editor. ``` 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. -[files inside.]({{ page.mage2blobtree }}/{{ page.guide_version }}/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From a36c9e8b15b58ea2525f52f0d1798ec703fd218b Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 18 Nov 2019 11:29:51 -0600 Subject: [PATCH 12/12] Linting --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index a3449ff29bf..e2e2f510a66 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -143,4 +143,5 @@ Save your changes to `di.xml` and exit the text editor. ``` 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. -Save your changes to `di.xml` and exit the text editor. \ No newline at end of file + +Save your changes to `di.xml` and exit the text editor.