-
Notifications
You must be signed in to change notification settings - Fork 132
Moving MFTF docs into this repo. #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updating magento-devdocs.mftf with lastest from mageto/mftf
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.
Hi @dobooth
Can you add Readme.MD
to docs
folder with some kind of navigation trough all of the docs we have.
@okolesnyk it would make sense to keep the README at the root to make it easier to find. In the |
Db mftf extensionpoints
…ctional-testing-framework into db_mftfdocs
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.
Replace .html
with .md
in all internal links to enable the hyperlinks to work on GitHub UI.
Also, see suggested changes in different files.
See the license [here][] or contact [license@magentocommerce.com][] for a copy. | ||
|
||
<!-- Link Definitions --> | ||
[Getting Started]: https://devdocs.magento.com/mftf/getting-started.html |
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.
convert to relative link
Description
This PR will move the MFTF docs from the usual devdocs repo into the MFTF repo.
This will allow contributors to easily add docs at the same time they add code submissions.
Fixed up links.
Liquid tags removed except for {% raw %} which are needed for code samples.
TOC will up updated from the main devdocs repo.