diff --git a/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md b/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md index 5872fca76e..5ab80c8b14 100644 --- a/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md +++ b/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md @@ -15,15 +15,6 @@ plugin/ | └─── containers/ | | └─── App/ # Container used by every others containers | | └─── Initializer/ # This container is required, it is used to executed logic right after the plugin is mounted. -| | └─── HomePage/ -| | └─── action.js # List of Redux actions used by the current container -| | └─── constants.js # List of actions constants -| | └─── index.js # React component of the current container -| | └─── reducer.js # Redux reducer used by the current container -| | └─── sagas.js # List of sagas functions -| | └─── selectors.js # List of selectors -| | └─── styles.scss # Style of the current container -| | | └─── translations/ # Contains the translations to make the plugin internationalized | └─── en.json | └─── index.js # File that exports all the plugin's translations.