Skip to content

Commit

Permalink
Merge pull request #64 from front-commerce/theme-offline-maintenance
Browse files Browse the repository at this point in the history
Add a wip page telling about Offline/Maintenance page - #63
  • Loading branch information
JulienPradet authored Apr 8, 2019
2 parents 6b20f22 + 607cf13 commit 46bb430
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sidebar_categories:
- docs/advanced/production-ready/media-middleware
- docs/advanced/production-ready/multistore
- docs/advanced/production-ready/logging
- docs/advanced/production-ready/checklist-before-production
Concepts:
- docs/concepts/architecture-overview
- docs/concepts/front-commerce-folder-structure
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: checklist-before-production
title: Before going to production
wip: https://github.com/front-commerce/developers.front-commerce.com/issues/63
---

Before going to production, you want to ensure that everything is in place. But some features are not critical enough to block your developments and you may have missed them. These are still a big part of any Front-Commerce application.

To ensure that you are good to go, you can go through this checklist :

* [ ] Style your **Offline page**
This page is accessible when you disable your network while navigating in your shop.
If you have `FRONT_COMMERCE_ENV !== "production"` this page will also be available at `/__front-commerce/offline`. You can then edit the `theme/pages/Offline` component to make sure that this page suits your brand.
* [ ] Style your **Maintenance page**
This page is accessible when your backend returns is in Maintenance mode (503).
If you have `FRONT_COMMERCE_ENV !== "production"` this page will also be available at `/__front-commerce/maintenance`. You can then edit the `theme/pages/Maintenance` component to make sure that this page suits your brand.

0 comments on commit 46bb430

Please sign in to comment.