Skip to content

Commit ce3187f

Browse files
committed
Fix indentation in numeroted lists
1 parent fb123aa commit ce3187f

File tree

13 files changed

+188
-188
lines changed

13 files changed

+188
-188
lines changed

pages/02.administer/10.install/install.de.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -257,26 +257,26 @@ Diese ist ein Schlüsselelement für YunoHost, und für jede anständige Debian
257257

258258
1. Installation der dotNET Runtime:
259259

260-
```bash
261-
# In WSL
262-
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263-
sudo dpkg -i packages-microsoft-prod.deb
264-
sudo apt update
265-
sudo apt install -y apt-transport-https
266-
sudo apt update
267-
sudo apt install -y dotnet-sdk-3.1
268-
```
260+
```bash
261+
# In WSL
262+
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263+
sudo dpkg -i packages-microsoft-prod.deb
264+
sudo apt update
265+
sudo apt install -y apt-transport-https
266+
sudo apt update
267+
sudo apt install -y dotnet-sdk-3.1
268+
```
269269

270270
2. Installation von [Genie](https://github.com/arkane-systems/genie):
271271

272-
```bash
273-
# In WSL
274-
# Das repository hinzufügen
275-
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276-
# Genie installieren
277-
sudo apt update
278-
sudo apt install -y systemd-genie
279-
```
272+
```bash
273+
# In WSL
274+
# Das repository hinzufügen
275+
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276+
# Genie installieren
277+
sudo apt update
278+
sudo apt install -y systemd-genie
279+
```
280280

281281
## YunoHost Installation
282282

pages/02.administer/10.install/install.it.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -257,26 +257,26 @@ Questo è un elemento chiave per YunHost nonché per qualsiasi distribuzione Deb
257257

258258
1. Installazione di dotNET runtime:
259259

260-
```bash
261-
# In WSL
262-
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263-
sudo dpkg -i packages-microsoft-prod.deb
264-
sudo apt update
265-
sudo apt install -y apt-transport-https
266-
sudo apt update
267-
sudo apt install -y dotnet-sdk-3.1
268-
```
260+
```bash
261+
# In WSL
262+
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263+
sudo dpkg -i packages-microsoft-prod.deb
264+
sudo apt update
265+
sudo apt install -y apt-transport-https
266+
sudo apt update
267+
sudo apt install -y dotnet-sdk-3.1
268+
```
269269

270270
2. Installazione di [Genie](https://github.com/arkane-systems/genie):
271271

272-
```bash
273-
# In WSL
274-
# Add their repository
275-
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276-
# Install Genie
277-
sudo apt update
278-
sudo apt install -y systemd-genie
279-
```
272+
```bash
273+
# In WSL
274+
# Add their repository
275+
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276+
# Install Genie
277+
sudo apt update
278+
sudo apt install -y systemd-genie
279+
```
280280

281281
## Installazione di YunoHost
282282

pages/02.administer/10.install/install.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -257,26 +257,26 @@ This is a key element for YunoHost, and for any decent Debian distro (seriously
257257

258258
1. Install dotNET runtime:
259259

260-
```bash
261-
# In WSL
262-
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263-
sudo dpkg -i packages-microsoft-prod.deb
264-
sudo apt update
265-
sudo apt install -y apt-transport-https
266-
sudo apt update
267-
sudo apt install -y dotnet-sdk-3.1
268-
```
260+
```bash
261+
# In WSL
262+
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263+
sudo dpkg -i packages-microsoft-prod.deb
264+
sudo apt update
265+
sudo apt install -y apt-transport-https
266+
sudo apt update
267+
sudo apt install -y dotnet-sdk-3.1
268+
```
269269

270270
2. Install [Genie](https://github.com/arkane-systems/genie):
271271

272-
```bash
273-
# In WSL
274-
# Add their repository
275-
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276-
# Install Genie
277-
sudo apt update
278-
sudo apt install -y systemd-genie
279-
```
272+
```bash
273+
# In WSL
274+
# Add their repository
275+
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276+
# Install Genie
277+
sudo apt update
278+
sudo apt install -y systemd-genie
279+
```
280280

281281
## Install YunoHost
282282

pages/02.administer/10.install/install.ru.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -257,26 +257,26 @@ This is a key element for YunoHost, and for any decent Debian distro (seriously
257257

258258
1. Install dotNET runtime:
259259

260-
```bash
261-
# In WSL
262-
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263-
sudo dpkg -i packages-microsoft-prod.deb
264-
sudo apt update
265-
sudo apt install -y apt-transport-https
266-
sudo apt update
267-
sudo apt install -y dotnet-sdk-3.1
268-
```
260+
```bash
261+
# In WSL
262+
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
263+
sudo dpkg -i packages-microsoft-prod.deb
264+
sudo apt update
265+
sudo apt install -y apt-transport-https
266+
sudo apt update
267+
sudo apt install -y dotnet-sdk-3.1
268+
```
269269

270270
2. Install [Genie](https://github.com/arkane-systems/genie):
271271

272-
```bash
273-
# In WSL
274-
# Add their repository
275-
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276-
# Install Genie
277-
sudo apt update
278-
sudo apt install -y systemd-genie
279-
```
272+
```bash
273+
# In WSL
274+
# Add their repository
275+
echo "deb [trusted=yes] https://wsl-translinux.arkane-systems.net/apt/ /" > /etc/apt/sources.list.d/wsl-translinux.list
276+
# Install Genie
277+
sudo apt update
278+
sudo apt install -y systemd-genie
279+
```
280280

281281
## Install YunoHost
282282

pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.fr.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Cette page a pour but de vous guider dans l'obtention d'une clé API d'OVH afin
1717

1818
2. Remplissez le formulaire avec les informations requises comme indiqué ci-dessous :
1919

20-
- ID du compte ou adresse e-mail : Il s'agit de votre identifiant OVH habituel
21-
- Mot de passe : Il s'agit de votre mot de passe OVH habituel
22-
- Nom du script : par exemple `YunoHost Auto DNS`
23-
- Description du script : par exemple `YunoHost Auto DNS`
24-
- Validité : `Unlimited`
25-
- Droits : utilisez le bouton `+` pour ajouter les lignes suivantes
26-
- `GET` : `/domain/zone/*`
27-
- `POST` : `/domain/zone/*`
28-
- `PUT` : `/domain/zone/*`
29-
- `DELETE` : `/domain/zone/*`
20+
- ID du compte ou adresse e-mail : Il s'agit de votre identifiant OVH habituel
21+
- Mot de passe : Il s'agit de votre mot de passe OVH habituel
22+
- Nom du script : par exemple `YunoHost Auto DNS`
23+
- Description du script : par exemple `YunoHost Auto DNS`
24+
- Validité : `Unlimited`
25+
- Droits : utilisez le bouton `+` pour ajouter les lignes suivantes
26+
- `GET` : `/domain/zone/*`
27+
- `POST` : `/domain/zone/*`
28+
- `PUT` : `/domain/zone/*`
29+
- `DELETE` : `/domain/zone/*`
3030

31-
![](image://registrar_api_ovh_1.png?resize=800)
31+
![](image://registrar_api_ovh_1.png?resize=800)
3232

3333
3. Vous obtiendrez trois jetons (une clé d'application, une clé d'application secrète, et une clé de consommateur) qui doivent être utilisés dans la configuration de YunoHost

pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.it.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Questa parte ha lo scopo di guidarvi nella procedura necessaria all'ottenimento
1717

1818
2. Compilate il formulario con le informazioni richieste, come nell'esempio seguente:
1919

20-
- ID dell'account o indirizzo mail: il vostro User OVH
21-
- Password: la vostra password OVH
22-
- Date un nome allo script: es. `YunoHost Auto DNS`
23-
- Date una sommaria descrizione: es. `YunoHost Auto DNS`
24-
- Validità: `Unlimited`
25-
- Rights: utilizzate il pulsante `+` per aggiungere le seguenti linee
26-
- `GET` : `/domain/zone/*`
27-
- `POST` : `/domain/zone/*`
28-
- `PUT` : `/domain/zone/*`
29-
- `DELETE` : `/domain/zone/*`
20+
- ID dell'account o indirizzo mail: il vostro User OVH
21+
- Password: la vostra password OVH
22+
- Date un nome allo script: es. `YunoHost Auto DNS`
23+
- Date una sommaria descrizione: es. `YunoHost Auto DNS`
24+
- Validità: `Unlimited`
25+
- Rights: utilizzate il pulsante `+` per aggiungere le seguenti linee
26+
- `GET` : `/domain/zone/*`
27+
- `POST` : `/domain/zone/*`
28+
- `PUT` : `/domain/zone/*`
29+
- `DELETE` : `/domain/zone/*`
3030

31-
![](image://registrar_api_ovh_1.png?resize=800)
31+
![](image://registrar_api_ovh_1.png?resize=800)
3232

3333
3. Otterrete tre tokens (una chiave segreta, una chiave pubblica, e una chiave consumer) che dovranno essere utilizzate nella configurazione di YunoHost

pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ This page is meant to guide you in obtaining an API key from OVH in order to con
1717

1818
2. Fill the form with the required informations as shown below:
1919

20-
- Account ID or email address: This is your usual OVH login
21-
- Password: This is your usual OVH password
22-
- Script Name: for example `YunoHost Auto DNS`
23-
- Script description: for example `YunoHost Auto DNS`
24-
- Validity: `Unlimited`
25-
- Rights: use the `+` button to add the following lines
26-
- `GET` : `/domain/zone/*`
27-
- `POST` : `/domain/zone/*`
28-
- `PUT` : `/domain/zone/*`
29-
- `DELETE` : `/domain/zone/*`
20+
- Account ID or email address: This is your usual OVH login
21+
- Password: This is your usual OVH password
22+
- Script Name: for example `YunoHost Auto DNS`
23+
- Script description: for example `YunoHost Auto DNS`
24+
- Validity: `Unlimited`
25+
- Rights: use the `+` button to add the following lines
26+
- `GET` : `/domain/zone/*`
27+
- `POST` : `/domain/zone/*`
28+
- `PUT` : `/domain/zone/*`
29+
- `DELETE` : `/domain/zone/*`
3030

31-
![](image://registrar_api_ovh_1.png?resize=800)
31+
![](image://registrar_api_ovh_1.png?resize=800)
3232

3333
3. You will obtain three tokens (an application key, a secret application key, and a consumer key) which should be used in YunoHost's configuration

pages/06.contribute/05.write_documentation/write_documentation.de.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,22 +110,22 @@ Einige Seiten der Dokumentation werden automatisch oder dynamisch generiert.
110110
1. Installieren Sie das YunoHost-Paket Grav : `yunohost app install grav`
111111
2. Installieren Sie die folgenden Plugins durch das Grav Admin-Panel oder CLI:
112112

113-
```text
114-
anchors
115-
breadcrumbs
116-
external_links
117-
feed
118-
flex-objects
119-
git-sync
120-
highlight
121-
image-captions
122-
langswitcher
123-
markdown-notices
124-
presentation
125-
presentation-deckset
126-
shortcode-core
127-
tntsearch
128-
```
113+
```text
114+
anchors
115+
breadcrumbs
116+
external_links
117+
feed
118+
flex-objects
119+
git-sync
120+
highlight
121+
image-captions
122+
langswitcher
123+
markdown-notices
124+
presentation
125+
presentation-deckset
126+
shortcode-core
127+
tntsearch
128+
```
129129
130130
3. Git Sync Plugin einrichten.
131131
1. Melden Sie sich mit Ihren Anmeldeinformationen auf GitHub an

pages/06.contribute/05.write_documentation/write_documentation.fr.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,22 @@ Quelques pages de la documentation sont générées automatiquement ou dynamique
111111
1. Installez l'app Grav pour YunoHost : `yunohost app install grav`
112112
2. Installez les extensions suivantes via l'admin ou la ligne de commande de Grav :
113113

114-
```text
115-
anchors
116-
breadcrumbs
117-
external_links
118-
feed
119-
flex-objects
120-
git-sync
121-
highlight
122-
image-captions
123-
langswitcher
124-
markdown-notices
125-
presentation
126-
presentation-deckset
127-
shortcode-core
128-
tntsearch
129-
```
114+
```text
115+
anchors
116+
breadcrumbs
117+
external_links
118+
feed
119+
flex-objects
120+
git-sync
121+
highlight
122+
image-captions
123+
langswitcher
124+
markdown-notices
125+
presentation
126+
presentation-deckset
127+
shortcode-core
128+
tntsearch
129+
```
130130
131131
3. Paramétrez l'extension Git Sync.
132132
1. Choisissez `GitHub` et vos identifiants GitHub

pages/06.contribute/05.write_documentation/write_documentation.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,22 @@ Some pages of the documentation are automatically or dynamically generated.
112112
1. Install Grav's YunoHost package: `yunohost app install grav`
113113
2. Install the following plugins through Grav's admin panel or CLI:
114114

115-
```text
116-
anchors
117-
breadcrumbs
118-
external_links
119-
feed
120-
flex-objects
121-
git-sync
122-
highlight
123-
image-captions
124-
langswitcher
125-
markdown-notices
126-
presentation
127-
presentation-deckset
128-
shortcode-core
129-
tntsearch
130-
```
115+
```text
116+
anchors
117+
breadcrumbs
118+
external_links
119+
feed
120+
flex-objects
121+
git-sync
122+
highlight
123+
image-captions
124+
langswitcher
125+
markdown-notices
126+
presentation
127+
presentation-deckset
128+
shortcode-core
129+
tntsearch
130+
```
131131
132132
3. Set-up Git Sync plugin.
133133
1. Choose GitHub and your credentials on GitHub

0 commit comments

Comments
 (0)