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

Commit 6b7d886

Browse files
EQP updates (#5918)
* set up EQP integration branch * Update api.md * Update auth.md * Update auth.md * Small formatting changes * Decapitalized headers * Small formatting changes * Update files.md * Grammar and formatting * Add new file filtering.md * Add filtering to the index * Fix broken link * Update packages.md * Update packages.md * Grammar and formatting * Editorial pass * Users.md (#5909) * Update users.md * Update users.md * Update users.md * Update users.md * Update users.md * Update users.md (#5915) * Update users.md * Update users.md * Update filters.md * linting corrections * add bogus file to resolve merge conflict * still resolving merge conflict * deleted file again * Revert "linting corrections" This reverts commit c84d489. * linting errors * adding file again * delete phantom file * Apply suggestions from code review Incorporating review comments. The line breaks are permitted, as developers may have IDE settings that are different than settings a writer typically uses. Co-Authored-By: Jeff Matthews <[email protected]>
1 parent 52b3f7e commit 6b7d886

File tree

18 files changed

+684
-505
lines changed

18 files changed

+684
-505
lines changed

_data/main-nav.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
include_versions: ['2.3']
139139

140140
- label: Marketplace EQP API Reference
141-
url: /marketplace/eqp/api.html
141+
url: /marketplace/eqp/v1/api.html
142+
versionless: true
142143
exclude_versions: ['2.0']
143144

144145
- label: Business Intelligence Import API

_data/toc/marketplace-api.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
label: Marketplace EQP API
2-
include_versions: ["2.1","2.2","2.3"]
2+
versionless: true
33
pages:
44
- label: Introduction
5-
url: /marketplace/eqp/api.html
5+
url: /marketplace/eqp/v1/api.html
6+
versionless: true
67

78
- label: Authentication
8-
url: /marketplace/eqp/auth.html
9+
url: /marketplace/eqp/v1/auth.html
10+
versionless: true
911

1012
- label: Users
11-
url: /marketplace/eqp/users.html
13+
url: /marketplace/eqp/v1/users.html
14+
versionless: true
1215

1316
- label: Files
14-
url: /marketplace/eqp/files.html
17+
url: /marketplace/eqp/v1/files.html
18+
versionless: true
1519

1620
- label: Packages
17-
url: /marketplace/eqp/packages.html
21+
url: /marketplace/eqp/v1/packages.html
22+
versionless: true
1823

1924
- label: Reports
20-
url: /marketplace/eqp/reports.html
25+
url: /marketplace/eqp/v1/reports.html
26+
versionless: true
27+
28+
- label: Filtering
29+
url: /marketplace/eqp/v1/filtering.html
30+
versionless: true
31+

_data/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,7 @@ entries:
27402740
versions: 2.1.x, 2.2.x, 2.3.x
27412741
type: New
27422742
date: Apr 24 2018
2743-
- description: Added [Marketplace EQP API](https://devdocs.magento.com/guides/v2.2/marketplace/eqp/api.html)
2743+
- description: Added [Marketplace EQP API](https://devdocs.magento.com/marketplace/eqp/v1/api.html)
27442744
reference documentation.
27452745
versions: 2.x
27462746
type: New topic

guides/v2.2/marketplace/eqp/auth.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

guides/v2.2/marketplace/eqp/files.md

Lines changed: 0 additions & 230 deletions
This file was deleted.

guides/v2.3/marketplace/eqp/api.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

guides/v2.3/marketplace/eqp/auth.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

guides/v2.3/marketplace/eqp/files.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

guides/v2.3/marketplace/eqp/packages.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

guides/v2.3/marketplace/eqp/reports.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

guides/v2.3/marketplace/eqp/users.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)