This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 2.3 pre-release banner for soft release
- Loading branch information
James Calcaben
committed
Feb 5, 2018
1 parent
d31299c
commit c567268
Showing
6 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
--- | ||
layout: home | ||
--- | ||
|
||
{% include home/intro.html %} | ||
|
||
<section class="home-features"> | ||
<div class="container"> | ||
|
||
<br/> | ||
<div class="message-banner index"> | ||
This is a pre-release version of Magento documentation for 2.3. Content in this version is subject to change. | ||
</div> | ||
|
||
<div class="feature"> | ||
<img src="{{ site.baseurl }}i/icons/install.svg" alt="" /> | ||
<h2 class="title">Setup</h2> | ||
<ul> | ||
<li><a href="{{ site.baseurl }}magento-system-requirements.html">System Requirements</a></li> | ||
<li><a href="{{page.baseurl}}install-gde/bk-install-guide.html">Installation Guide</a></li> | ||
<li><a href="{{page.baseurl}}config-guide/bk-config-guide.html">Configuration Guide</a></li> | ||
<li><a href="{{page.baseurl}}cloud/bk-cloud.html">{{site.data.var.ece}}</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="feature"> | ||
<img src="{{ site.baseurl }}i/icons/backend.svg" alt="" /> | ||
<h2 class="title">Backend Development</h2> | ||
<ul> | ||
<li><a href="{{page.baseurl}}extension-dev-guide/bk-extension-dev-guide.html">PHP Developer Guide</a></li> | ||
<li><a href="{{page.baseurl}}b2b/bk-b2b.html">B2B Developer Guide</a></li> | ||
<li><a href="{{page.baseurl}}coding-standards/bk-coding-standards.html">Coding Standards</a></li> | ||
<li><a href="{{page.baseurl}}coding-standards/technical-guidelines.html">Technical Guidelines</a></li> | ||
</ul> | ||
</div> | ||
<div class="feature"> | ||
<img src="{{ site.baseurl }}i/icons/frontend.svg" alt="" /> | ||
<h2 class="title">Frontend Development</h2> | ||
<ul> | ||
<li><a href="{{page.baseurl}}frontend-dev-guide/bk-frontend-dev-guide.html">Frontend Developer Guide</a></li> | ||
<li><a href="{{page.baseurl}}ui_comp_guide/bk-ui_comps.html">UI Components Guide</a></li> | ||
<li><a href="{{page.baseurl}}javascript-dev-guide/bk-javascript-dev-guide.html">JavaScript Developer Guide</a></li> | ||
<li><a href="{{page.baseurl}}pattern-library/bk-pattern.html">Admin Pattern Library</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="feature"> | ||
<img src="{{ site.baseurl }}i/icons/release.svg" alt="" /> | ||
<h2 class="title">Release Information</h2> | ||
<ul> | ||
<li><a href="{{page.baseurl}}release-notes/bk-release-notes.html">Release Notes</a></li> | ||
<li><a href="{{page.baseurl}}magento-devdocs-whatsnew.html">What's New on DevDocs</a></li> | ||
<li><a href="{{page.baseurl}}release-notes/backward-incompatible-changes.html">Backward Incompatible Changes</a></li> | ||
<li><a href="{{ site.baseurl }}magento-techbull.html">Technical Bulletins</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="feature"> | ||
<img src="{{ site.baseurl }}i/icons/api.svg" alt="" /> | ||
<h2 class="title">Magento APIs</h2> | ||
<ul> | ||
<li><a href="{{page.baseurl}}get-started/bk-get-started-api.html">Get Started with Magento APIs</a></li> | ||
<li><a href="{{page.baseurl}}rest/bk-rest.html">REST API Reference (Static)</a></li> | ||
<li><a href="{{page.baseurl}}rest/generate-local.html">REST API Reference (Local)</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="feature"> | ||
<img src="{{ site.baseurl }}i/icons/community.svg" alt="" /> | ||
<h2 class="title">Community</h2> | ||
<ul> | ||
<li><a href="{{site.baseurl}}community/resources">Community Resources</a></li> | ||
<li><a href="{{ page.baseurl }}contributor-guide/contributing_dod.html">Magento Definition of Done</a></li> | ||
<li><a href="{{page.baseurl}}contributor-guide/contributing.html">Contributor Guide</a></li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</section><!-- END home-features --> | ||
|
||
{% include home/videos.html %} | ||
|
||
{% include home/contributors.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters