Commit Graph

57 Commits

Author SHA1 Message Date
Javi Martín
6f7d4096f5 Add document about our coding conventions
There are some conventions that can't be checked by linters and were not
documented anywhere.
2025-01-13 16:26:42 +01:00
Javi Martín
9d818b4ec2 Make it easier to add custom routes
Until now, people had to edit the original route files in order to add
custom routes.

This was inconsistent with the other customizations, since we use custom
folders or files for customizing controllers, components, views, ...
(which you usually customize as well when adding a new route).

So now we're providing a file for custom routes, which will make it
easier to know which routes are not present in Consul Democracy by
default.
2024-09-11 13:27:48 +02:00
Javi Martín
ee089a5209 Update customization docs introduction 2024-09-11 13:27:48 +02:00
Javi Martín
136edb97e9 Update documentation to customize translations 2024-09-11 13:27:48 +02:00
Javi Martín
3a01e171b8 Add documentation about tests customization 2024-09-10 14:54:20 +02:00
Javi Martín
64d6460215 Update documentation to customize images 2024-09-10 14:54:20 +02:00
Javi Martín
9b08a73156 Update documentation for CSS customization 2024-09-10 14:29:51 +02:00
Javi Martín
ced834200a Update documentation to customize JavaScript
Note that, while it doesn't really affect the way the application
behaves (as long as the JavaScript code doesn't rely on the order it's
loaded) we're requiring `app/assets/javascripts/custom.js` after
requiring any files in the `app/assets/javascripts/custom/` folder. This
is done for consistency, since we load the content of
`app/assets/javascripts/application.js` after requiring everything else.
2024-09-10 14:29:51 +02:00
Javi Martín
a8250a6f46 Fix typos in gemfile customization docs 2024-09-10 14:07:43 +02:00
Javi Martín
58a5b7e627 Add documentation to customize other Ruby classes 2024-09-10 14:07:43 +02:00
Javi Martín
19e12d9053 Update documentation to customize components 2024-09-10 14:07:43 +02:00
Javi Martín
7a1f78ddf3 Update documentation to customize views 2024-09-10 14:07:43 +02:00
Javi Martín
a4063d0ec0 Update documentation to customize the application config 2024-09-09 16:44:51 +02:00
Javi Martín
0b928e52b1 Add documentation to customize controllers 2024-09-09 16:41:08 +02:00
Javi Martín
fce300a11a Update models customization documentation 2024-09-09 16:41:08 +02:00
Javi Martín
d3fa99332c Update files and folders used to customize the application 2024-09-04 13:20:00 +02:00
Javi Martín
f45ad68407 Move user translations docs to the features section
The documentation of user content translations doesn't really belong in
the customization introduction.
2024-09-02 15:18:13 +02:00
Javi Martín
f78e2bed94 Update documentation to load custom code
Just like mentioned in commit 6552e3197d, we need to use `load` instead
of `require_dependency` since we started using zeitwerk.
2024-06-28 03:49:20 +02:00
Javi Martín
a76d2bba11 Fix broken link on translations page 2024-06-18 20:33:01 +02:00
Javi Martín
2638aba756 Link to our repository instead of Madrid's 2023-07-12 19:31:03 +02:00
Javi Martín
b4af3392cd Update URLs for other Consul Democracy projects 2023-07-12 16:03:17 +02:00
Javi Martín
10e2a9713f Update references to GitHub repositories 2023-07-12 16:03:17 +02:00
Javi Martín
13c641eedc Update application name
Note that, in order to have some consistency, we're always writing
"Consul Democracy", instead of using capital letters sometimes (but not
always), like we did until now.
2023-07-12 15:36:49 +02:00
taitus
32f825b6a6 MD034 Bare URL used 2023-04-21 11:00:02 +02:00
taitus
ab4fcf7e0c MD032 Lists should be surrounded by blank lines 2023-04-21 11:00:02 +02:00
taitus
31efa97076 MD031 Fenced code blocks should be surrounded by blank lines 2023-04-21 11:00:02 +02:00
taitus
d8786fd66a MD025 Multiple top level headers in the same document 2023-04-21 11:00:02 +02:00
taitus
1b0246e505 MD022 Headers should be surrounded by blank lines 2023-04-21 11:00:02 +02:00
taitus
6ab85d4f19 MD012 Multiple consecutive blank lines 2023-04-21 11:00:02 +02:00
taitus
16a3189e0d MD009 Trailing spaces 2023-04-21 11:00:02 +02:00
taitus
dfcd7fe9f3 MD001 Header levels should only increment by one level at a time 2023-04-21 10:40:20 +02:00
Sebastia
f1d0e41132 Merge pull request #119 from consul/update_remote_translations
Update remote translation docs
2023-03-22 09:05:15 +01:00
taitus
a5205cfda9 Update remote translation docs
Due to the change of the translator-text gem to the bing_translator gem,
the documentation has been reviewed and changes have been detected
in the links, prices and azure administration panel.

We removed the Google and DeepL prices, since we will not be reviewing
the prices of the different providers and they may be out of date.
2023-03-21 13:50:47 +01:00
Pietro Monticone
61eab1e023 Fix typos 2023-02-20 12:49:21 +01:00
Pietro Monticone
f62cd1129b Clean docs 2022-11-01 15:20:25 +01:00
taitus
936c2a6998 Add spanish documentation for customize components 2021-04-14 09:51:31 +02:00
Sebastia
2b1a4237b9 Merge pull request #91 from rockandror/update-remote-translations-doc
Update remote translations docs with create alert section
2020-02-28 14:00:30 +01:00
taitus
f5c6801f73 Update remote translations docs with create alert section 2020-02-28 13:59:35 +01:00
taitus
22d7a6e3fd Fix link on customization introduction section 2019-12-17 16:22:43 +01:00
Sebastia
7055b91ed9 Merge branch 'master' into docs-remote-translations 2019-07-23 15:48:02 +02:00
Senén Rodero Rodríguez
7da6a916c5 Improve docs 2019-06-12 17:01:17 +02:00
taitus
4705bf5425 Add Remote Translations docs(EN) 2019-06-03 17:45:31 +02:00
taitus
8b9a7b7f90 Add Remote Translations docs(ES)
- Remote translations on demand
  - Getting started
  - Configuration
    - Add api key in the application
    - Activate module
  - Use cases
  - Languages available for remote translation
  - Pricing
  - Add new translation service
2019-06-03 17:45:30 +02:00
taitus
f8ebeac773 Add Translations docs 2019-06-03 17:03:57 +02:00
voodoorai2000
e18e2321ac Fix language mismatches 2019-04-11 15:02:42 +02:00
voodoorai2000
345aa293f8 Remove empty placeholder pages 2019-04-01 22:00:52 +02:00
voodoorai2000
2631826290 Add index pages 2019-04-01 21:59:29 +02:00
Bertocq
f456c3c756 Document how to customize city map with image maps for geozone districts 2018-01-23 15:42:38 +01:00
Bertocq
9f597a856f Add i18n tips on translations section 2017-09-25 22:17:31 +02:00
Bertocq
7b86d843d2 Complete gem, model and overwritting sections for customization 2017-09-13 14:39:44 +02:00