From e5a8f0604972fa8e0da8dc16c4c1576b15f32914 Mon Sep 17 00:00:00 2001 From: taitus Date: Tue, 21 Mar 2023 15:58:58 +0100 Subject: [PATCH] MD026 Trailing punctuation in header This rule is broken when we have ".,;::!?" in the headers. We have removed the ones with ":" but kept the ones with "?", so this rule will always warn in these cases. --- docs/en/features/census_configuration.md | 2 +- docs/en/installation/deploying-on-heroku.md | 2 +- docs/en/installation/servers.md | 6 +++--- docs/es/features/census_configuration.md | 2 +- docs/es/installation/deploying-on-heroku.md | 2 +- docs/es/installation/servers.md | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en/features/census_configuration.md b/docs/en/features/census_configuration.md index 060de898c..5feb0d79b 100644 --- a/docs/en/features/census_configuration.md +++ b/docs/en/features/census_configuration.md @@ -1,4 +1,4 @@ -# Configure connection to the Census: +# Configure connection to the Census The objective of this service is to be able to configure the connection with the Town Hall Census through the Administration panel without having to modify the application code. diff --git a/docs/en/installation/deploying-on-heroku.md b/docs/en/installation/deploying-on-heroku.md index 957d710b7..714814624 100644 --- a/docs/en/installation/deploying-on-heroku.md +++ b/docs/en/installation/deploying-on-heroku.md @@ -127,7 +127,7 @@ Add this to `config/secrets.yml`, under the `production:` section: Important: Turn on one worker dyno so that emails get sent. -## Optional but recommended: +## Optional but recommended ### Install rails\_12factor and specify the Ruby version diff --git a/docs/en/installation/servers.md b/docs/en/installation/servers.md index bf1407d4a..ad077cd36 100644 --- a/docs/en/installation/servers.md +++ b/docs/en/installation/servers.md @@ -1,8 +1,8 @@ # Production and Staging servers -## Recommended Minimum System Requirements: +## Recommended Minimum System Requirements -### 1. Production Server: +### 1. Production Server - Distribution: Ubuntu 16.04.X - RAM: 32GB @@ -10,7 +10,7 @@ - Hard Drive: 20 GB - Database: Postgres -### 2. Staging Server: +### 2. Staging Server - Distribution: Ubuntu 16.04.X - RAM: 16GB diff --git a/docs/es/features/census_configuration.md b/docs/es/features/census_configuration.md index f6a48b635..844df85d3 100644 --- a/docs/es/features/census_configuration.md +++ b/docs/es/features/census_configuration.md @@ -1,4 +1,4 @@ -# Configurar conexión con el Censo: +# Configurar conexión con el Censo Este servicio tiene como objetivo poder configurar la conexión con el Censo de Ayuntamiento a través del panel de Administración sin necesidad de modificar el código de la aplicación. diff --git a/docs/es/installation/deploying-on-heroku.md b/docs/es/installation/deploying-on-heroku.md index 01bfbcd68..c21b2f0d9 100644 --- a/docs/es/installation/deploying-on-heroku.md +++ b/docs/es/installation/deploying-on-heroku.md @@ -127,7 +127,7 @@ Añade el siguiente código a `config/secrets.yml`, en la sección `production:` Importante: Activa un "worker dyno" para que se envíen los correos electrónicos. -### Opcional (pero recomendado): +### Opcional (pero recomendado) ### Instalar rails\_12factor y especificar la versión de Ruby diff --git a/docs/es/installation/servers.md b/docs/es/installation/servers.md index b361a0c36..ed00fe1c5 100644 --- a/docs/es/installation/servers.md +++ b/docs/es/installation/servers.md @@ -1,8 +1,8 @@ # Servidores de producción y pruebas -## Requisitos de sistema mínimos recomendados: +## Requisitos de sistema mínimos recomendados -### 1. Production Server: +### 1. Production Server - Distrubution: Ubuntu 16.04.X - RAM: 32GB @@ -10,7 +10,7 @@ - Hard Drive: 20 GB - Database: Postgres -### 2. Staging Server: +### 2. Staging Server - Distrubution: Ubuntu 16.04.X - RAM: 16GB