Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[docs] Revise configuration management draft #1435

Merged
merged 9 commits into from
Jul 22, 2019

Conversation

jcalcaben
Copy link
Contributor

Description

This PR breaks up the original configuration management draft topic into separate, smaller topics.
They are still in the _drafts folder because the tool is not yet released.

Related Issue

Closes #1420

Verification Steps

No verification is needed since everything is still in a draft state.

Checklist:

  • I have updated the documentation accordingly, if necessary.
  • I have added tests to cover my changes, if necessary.

@jcalcaben jcalcaben added the version: Minor This changeset includes functionality added in a backwards compatible manner. label Jul 12, 2019
@vercel
Copy link

vercel bot commented Jul 12, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://venia-git-jimothy-gh-1420update-config-docs.magento-research1.now.sh

@PWAStudioBot
Copy link
Contributor

PWAStudioBot commented Jul 12, 2019

Messages
📖 We are currently working on automating the PR metadata checks. Until that time, you may see failures related to labels/description/linked issues/etc even if you have fixed the problem. Failures will persist until the next push (assuming they are fixed).

Generated by 🚫 dangerJS against ff07f07

@sirugh sirugh self-assigned this Jul 19, 2019

// Use the convenience properties `isProd` and `isDev` instead of testing
// `process.env.NODE_ENV` directly:
if (configuration.isDev) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Above we reference isDevelopment and isProduction but here you mention the shorthand. Which is correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are both correct. If you look at the reference table, the shorthand versions are under the Alias column.

@dpatil-magento dpatil-magento merged commit 3713a8a into develop Jul 22, 2019
@jcalcaben jcalcaben deleted the jimothy/gh-1420_update-config-docs branch July 25, 2019 15:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
version: Minor This changeset includes functionality added in a backwards compatible manner.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[doc]: Update configuration docs
4 participants