-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
Added Extension Marketplace to Functional Areas
Created the TOC for Marketplace Seller Guide
Uploaded to extensions/marketplace/images folder.
Uploaded all content files for the sellers' guide.
Updated listings and added Packaging v1 extensions and Reference,
Updated meta data with group and to remove old redirects; updated links and misc edits.
Uloaded icons to images/assets folder.
Fixed typo in link.
Fixed filenames in links.
Removed target=blank; fixed paths
This topic is not needed.
Fixed typo in filename.
Fixed filename in link.
Updated links for renamed files.
Added versionless
Renamed Getting Started to index.html
fixed typo in meta data
fixed link.
getting-started.html is now index.html; added Seller Overview; added Marketplace Tools
Changed to match topic titles.
Removed blank line between bullet items; fixed capitalization of headers
Changed link format, fixed header capitalization
Mostly space after bullets.
Removed indentation from bullets in an ordered list,
Trailing spaces; list indents
space after bullet
Removed target.
Updated links for renamed files.
Updated a few titles and filename changes, and moved the Packaging v1.s Extensions to the Technical Reference at the end. Also created a separate section for Complete the Extension Information,.
Changed the meta redirect to a single line.
Changed title to Review Process
Renamed account-overview.md to account-setup-process.md
Changed "Build Your Extension" to "Create an Extension"; Changed "Resources" to "Technical Reference".
updated link
Fixed redirect format to one line.
I added a list of renamed/redirected topics and also those that were not migrated to the PR description, |
Moved Update Extension Information to new Extension Informaiton section in TOC.
Everything looks good on staging. I'd like to test the redirects before approving and merging though. Doing that now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the file-based redirects, you're using the relative path to the old file on the docs.magento.com
subdomain, which is incorrect. Redirects are not working as expected as a result.
You must use the relative path to the file in the devdocs project before you changed the file name. For example:
redirect_from: /marketplace/sellers/overview.html
You'll need to update all file-based redirects accordingly.
As a reminder, we have to implement a 2-step redirect solution.
- "Server-side" (not really true server, but AWS S3)
- File-based metadata
The server-side redirect will redirect as follows:
https://docs.magento.com/marketplace/user_guide/sellers/overview.html
--> https://devdocs.magento.com/marketplace/sellers/overview.html
The file-based redirects will do the next redirect:
https://devdocs.magento.com/marketplace/sellers/overview.html
--> https://devdocs.magento.com/marketplace/sellers/seller-overview.html
Removed user_guide from redirect path.
Incorporated content from the Frequently Asked Questions into related topics.
All the redirects check out, so this is good to go. |
running tests |
Thanks @ccondra, please run tests and then do a Squash and merge. |
Hi @ccondra, thank you for your contribution! |
Purpose of this pull request
The purpose of this PR is to migrate all Marketplace Seller content from the Marketplace user guide to devdocs. "Extensions Marketplace" was added to the Functional Areas navigation, with a Marketplace Sellers TOC in the left nav. Many of the Marketplace files were renamed for consistency and brevity. Also incorporated the FAQ content from DOC-84.
Affected DevDocs pages
TOC UPDATES
main-nav.yml (added Extensions Marketplace)
marketplace-sellers.yml (left nav for Marketplace topics)
NEW TOPICS
RENAMED/REDIRECTED TOPICS
Seller Overview
from: /marketplace/user_guide/sellers/overview.html
to: /marketplace/sellers/seller-overview.html
Account Setup Process
from: /marketplace/user_guide/sellers/set-up-your-account.html
to: /marketplace/sellers/account-setup-process
Account Setup
form: /marketplace/user_guide/sellers/account-setup-overview.html
to: /marketplace/sellers/account-setup.html
Register as a Developer
from: /marketplace/user_guide/sellers/register-as-a-developer.html
to: /marketplace/sellers/developer-register.html
Developer Portal
from: /marketplace/user_guide/sellers/marketplace-developer-dashboard.html
to: /marketplace/sellers/developer-portal.htm
Company Profile
from: /marketplace/user_guide/sellers/company-profile.html
to: /marketplace/sellers/profile-company.html
Personal Profile
from: /marketplace/user_guide/sellers/personal-profile.html
to: /marketplace/sellers/profile-personal.html
Create an Extension
from: /marketplace/user_guide/sellers/completing-your-extension.html
to: /marketplace/sellers/extension-create.html
Specify the Version
from: /marketplace/user_guide/sellers/creating-a-new-version.html
to: /marketplace/sellers/extension-version.html
Complete the Extension Information
from: /marketplace/user_guide/sellers/creating-a-new-extension.html
to: /marketplace/sellers/extension-information.html
View the Results
from: /marketplace/user_guide/sellers/test-reports.html
to: /marketplace/sellers/review-report.html
Resubmit an Extension
from: /marketplace/user_guide/sellers/resubmitting-an-extension.html
to: /marketplace/sellers/extension-resubmit.html
Update Extension Information
from: /marketplace/user_guide/sellers/updating-extension-information.html
to: /marketplace/sellers/extension-update-information.html
TOPICS NOT MIGRATED
Additional Info
Staging: # 1523
whatsnew
Migrated Sellers content from the Marketplace User Guide to Functional Areas > Extensions Marketplace.
Extensions Marketplace