From 76ea1bb022c0504413889c9a615c4eceacad9618 Mon Sep 17 00:00:00 2001 From: Rudolph Gottesheim Date: Mon, 19 Oct 2015 13:55:21 +0200 Subject: [PATCH 1/5] Fix XML example marked as PHP code --- guides/v2.0/extension-dev-guide/depend-inj.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guides/v2.0/extension-dev-guide/depend-inj.md b/guides/v2.0/extension-dev-guide/depend-inj.md index fc4ab1ba88b..9049ce7330c 100644 --- a/guides/v2.0/extension-dev-guide/depend-inj.md +++ b/guides/v2.0/extension-dev-guide/depend-inj.md @@ -61,8 +61,7 @@ Constructor injection *must* be used for all optional and required service depen A sample proxy (which you declare in `di.xml`) follows: -{% highlight PHP %} - Magento\Backend\Model\Config\Structure\Element\Group\Proxy From 059cb6595daf78262973e3683b1c8079f84a7fa9 Mon Sep 17 00:00:00 2001 From: Max Pronko Date: Mon, 19 Oct 2015 14:51:25 +0100 Subject: [PATCH 2/5] Added How Do I topic - added How do I develop and maintain my custom Magento 2 extension in a separate repository --- guides/v2.0/howdoi/howdoi_contribute.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guides/v2.0/howdoi/howdoi_contribute.md b/guides/v2.0/howdoi/howdoi_contribute.md index ec0207dc47c..68f757209c3 100644 --- a/guides/v2.0/howdoi/howdoi_contribute.md +++ b/guides/v2.0/howdoi/howdoi_contribute.md @@ -16,7 +16,6 @@ All you need to do is to submit a Max Pronko | How do I develop and maintain my custom Magento 2 extension in a separate repository | | | | From 1cc40993409df148a044840f9cf47745472dc47c Mon Sep 17 00:00:00 2001 From: stevjohnson Date: Mon, 19 Oct 2015 09:04:58 -0500 Subject: [PATCH 3/5] Interim commit --- guides/v2.0/howdoi/bk-how-do-i.md | 2 + guides/v2.0/howdoi/howdoi_contribute.md | 2 +- guides/v2.0/howdoi/howdoi_template.md | 69 +++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 guides/v2.0/howdoi/howdoi_template.md diff --git a/guides/v2.0/howdoi/bk-how-do-i.md b/guides/v2.0/howdoi/bk-how-do-i.md index 7ff2db3abb4..ec8c381c589 100644 --- a/guides/v2.0/howdoi/bk-how-do-i.md +++ b/guides/v2.0/howdoi/bk-how-do-i.md @@ -15,3 +15,5 @@ Please help us keep this list up-to-date by providing feedback in any of the fol * Open an issue in the devdocs GitHub repository. * Send us a tweet or e-mail. +If you'd like to contribute, see our sign-up sheet. + diff --git a/guides/v2.0/howdoi/howdoi_contribute.md b/guides/v2.0/howdoi/howdoi_contribute.md index ec0207dc47c..4d1e32e9484 100644 --- a/guides/v2.0/howdoi/howdoi_contribute.md +++ b/guides/v2.0/howdoi/howdoi_contribute.md @@ -11,7 +11,7 @@ github_link: howdoi/howdoi_contribute.md Please sign up to write a How Do I topic for us! We'll mention you by name, provide links to your web site and blogs, and you'll get your face and bio in the ring of honor as one of our featured contributors. -All you need to do is to submit a pull request on this page or e-mail us. +All you need to do is to submit a pull request on this page or e-mail us. Use this template if you'd like. Submissions should be Markdown but HTML is welcome also. | Contributor name | Description or subject | diff --git a/guides/v2.0/howdoi/howdoi_template.md b/guides/v2.0/howdoi/howdoi_template.md new file mode 100644 index 00000000000..250fbaa3d20 --- /dev/null +++ b/guides/v2.0/howdoi/howdoi_template.md @@ -0,0 +1,69 @@ +--- +layout: default +group: howdoi +subgroup: SUBJECT +title: PAGE TITLE +menu_title: NAME ON MENU +menu_node: parent +menu_order: 1 +github_link: howdoi/PATH/FILENAME.md +--- + + + + + +## YOUR HEADING +INTRODUCTORY TEXT, EXPLAIN WHAT YOUR ARTICLE IS ABOUT + +To have a successful migration, use the following guidelines: + +## ANOTHER HEADING + + + +* Text +* Text +* Text + + + +1. Step 1 +2. Step 2 +3. Step 3 + + + +Please submit all images to our `common/images` directory. + +Format the link as follows: + +Alt text for the image + + + + +For full information please see the complete Migration Guide + + + +| | | | +|---|---|---| +| | | | +| | | | +| | | | + + + +
+

This is a note.

+
+ + +
+

This is important.

+
+ +
+

This is a tip.

+
\ No newline at end of file From dd5e625c766677ffff3c3b38c470828fc883d6b9 Mon Sep 17 00:00:00 2001 From: stevjohnson Date: Mon, 19 Oct 2015 09:13:52 -0500 Subject: [PATCH 4/5] Add sign-up sheet, template, Max Pronko's name as first contributor --- _config.yml | 1 + guides/v2.0/howdoi/howdoi_contribute.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 18bf1a9590a..719cd8020e1 100644 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,7 @@ markdown_ext: "markdown,mkdown,mkdn,mkd,md" gdeurl: "/guides/v2.0/" githuburl: "https://github.corp.ebay.com/Magento/devdocs_internal/tree/develop/guides/v2.0/" +publicgithuburl: "https://github.com/magento/devdocs/tree/develop/guides/v2.0/" namem2fedg: "Magento 2 Frontend Developer's Guide" namem2devgde: "Magento 2 Developer's Guide" namem2apiref: "Magento 2 API Reference" diff --git a/guides/v2.0/howdoi/howdoi_contribute.md b/guides/v2.0/howdoi/howdoi_contribute.md index fa5c91f9275..44d483cf824 100644 --- a/guides/v2.0/howdoi/howdoi_contribute.md +++ b/guides/v2.0/howdoi/howdoi_contribute.md @@ -11,7 +11,7 @@ github_link: howdoi/howdoi_contribute.md Please sign up to write a How Do I topic for us! We'll mention you by name, provide links to your web site and blogs, and you'll get your face and bio in the ring of honor as one of our featured contributors. -All you need to do is to submit a pull request on this page or e-mail us. Use this template if you'd like. Submissions should be Markdown but HTML is welcome also. +All you need to do is to submit a pull request on this page or e-mail us. Use this template if you'd like. Submissions should be Markdown but HTML is welcome also. | Contributor name | Description or subject | From 77cffc94be3a3097573707e0261a3e04163c0c74 Mon Sep 17 00:00:00 2001 From: stevjohnson Date: Mon, 19 Oct 2015 09:16:22 -0500 Subject: [PATCH 5/5] Minor change --- guides/v2.0/howdoi/howdoi_contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.0/howdoi/howdoi_contribute.md b/guides/v2.0/howdoi/howdoi_contribute.md index 44d483cf824..62470529ac5 100644 --- a/guides/v2.0/howdoi/howdoi_contribute.md +++ b/guides/v2.0/howdoi/howdoi_contribute.md @@ -11,7 +11,7 @@ github_link: howdoi/howdoi_contribute.md Please sign up to write a How Do I topic for us! We'll mention you by name, provide links to your web site and blogs, and you'll get your face and bio in the ring of honor as one of our featured contributors. -All you need to do is to submit a pull request on this page or e-mail us. Use this template if you'd like. Submissions should be Markdown but HTML is welcome also. +All you need to do is to submit a pull request on this page or e-mail us. Use this template if you'd like. Submissions should be Markdown but HTML is welcome also. | Contributor name | Description or subject |