Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fix root to be visible on Magento DevDocs website #4779

Merged
merged 2 commits into from
Jun 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion guides/v2.2/config-guide/cli/config-cli-subcommands-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ When you change from production to developer mode, you should clear generated cl

1. If you're changing from production mode to developer mode, delete the contents of the `generated/code` and `generated/metadata` directories:

```bash
rm -rf <magento_root>/generated/metadata/* <magento_root>/generated/code/*

```

2. Set the mode:

```bash
Expand Down