diff --git a/docs/en/customization/introduction.md b/docs/en/customization/introduction.md index fc7071c3d..69ab16be1 100644 --- a/docs/en/customization/introduction.md +++ b/docs/en/customization/introduction.md @@ -8,16 +8,35 @@ We've created an specific structure where you can overwrite and customize the ap In order to customize your Consul Democracy fork, you'll make use of some `custom` folders on the following paths: -* `config/locales/custom/` * `app/assets/images/custom/` -* `app/views/custom/` +* `app/assets/javascripts/custom/` +* `app/assets/stylesheets/custom/` +* `app/components/custom/` * `app/controllers/custom/` +* `app/form_builders/custom/` +* `app/graphql/custom/` +* `app/lib/custom/` +* `app/mailers/custom/` * `app/models/custom/` +* `app/models/custom/concerns/` +* `app/views/custom/` +* `config/locales/custom/` +* `spec/components/custom/` +* `spec/controllers/custom/` +* `spec/models/custom/` +* `spec/routing/custom/` +* `spec/system/custom/` -Also these are the files where you can apply some customization: +There are also files where you can apply some customizations: +* `app/assets/javascripts/custom.js` * `app/assets/stylesheets/custom.css` * `app/assets/stylesheets/_custom_settings.css` -* `app/assets/javascripts/custom.js` +* `app/assets/stylesheets/_consul_custom_overrides.css` +* `config/application_custom.rb` +* `config/environments/custom/development.rb` +* `config/environments/custom/preproduction.rb` +* `config/environments/custom/production.rb` +* `config/environments/custom/staging.rb` +* `config/environments/custom/test.rb` * `Gemfile_custom` -* `config/application.custom.rb` diff --git a/docs/es/customization/introduction.md b/docs/es/customization/introduction.md index 70175a2bf..1436d5019 100644 --- a/docs/es/customization/introduction.md +++ b/docs/es/customization/introduction.md @@ -8,16 +8,35 @@ Hemos creado una estructura específica donde puedes sobreescribir y personaliza Para adaptar tu fork de Consul Democracy puedes utilizar alguno de los directorios `custom` que están en las rutas: -* `config/locales/custom/` * `app/assets/images/custom/` -* `app/views/custom/` +* `app/assets/javascripts/custom/` +* `app/assets/stylesheets/custom/` +* `app/components/custom/` * `app/controllers/custom/` +* `app/form_builders/custom/` +* `app/graphql/custom/` +* `app/lib/custom/` +* `app/mailers/custom/` * `app/models/custom/` +* `app/models/custom/concerns/` +* `app/views/custom/` +* `config/locales/custom/` +* `spec/components/custom/` +* `spec/controllers/custom/` +* `spec/models/custom/` +* `spec/routing/custom/` +* `spec/system/custom/` -Aparte de estos directorios también cuentas con ciertos ficheros para: +Aparte de estos directorios, también puedes utilizar los siguientes ficheros: +* `app/assets/javascripts/custom.js` * `app/assets/stylesheets/custom.css` * `app/assets/stylesheets/_custom_settings.css` -* `app/assets/javascripts/custom.js` +* `app/assets/stylesheets/_consul_custom_overrides.css` +* `config/application_custom.rb` +* `config/environments/custom/development.rb` +* `config/environments/custom/preproduction.rb` +* `config/environments/custom/production.rb` +* `config/environments/custom/staging.rb` +* `config/environments/custom/test.rb` * `Gemfile_custom` -* `config/application.custom.rb`