Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 002d98a

Browse files
authored
Merge branch 'master' into custom-layout-result-improvement
2 parents 6aa6f62 + 9983a26 commit 002d98a

File tree

119 files changed

+2275
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+2275
-8
lines changed

src/_data/main-nav.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@
218218
url: /compliance/industry-compliance.html
219219
versionless: true
220220

221+
- label: Extensions Marketplace
222+
url: /marketplace/sellers/getting-started.html
223+
versionless: true
224+
221225
- label: Inventory Management
222226
url: /inventory/index.html
223227
exclude_versions: ['2.0', '2.1', '2.2']

src/_data/toc/marketplace-sellers.yml

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
label: Marketplace Sellers
2+
versionless: true
3+
pages:
4+
- label: Getting Started
5+
url: /marketplace/sellers/getting-started.html
6+
versionless: true
7+
children:
8+
9+
- label: Before You Begin
10+
url: /marketplace/sellers/before-you-begin.html
11+
versionless: true
12+
13+
- label: Extension Quality Program
14+
url: /marketplace/sellers/extension-quality-program.html
15+
versionless: true
16+
17+
- label: Seller Overview
18+
url: /marketplace/sellers/seller-overview.html
19+
versionless: true
20+
children:
21+
22+
- label: Your Seller Account
23+
url: /marketplace/sellers/account-setup.html
24+
versionless: true
25+
26+
- label: Account Setup Process
27+
url: /marketplace/sellers/account-setup-process.html
28+
versionless: true
29+
30+
- label: Register as a Developer
31+
url: /marketplace/sellers/developer-register.html
32+
versionless: true
33+
34+
- label: Marketplace Developer Portal
35+
url: /marketplace/sellers/developer-portal.html
36+
versionless: true
37+
children:
38+
39+
- label: Profile Information
40+
url: /marketplace/sellers/profile-information.html
41+
versionless: true
42+
43+
- label: Company Profile
44+
url: /marketplace/sellers/profile-company.html
45+
versionless: true
46+
47+
- label: Personal Profile
48+
url: /marketplace/sellers/profile-personal.html
49+
versionless: true
50+
51+
- label: Extensions
52+
url: /marketplace/sellers/extensions.html
53+
versionless: true
54+
children:
55+
56+
- label: Create an Extension
57+
url: /marketplace/sellers/extension-create.html
58+
versionless: true
59+
60+
- label: Specify the Version
61+
url: /marketplace/sellers/extension-version.html
62+
versionless: true
63+
64+
- label: Complete the Extension Information
65+
url: /marketplace/sellers/extension-information.html
66+
versionless: true
67+
children:
68+
69+
- label: Add Extension Content
70+
url: /marketplace/sellers/content.html
71+
versionless: true
72+
73+
- label: Establish Your Brand
74+
url: /marketplace/sellers/branding.html
75+
versionless: true
76+
77+
- label: Define the Business Value
78+
url: /marketplace/sellers/business-value.html
79+
versionless: true
80+
81+
- label: Update Extension Information
82+
url: /marketplace/sellers/extension-update-information.html
83+
versionless: true
84+
85+
- label: Themes
86+
url: /marketplace/sellers/themes.html
87+
versionless: true
88+
89+
- label: Shared Packages
90+
url: /marketplace/sellers/shared-packages.html
91+
versionless: true
92+
93+
- label: Review Process
94+
url: /marketplace/sellers/submit-for-review.html
95+
versionless: true
96+
97+
- label: Submit for Technical Review
98+
url: /marketplace/sellers/submit-for-technical-review.html
99+
versionless: true
100+
children:
101+
102+
- label: Technical Review Guidelines
103+
url: /marketplace/sellers/technical-review-guidelines.html
104+
versionless: true
105+
106+
- label: Code Validation
107+
url: /marketplace/sellers/code-validation.html
108+
versionless: true
109+
110+
- label: Submit for Marketing Review
111+
url: /marketplace/sellers/submit-for-marketing-review.html
112+
versionless: true
113+
children:
114+
115+
- label: Marketing Review Guidelines
116+
url: /marketplace/sellers/marketing-review-guidelines.html
117+
versionless: true
118+
119+
- label: Product Descriptions
120+
url: /marketplace/sellers/product-descriptions.html
121+
versionless: true
122+
123+
- label: Video Tips
124+
url: /marketplace/sellers/video-tips.html
125+
versionless: true
126+
127+
- label: Image Tips
128+
url: /marketplace/sellers/image-tips.html
129+
versionless: true
130+
131+
- label: Preview Your Submission
132+
url: /marketplace/sellers/marketing-submission-preview.html
133+
versionless: true
134+
135+
- label: View the Results
136+
url: /marketplace/sellers/review-report.html
137+
versionless: true
138+
children:
139+
140+
- label: Resubmit an Extension
141+
url: /marketplace/sellers/extension-resubmit.html
142+
versionless: true
143+
144+
- label: Manage Sales
145+
url: /marketplace/sellers/sales.html
146+
versionless: true
147+
children:
148+
149+
- label: Revenue Share
150+
url: /marketplace/sellers/revenue-share.html
151+
versionless: true
152+
153+
- label: Analytics
154+
url: /marketplace/sellers/analytics.html
155+
versionless: true
156+
157+
- label: Technical Reference
158+
url: /marketplace/sellers/technical-reference.html
159+
versionless: true
160+
children:
161+
162+
- label: Packaging v1.x Extensions
163+
url: /marketplace/sellers/packaging-v1x-extensions.html
164+
versionless: true

src/_includes/grid.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<div class="columns {% if include.large %}large-{{include.large}}{% endif %}">
2+
{% for section in include.sections %}
3+
<div class="column">
4+
<a href="{{ site.baseurl }}{{ section.url }}" class="card">
5+
<h3 class="no_toc">{{ section.title }}</h3>
6+
<p>{{ section.content }}</p>
7+
</a>
8+
</div>
9+
{% endfor %}
10+
</div>

src/guides/v2.3/comp-mgr/marketplace/marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ functional_areas:
99
- Upgrade
1010
---
1111

12-
This topic provides a simple example of getting free extensions for {{site.data.var.ce}}. See the [Marketplace quick tour](https://docs.magento.com/marketplace/user_guide/buyers/install-extension.html).
12+
This topic provides a simple example of getting free extensions for {{site.data.var.ce}}. See the [Magento Marketplace](https://docs.magento.com/m2/ee/user_guide/magento/magento-marketplace.html).
1313

1414
### Log in to Magento Marketplace
1515

src/guides/v2.3/extension-dev-guide/build/composer-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Where:
222222
[2]: https://packagist.org/
223223
[3]: https://getcomposer.org/doc/05-repositories.md#path
224224
[4]: https://www.iso.org/iso-639-language-codes.html
225-
[5]: https://docs.magento.com/marketplace/user_guide/sellers/company-profile.html
225+
[5]: https://docs.magento.com/marketplace/sellers/company-profile.html
226226
[6]: https://marketplace.magento.com/
227227
[7]: https://marketplace.magento.com
228228
[8]: {{ page.baseurl }}/extension-dev-guide/package/package_module.html#package-metapackage

src/guides/v2.3/extension-dev-guide/validate/test-module.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See these resources for testing in [PHP](https://glossary.magento.com/php) and v
4848
4949
* The [Magento Coding Standard] provides a set of rules and sniffs for the [PHP_CodeSniffer] tool
5050
* [Technical Deep Dive: How to Pass the Magento Marketplace Extension Quality Program] (video) from Magento Imagine 2017
51-
* [Extension Quality Program] in the Magento Marketplace User Guide
51+
* [Extension Quality Program]({% link marketplace/sellers/extension-quality-program.md %}) in the Magento User Guide
5252
* [01 The Module Skeleton Kata] (video) by [Mage2Katas]
5353
5454
[Magento Testing Overview]: {{ page.baseurl }}/test/testing.html
@@ -63,6 +63,5 @@ See these resources for testing in [PHP](https://glossary.magento.com/php) and v
6363
[Magento Coding Standard]: https://github.com/magento/magento-coding-standard
6464
[PHP_CodeSniffer]: https://github.com/squizlabs/PHP_CodeSniffer
6565
[Technical Deep Dive: How to Pass the Magento Marketplace Extension Quality Program]: https://magento.com/resources/technical-deep-dive-how-pass-magento-marketplace-extension-quality-program
66-
[Extension Quality Program]: https://docs.magento.com/marketplace/user_guide/sellers/extension-quality-program.html
6766
[01 The Module Skeleton Kata]: https://www.youtube.com/watch?v=JvBWJ6Lm9MU)
6867
[Mage2Katas]: http://mage2katas.com/

src/guides/v2.3/frontend-dev-guide/css-topics/using-fonts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ To ensure the stability of your customizations and prevent upgrades from overwri
4747
}
4848
```
4949

50+
1. You must edit the `app/code/Magento/Theme/view/frontend/layout/default_head_blocks.xml` file to declare your fonts; otherwise, Magento 2.3 is not able to create the `static/web/fonts/` directory. See `app/code/Magento/Theme/view/frontend/layout/default_head_blocks.xml`.
51+
5052
`@font-display: swap` is declared by default for Magento Blank theme in `app/design/frontend/Magento/blank/web/css/source/_typography.less`.
5153

5254
Fallback web fonts that are used by default in Magento are located in `lib/web/css/source/lib/variables/_typography.less`.

src/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ where
3434
* `-f` or `--force` to force a module to be enabled or disabled despite dependencies. Before you use this option, see [About enabling and disabling modules](#instgde-cli-subcommands-enable-modules).
3535
* `-c` or `--clear-static-content` cleans [generated static view files]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-static-view.html#config-cli-static-overview).
3636

37-
Failure to clear static view files might result in issues if there are multiple files with the same name and you don't clear all of them.
37+
Failure to clear static view files might result in issues if there are multiple files with the same name and you do not clear all of them.
3838

39-
In other words, because of [static file fallback]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-static-view.html) rules, if you do not clear static files and there is more than one file named `logo.gif` that are different, fallback might cause the wrong file to display.
39+
In other words, because of the [static file fallback]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-static-view.html) rules, if you do not clear static files and there is more than one file named `logo.svg` that are different, fallback might cause the wrong file to display.
4040

4141
Use the following command to list enabled and disabled modules:
4242

src/guides/v2.3/install-gde/prereq/apache.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ Magento uses server rewrites and `.htaccess` to provide directory-level instruct
3737
{:.bs-callout-info}
3838
Failure to enable these settings typically results in no styles displaying on your storefront or Admin.
3939

40+
## Apache required modules {#apache-required-modules}
41+
42+
Magento requires the following Apache modules be installed:
43+
44+
* [mod_deflate.c](https://httpd.apache.org/docs/2.4/mod/mod_deflate.html)
45+
* [mod_expires.c](https://httpd.apache.org/docs/2.4/mod/mod_expires.html)
46+
* [mod_headers.c](https://httpd.apache.org/docs/2.4/mod/mod_headers.html)
47+
* [mod_rewrite.c](https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html)
48+
* [mod_security.c](https://modsecurity.org)
49+
* [mod_ssl.c](https://httpd.apache.org/docs/2.4/mod/mod_ssl.html)
50+
4051
## Verify the Apache version {#install-prereq-apache-verify}
4152

4253
To verify the Apache version you're currently running, enter:

src/guides/v2.3/javascript-dev-guide/javascript/js_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ require([
135135
136136
## Calling JS components requiring initialization in JS files {#js_widget_init}
137137
138-
To call a widget in JS code, use a notation similar to the following ([accordion]({{ page.baseurl }}/javascript-dev-guide/widgets/widget_accordion.html) widget is intiialized on the `[data-role=example]` element as illustration):
138+
To call a widget with JS code, use a notation similar to the ([accordion]({{ page.baseurl }}/javascript-dev-guide/widgets/widget_accordion.html) widget. It is initialized on the `[data-role=example]` element as below):
139139
140140
```javascript
141141
$('[data-role=example]').accordion();

src/marketplace/eqp/v1/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Packages
44
---
55

66
Use this resource to initiate and manage all aspects of submitting a package to the
7-
[Magento Extension Quality Program (EQP)](http://docs.magento.com/marketplace/user_guide/extensions/extension-quality-program.html).
7+
[Magento Extension Quality Program (EQP)]({% link marketplace/sellers/extension-quality-program.md %}).
88
You can provide all metadata associated with a package, both the technical and the marketing information, in a single step, or in several steps, using incremental updates.
99

1010
* **Technical information** - References to code artifacts, such as Magento 1 TGZ files or Composer-compliant Magento 2 ZIP files, version compatibility, and release notes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
group: marketplace-sellers
3+
title: Account Setup Process
4+
redirect_from: /marketplace/sellers/set-up-your-account.html
5+
---
6+
7+
## Step 1: Log in or register for a developer account.
8+
9+
If you have an existing Magento account, simply log in and complete the [developer registration]({% link marketplace/sellers/developer-register.md %}) process. If you are new to Magento, you can sign up for a new account and register as a developer at the same time.
10+
11+
## Step 2: Agree to the terms of service.
12+
13+
Read the Magento Marketplace [terms of service](https://magento.com/legal/terms/marketplace-xcelerate). Then, select the checkbox to agree with the terms and continue.
14+
15+
## Step 3: Complete your personal profile.
16+
17+
The information in your [personal profile]({% link marketplace/sellers/developer-register.md %}) identifies you as an individual vendor in Magento Marketplace, and includes your background, image, contact information, and social network addresses.
18+
19+
## Step 4: Complete your company profile.
20+
21+
Your [company profile]({% link marketplace/sellers/developer-register.md %}) is similar to your personal profile, and provides the information about your company and brand that appears in your Magento Marketplace listing.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
group: marketplace-sellers
3+
title: Set Up Your Developer Account
4+
redirect_from: /marketplace/sellers/account-setup-overview.html
5+
---
6+
7+
Create a new Marketplace account, or use your existing Magento account. Then, use the Marketplace Developer Portal to manage your profile information, product submissions, and the monthly payments you receive from sales on Magento Marketplace.
8+
9+
- [Process overview]({% link marketplace/sellers/account-setup-process.md %})
10+
- [Register as a developer]({% link marketplace/sellers/developer-register.md %})
11+
- [Marketplace developer portal]({% link marketplace/sellers/developer-portal.md %})

src/marketplace/sellers/analytics.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
group: marketplace-sellers
3+
title: Analytics
4+
---
5+
6+
You can view data about the performance of your extension in the marketplace.
7+
8+
## View your performance data
9+
10+
In the top navigation of the Marketplace Developer portal, go to **Reports** > **Analytics**.
11+
12+
![]({% link marketplace/sellers/images/reports-analytics.png %}){: .zoom}
13+
_Marketplace Traffic Performance Metrics_
14+
15+
## Traffic overview
16+
17+
|Field|Description|
18+
|------|-----------|
19+
|Global|Shows page hits for top-level categories for the last 7 days. Click an item on the table key to remove it from the graph or to add it back.|
20+
|My Products|Shows page hits for your top five products. All products and their page hits are listed in the table below the graph. Click an item on the table key to remove it from the graph or to add it back.|
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
group: marketplace-sellers
3+
title: Before You Begin
4+
---
5+
6+
Before you begin the extension submission process, you need to have the following items ready:
7+
8+
## Technical items
9+
10+
- The [extension code package]({% link marketplace/sellers/technical-review-guidelines.md %})
11+
- A [user guide, reference manual, or installation guide]({% link marketplace/sellers/content.md %})/a> (at least one is required)
12+
- [Release notes]({% link marketplace/sellers/submit-for-technical-review.md %})
13+
- [License information]({% link marketplace/sellers/submit-for-technical-review.md %}) (license type or custom license name and link)
14+
- [Magento version compatibility]({% link marketplace/sellers/extension-version.md %})
15+
- [Extension version number]({% link marketplace/sellers/extension-version.md %})
16+
17+
## Marketing items
18+
19+
- A [product icon]({% link marketplace/sellers/submit-for-marketing-review.md %})
20+
- A [short description]({% link marketplace/sellers/content.md %}) of your extension
21+
- A [detailed description]({% link marketplace/sellers/content.md %}) of your extension
22+
- [Video links]({% link marketplace/sellers/submit-for-marketing-review.md %})
23+
- [Magento version compatibility]({% link marketplace/sellers/submit-for-marketing-review.md %}) information
24+
- [Pricing information]({% link marketplace/sellers/submit-for-marketing-review.md %}) for your extension

0 commit comments

Comments
 (0)