diff --git a/README.md b/README.md index 29476bc..8b331d8 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,6 @@ This project intends to create a performant, replicable, and production-like Magento 2 local development environment that leverages Docker.
- - Supported Magento Versions - Docker Hub Pulls - Magento php @@ -20,7 +16,20 @@ This project intends to create a performant, replicable, and production-like Mag Maintained - Yes License MIT Chat with Mage2Docker on Gitter - +
+
+ + Supported Magento Versions + + + Supports Magento Commerce + + + Supports Magento Open Source +
## Prerequisites @@ -43,8 +52,8 @@ This project intends to create a performant, replicable, and production-like Mag * :clock1: **5 Minute** Setup * :fire: Fast (~250ms Out-of-the-box) -* :tada: Blackfire Performance Profiling * :evergreen_tree: Alpine Linux +* :lock: Local SSL Certificates ## Use Cases (User Stories) @@ -52,16 +61,5 @@ We intend to support the following common use cases: * [Working with an existing Magento 2 Project](./docs/stories/existing-project.md) * [Starting a new Magento 2 Project](./docs/stories/new-project.md) -* [Building Extensions for Magento as composer packages](./docs/stories/extensions.md) -* [Running Unit and Integration Tests](./docs/stories/testing.md) * [Complete Teardown and Reinstall](./docs/stories/reinstalling.md) -* [Using Blackfire Profiler to run performance tests](./docs/stories/blackfire.md) -* [Autocomplete Support during Local Development](./docs/stories/autocomplete.md) - -## Frequently Asked Questions - -To avoid unnecessary Issues, there is documentation on commonly asked questions: - -* [What commands do I need to know and where are they run?]() -* [Why are there two places to run composer?]() -* [Glossary of Terms]() +* [Adding Local SSL Certificates](./docs/stories/ssl/making-tls-work-locally.md)