Change theme + general update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a176fe8c0c
commit
0c1759042d
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "themes/hugo-theme-learn"]
|
[submodule "themes/hugo-theme-relearn"]
|
||||||
path = themes/hugo-theme-learn
|
path = themes/hugo-theme-relearn
|
||||||
url = https://github.com/matcornic/hugo-theme-learn.git
|
url = https://github.com/McShelby/hugo-theme-relearn.git
|
||||||
|
@ -6,10 +6,9 @@ clone:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: plugins/hugo
|
image: registry.nemunai.re/plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
hugo_version: 0.70.0
|
hugo_version: 0.121.0
|
||||||
validate: true
|
|
||||||
|
|
||||||
publish-on-s3:
|
publish-on-s3:
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
|
47
config.yml
47
config.yml
@ -2,36 +2,53 @@ baseURL: https://help.happydomain.org/
|
|||||||
defaultContentLanguage: en
|
defaultContentLanguage: en
|
||||||
defaultContentLanguageInSubdir: true
|
defaultContentLanguageInSubdir: true
|
||||||
|
|
||||||
theme: hugo-theme-learn
|
theme: hugo-theme-relearn
|
||||||
|
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
en:
|
en:
|
||||||
title: "happyDomain help center"
|
title: "happyDomain help center"
|
||||||
weight: 1
|
|
||||||
languageName: "English"
|
languageName: "English"
|
||||||
landingPageURL: "/en"
|
weight: 1
|
||||||
landingPageName: "<i class='fas fa-home'></i> Home"
|
params:
|
||||||
|
landingPageName: "<i class='fas fa-home'></i> Home"
|
||||||
|
|
||||||
|
menu:
|
||||||
|
shortcuts:
|
||||||
|
- name: "<i class='fab fa-gitlab'></i> Project sources"
|
||||||
|
url: "https://framagit.org/happyDomain/"
|
||||||
|
- name: "<i class='fas fa-comments'></i> Matrix channel"
|
||||||
|
url: "https://matrix.to/#/#happyDNS:matrix.org"
|
||||||
|
- name: "<i class='fab fa-mastodon'></i> Mastodon"
|
||||||
|
url: "https://floss.social/@happyDomain"
|
||||||
|
|
||||||
fr:
|
fr:
|
||||||
title: "happyDomain centre d'aide"
|
title: "happyDomain centre d'aide"
|
||||||
weight: 2
|
weight: 2
|
||||||
languageName: "Français"
|
languageName: "Français"
|
||||||
landingPageURL: "/fr"
|
params:
|
||||||
landingPageName: "<i class='fas fa-home'></i> Accueil"
|
landingPageName: "<i class='fas fa-home'></i> Accueil"
|
||||||
|
|
||||||
|
menu:
|
||||||
|
shortcuts:
|
||||||
|
- name: "<i class='fab fa-gitlab'></i> Sources"
|
||||||
|
url: "https://framagit.org/happyDomain/"
|
||||||
|
- name: "<i class='fas fa-comments'></i> Canal Matrix"
|
||||||
|
url: "https://matrix.to/#/#happyDNS:matrix.org"
|
||||||
|
- name: "<i class='fab fa-mastodon'></i> Mastodon"
|
||||||
|
url: "https://floss.social/@happyDomain"
|
||||||
|
|
||||||
params:
|
params:
|
||||||
editURL: "https://framagit.org/happyDNS/help/-/blob/master/content/"
|
editURL: "https://framagit.org/happyDNS/help/-/blob/master/content/"
|
||||||
description: "Finally a simple interface for domain names."
|
description: "Finally a simple interface for domain names."
|
||||||
themeVariant: "green"
|
author:
|
||||||
author: "The happyDNS team"
|
name: "The happyDNS team"
|
||||||
showVisitedLinks: true
|
showVisitedLinks: true
|
||||||
disableBreadcrumb: false
|
|
||||||
disableMermaid: true
|
disableMermaid: true
|
||||||
|
themeVariant:
|
||||||
|
- auto
|
||||||
|
- green
|
||||||
|
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home: [ "HTML", "RSS", "JSON"]
|
home: [ "HTML", "RSS", "SEARCH"]
|
||||||
|
|
||||||
shortcuts:
|
|
||||||
name: "<i class='fab fa-gitlab'></i> Project sources"
|
|
||||||
url: "https://framagit.org/happyDNS/"
|
|
||||||
weight: 15
|
|
||||||
|
@ -2,15 +2,12 @@
|
|||||||
date: 2021-01-12T21:38:49+02:00
|
date: 2021-01-12T21:38:49+02:00
|
||||||
title: Welcome to happyDomain
|
title: Welcome to happyDomain
|
||||||
author: Frederic
|
author: Frederic
|
||||||
|
archetype: home
|
||||||
aliases:
|
aliases:
|
||||||
en/pages/login
|
en/pages/login
|
||||||
en/pages/signup
|
en/pages/signup
|
||||||
---
|
---
|
||||||
|
|
||||||
# Welcome to happyDomain
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
happyDomain is an interface that makes domain names accessible and reduces the usual friction points.
|
happyDomain is an interface that makes domain names accessible and reduces the usual friction points.
|
||||||
Our interface centralizes your domains and includes all the features you'd expect in the 2024 century for effortless domain management.
|
Our interface centralizes your domains and includes all the features you'd expect in the 2024 century for effortless domain management.
|
||||||
|
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
---
|
---
|
||||||
date: 2020-11-23T12:59:49+01:00
|
date: 2020-11-23T12:59:49+01:00
|
||||||
title: happyDomain
|
title: happyDomain
|
||||||
|
author: nemunaire
|
||||||
|
archetype: home
|
||||||
aliases:
|
aliases:
|
||||||
fr/pages/login
|
fr/pages/login
|
||||||
fr/pages/signup
|
fr/pages/signup
|
||||||
---
|
---
|
||||||
|
|
||||||
# happyDomain
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
happyDomain est une interface qui rend accessibles les noms de domaines et réduit les points de friction habituels.
|
happyDomain est une interface qui rend accessibles les noms de domaines et réduit les points de friction habituels.
|
||||||
Notre interface centralise vos domaines et inclut toutes les fonctionnalités que l'on attendrait en 2024 siècle pour gérer ses domaines sans peine.
|
Notre interface centralise vos domaines et inclut toutes les fonctionnalités que l'on attendrait en 2024 siècle pour gérer ses domaines sans peine.
|
||||||
|
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
date: 2021-01-12T21:38:49+02:00
|
date: 2021-01-12T21:38:49+02:00
|
||||||
title: Installation and deployment
|
title: Installation and deployment
|
||||||
chapter: true
|
archetype: chapter
|
||||||
weight: 40
|
weight: 4
|
||||||
---
|
|
||||||
|
|
||||||
# Installation and deployment of happyDomain
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Depending on your concerns, happyDomain can be deployed in different kind of environment.
|
Depending on your concerns, happyDomain can be deployed in different kind of environment.
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
date: 2020-12-09T19:23:38+01:00
|
date: 2020-12-09T19:23:38+01:00
|
||||||
title: Installation et deploiement
|
title: Installation et deploiement
|
||||||
chapter: true
|
archetype: chapter
|
||||||
weight: 40
|
weight: 4
|
||||||
---
|
|
||||||
|
|
||||||
# Installation et déploiement d'happyDomain
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Selon vos besoins, happyDomain peut être déployé de différentes manières selon votre environnement.
|
Selon vos besoins, happyDomain peut être déployé de différentes manières selon votre environnement.
|
||||||
|
@ -95,7 +95,7 @@ knotc reload
|
|||||||
## Link happyDomain and knot
|
## Link happyDomain and knot
|
||||||
|
|
||||||
|
|
||||||
Once `knot` well configured, you can link it to happyDomain using [the *Dynamic DNS* connector]({{< ref "/pages/source-new-choice.md" >}}) :
|
Once `knot` well configured, you can link it to happyDomain using [the *Dynamic DNS* connector]({{% ref "/pages/source-new-choice.md" %}}) :
|
||||||
|
|
||||||
![The Dynamic DNS connector on the host selection page](/img/choose-dynamic-dns.png)
|
![The Dynamic DNS connector on the host selection page](/img/choose-dynamic-dns.png)
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ knotc reload
|
|||||||
|
|
||||||
## Liaison entre happyDomain et knot
|
## Liaison entre happyDomain et knot
|
||||||
|
|
||||||
Une fois `knot` bien configuré, vous pouvez le relier à happyDomain en utilisant [le connecteur *Dynamic DNS*]({{< ref "/pages/source-new-choice.md" >}}) :
|
Une fois `knot` bien configuré, vous pouvez le relier à happyDomain en utilisant [le connecteur *Dynamic DNS*]({{% ref "/pages/source-new-choice.md" %}}) :
|
||||||
|
|
||||||
![Le connecteur Dynamic DNS sur la page de choix de l'hébergeur](/img/choose-dynamic-dns.png)
|
![Le connecteur Dynamic DNS sur la page de choix de l'hébergeur](/img/choose-dynamic-dns.png)
|
||||||
|
|
||||||
|
@ -2,12 +2,8 @@
|
|||||||
date: 2021-01-12T21:38:49+02:00
|
date: 2021-01-12T21:38:49+02:00
|
||||||
title: The main displays
|
title: The main displays
|
||||||
author: Frederic
|
author: Frederic
|
||||||
chapter: true
|
archetype: chapter
|
||||||
weight: 10
|
weight: 1
|
||||||
---
|
|
||||||
|
|
||||||
# The main displays
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% children %}}
|
{{% children %}}
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
date: 2020-12-09T19:23:38+01:00
|
date: 2020-12-09T19:23:38+01:00
|
||||||
title: Les principaux écrans
|
title: Les principaux écrans
|
||||||
chapter: true
|
archetype: chapter
|
||||||
weight: 10
|
weight: 1
|
||||||
---
|
|
||||||
|
|
||||||
# Les principaux écrans
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% children %}}
|
{{% children %}}
|
||||||
|
@ -5,11 +5,11 @@ author: Frederic
|
|||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
You reach this screen after having validated on [home page]({{< relref "home#add-a-domain" >}}) the form to add a domain (and you didn' previously [selected a host in the right filter]({{< relref "home#your-registries-and-domain-hosters" >}})).
|
You reach this screen after having validated on [home page]({{% relref "home#add-a-domain" %}}) the form to add a domain (and you didn' previously [selected a host in the right filter]({{% relref "home#your-registries-and-domain-hosters" %}})).
|
||||||
|
|
||||||
## Hosting provider selection
|
## Hosting provider selection
|
||||||
|
|
||||||
You can see on this screen the different hosts you have already configured.
|
You can see on this screen the different hosts you have already configured.
|
||||||
If your domain is part of one of the listed accounts, just click on it, it will be added automatically.
|
If your domain is part of one of the listed accounts, just click on it, it will be added automatically.
|
||||||
|
|
||||||
If you haven't added the host yet, you can do it now by following the link ["Add now!"]({{< relref "source-new-choice" >}}).
|
If you haven't added the host yet, you can do it now by following the link ["Add now!"]({{% relref "source-new-choice" %}}).
|
||||||
|
@ -4,11 +4,11 @@ title: Ajout d'un domaine
|
|||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
Vous accédez à cet écran après avoir validé sur [la page d'accueil]({{< relref "home#ajouter-un-domaine" >}}) le formulaire d'ajout de domaine (et que vous n'aviez pas préalablement [sélectionné d'hébergeur dans le filtre de droite]({{< relref "home#vos-registres-et-hébergeurs-de-domaines" >}})).
|
Vous accédez à cet écran après avoir validé sur [la page d'accueil]({{% relref "home#ajouter-un-domaine" %}}) le formulaire d'ajout de domaine (et que vous n'aviez pas préalablement [sélectionné d'hébergeur dans le filtre de droite]({{% relref "home#vos-registres-et-hébergeurs-de-domaines" %}})).
|
||||||
|
|
||||||
## Choix de l'hébergeur
|
## Choix de l'hébergeur
|
||||||
|
|
||||||
Vous pouvez voir sur cet écran les différents hébergeurs que vous avez déjà configuré.
|
Vous pouvez voir sur cet écran les différents hébergeurs que vous avez déjà configuré.
|
||||||
Si votre domaine fait parti d'un des comptes listés, cliquez simplement dessus, il sera ajouté automatiquement.
|
Si votre domaine fait parti d'un des comptes listés, cliquez simplement dessus, il sera ajouté automatiquement.
|
||||||
|
|
||||||
Si vous n'avez pas encore ajouté l'hébergeur, vous pouvez le faire maintenant, en suivant le lien [« Ajouter maintenant ! »]({{< relref "source-new-choice" >}}).
|
Si vous n'avez pas encore ajouté l'hébergeur, vous pouvez le faire maintenant, en suivant le lien [« Ajouter maintenant ! »]({{% relref "source-new-choice" %}}).
|
||||||
|
@ -13,7 +13,7 @@ The home page presents the list of all the domains managed by happyDomain, whate
|
|||||||
|
|
||||||
The domains managed by happyDomain](domain-list.png)
|
The domains managed by happyDomain](domain-list.png)
|
||||||
|
|
||||||
Click one of the domains to start [make changes]({{< relref "domain-abstract" >}}) (add a sub-domain, add a service, ...).
|
Click one of the domains to start [make changes]({{% relref "domain-abstract" %}}) (add a sub-domain, add a service, ...).
|
||||||
|
|
||||||
|
|
||||||
## Your registries and domain hosts
|
## Your registries and domain hosts
|
||||||
@ -22,7 +22,7 @@ On the right, you can see the list of the different hosting providers for your:
|
|||||||
|
|
||||||
The hosters of your domains](hosters-list.png)
|
The hosters of your domains](hosters-list.png)
|
||||||
|
|
||||||
You can [add new host]({{< relref "source-new-choice" >}}) by clicking on the + button in the table header.
|
You can [add new host]({{% relref "source-new-choice" %}}) by clicking on the + button in the table header.
|
||||||
|
|
||||||
Clicking on a row in this table will filter the list of domains to show only domains managed by this host.
|
Clicking on a row in this table will filter the list of domains to show only domains managed by this host.
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ To view the entire list again, simply click on the selected host again.
|
|||||||
|
|
||||||
### Modify or remove a host
|
### Modify or remove a host
|
||||||
|
|
||||||
If you find an error or no longer need a hosting provider, click on the ... on the line of the host concerned. You will then be able to choose between [update information]({{< relref "source-update" >}}) or delete the host:
|
If you find an error or no longer need a hosting provider, click on the ... on the line of the host concerned. You will then be able to choose between [update information]({{% relref "source-update" %}}) or delete the host:
|
||||||
|
|
||||||
modify or delete a host](hoster-edit.png)
|
modify or delete a host](hoster-edit.png)
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ Note that you will not be able to remove the host as long as domains referring t
|
|||||||
|
|
||||||
## Add a domain
|
## Add a domain
|
||||||
|
|
||||||
You have a new domain you want to manage in happyDomain? Start by entering its name in the field below the list. You will then be guided to the [to choose the host] screen ({{< relref "domain-new" >}}).
|
You have a new domain you want to manage in happyDomain? Start by entering its name in the field below the list. You will then be guided to the [to choose the host] screen ({{% relref "domain-new" %}}).
|
||||||
|
|
||||||
Location to add a domain that is not listed](new-domain.png)
|
Location to add a domain that is not listed](new-domain.png)
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ La page d'accueil présente la liste de l'ensemble des domaines gérés par happ
|
|||||||
|
|
||||||
![Les domaines gérés par happyDomain](domain-list.png)
|
![Les domaines gérés par happyDomain](domain-list.png)
|
||||||
|
|
||||||
Cliquez sur l'un des domaines pour commencer à [y apporter des modifications]({{< relref "domain-abstract" >}}) (ajouter un sous-domaine, ajouter un service, ...).
|
Cliquez sur l'un des domaines pour commencer à [y apporter des modifications]({{% relref "domain-abstract" %}}) (ajouter un sous-domaine, ajouter un service, ...).
|
||||||
|
|
||||||
|
|
||||||
## Vos registres et hébergeurs de domaines
|
## Vos registres et hébergeurs de domaines
|
||||||
@ -21,7 +21,7 @@ Sur la droite, vous voyez la liste des différents hébergeurs de vos domaines :
|
|||||||
|
|
||||||
![Les hébergeurs de vos domaines](hosters-list.png)
|
![Les hébergeurs de vos domaines](hosters-list.png)
|
||||||
|
|
||||||
Vous pouvez [ajouter un nouvel hébergeur]({{< relref "source-new-choice" >}}) en cliquant sur le bouton +, présent dans l'en-tête du tableau.
|
Vous pouvez [ajouter un nouvel hébergeur]({{% relref "source-new-choice" %}}) en cliquant sur le bouton +, présent dans l'en-tête du tableau.
|
||||||
|
|
||||||
En cliquant sur une ligne de ce tableau, vous filtrerez la liste des domaines pour n'afficher que les domaines gérés par cet hébergeur.
|
En cliquant sur une ligne de ce tableau, vous filtrerez la liste des domaines pour n'afficher que les domaines gérés par cet hébergeur.
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ Pour afficher à nouveau la liste dans son intégralité, recliquez simplement s
|
|||||||
|
|
||||||
### Modifier ou supprimer un hébergeur
|
### Modifier ou supprimer un hébergeur
|
||||||
|
|
||||||
Si vous constatez une erreur ou n'avez plus besoin d'un hébergeur, cliquez sur les ... sur la ligne de l'hébergeur concerné. Vous aurez alors la possibilité de choisir entre [mettre à jour les informations]({{< relref "source-update" >}}) ou supprimer l'hébergeur :
|
Si vous constatez une erreur ou n'avez plus besoin d'un hébergeur, cliquez sur les ... sur la ligne de l'hébergeur concerné. Vous aurez alors la possibilité de choisir entre [mettre à jour les informations]({{% relref "source-update" %}}) ou supprimer l'hébergeur :
|
||||||
|
|
||||||
![Modification ou suppression d'un hébergeur](hoster-edit.png)
|
![Modification ou suppression d'un hébergeur](hoster-edit.png)
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ Notez que vous ne pourrez pas supprimer l'hébergeur tant que des domaines y fai
|
|||||||
|
|
||||||
## Ajouter un domaine
|
## Ajouter un domaine
|
||||||
|
|
||||||
Vous avez un nouveau domaine que vous souhaitez gérer dans happyDomain ? Commencez par entrer son nom dans le champ présent sous la liste. Vous serez ensuite guidé vers l'écran [permettant de choisir l'hébergeur]({{< relref "domain-new" >}}).
|
Vous avez un nouveau domaine que vous souhaitez gérer dans happyDomain ? Commencez par entrer son nom dans le champ présent sous la liste. Vous serez ensuite guidé vers l'écran [permettant de choisir l'hébergeur]({{% relref "domain-new" %}}).
|
||||||
|
|
||||||
![Emplacement pour ajouter un domaine qui n'est pas listé](new-domain.png)
|
![Emplacement pour ajouter un domaine qui n'est pas listé](new-domain.png)
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ You can access this page by clicking on the the top menu link "The hosts of my d
|
|||||||
|
|
||||||
## Your registries and domain hosts
|
## Your registries and domain hosts
|
||||||
|
|
||||||
This page shows only the list of registries and domain hosts you have added to your account, and [allows you to add more]({{< relref "source-new-choice" >}}).
|
This page shows only the list of registries and domain hosts you have added to your account, and [allows you to add more]({{% relref "source-new-choice" %}}).
|
||||||
|
|
||||||
The hosters of your domains](hosters-list.png)
|
The hosters of your domains](hosters-list.png)
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Vous accédez à cette page en cliquant sur le lien « Les hôtes de mes domaine
|
|||||||
|
|
||||||
## Vos registres et hébergeurs de domaines
|
## Vos registres et hébergeurs de domaines
|
||||||
|
|
||||||
Cette page montre uniquement la liste des registres et des hébergeurs de domaines que vous avez ajouté à votre compte, et [vous permet d'en ajouter]({{< relref "source-new-choice" >}}).
|
Cette page montre uniquement la liste des registres et des hébergeurs de domaines que vous avez ajouté à votre compte, et [vous permet d'en ajouter]({{% relref "source-new-choice" %}}).
|
||||||
|
|
||||||
![Les hébergeurs de vos domaines](hosters-list.png)
|
![Les hébergeurs de vos domaines](hosters-list.png)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ title: Add a host
|
|||||||
weight: 17
|
weight: 17
|
||||||
---
|
---
|
||||||
|
|
||||||
You access this screen by clicking on the ["My domain hosts"]({{< relref "source-list" >}}) link in the top menu, then by clicking on the "+ Add a new domain host" button.
|
You access this screen by clicking on the ["My domain hosts"]({{% relref "source-list" %}}) link in the top menu, then by clicking on the "+ Add a new domain host" button.
|
||||||
|
|
||||||
## Compatible registries and domain hosts
|
## Compatible registries and domain hosts
|
||||||
|
|
||||||
@ -15,6 +15,6 @@ In this screen, you will be asked to select the host among the list of compatibl
|
|||||||
|
|
||||||
![Compatible domain hosters](hosters-choice.png)
|
![Compatible domain hosters](hosters-choice.png)
|
||||||
|
|
||||||
Once you have selected it, you are directed to the [Host connection settings]({{< relref "source-update" >}}) screen.
|
Once you have selected it, you are directed to the [Host connection settings]({{% relref "source-update" %}}) screen.
|
||||||
|
|
||||||
More will be added later, if you can't find yours, contact us!
|
More will be added later, if you can't find yours, contact us!
|
||||||
|
@ -4,7 +4,7 @@ title: Ajouter un hébergeur
|
|||||||
weight: 17
|
weight: 17
|
||||||
---
|
---
|
||||||
|
|
||||||
Vous accédez à cet écran en cliquant sur le lien [« Les hôtes de mes domaines »]({{< relref "source-list" >}}) dans le menu en haut, puis en cliquant sur le bouton « + Ajouter un nouvel hébergeur de domaines ».
|
Vous accédez à cet écran en cliquant sur le lien [« Les hôtes de mes domaines »]({{% relref "source-list" %}}) dans le menu en haut, puis en cliquant sur le bouton « + Ajouter un nouvel hébergeur de domaines ».
|
||||||
|
|
||||||
## Les registres et hébergeurs de domaines compatibles
|
## Les registres et hébergeurs de domaines compatibles
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ Dans cet écran, on vous demande de sélectionner, parmi la liste des hébergeur
|
|||||||
|
|
||||||
![Les hébergeurs de domaines compatibles](hosters-choice.png)
|
![Les hébergeurs de domaines compatibles](hosters-choice.png)
|
||||||
|
|
||||||
Une fois que vous l'avez sélectionné, vous êtes dirigé vers l'écran [de paramétrage de la connexion à l'hébergeur]({{< relref "source-update" >}}).
|
Une fois que vous l'avez sélectionné, vous êtes dirigé vers l'écran [de paramétrage de la connexion à l'hébergeur]({{% relref "source-update" %}}).
|
||||||
|
@ -10,7 +10,7 @@ weight: 19
|
|||||||
You access this screen either:
|
You access this screen either:
|
||||||
|
|
||||||
- when you want to add a host, after having selected the provider,
|
- when you want to add a host, after having selected the provider,
|
||||||
- when you want to change the connection settings between happyDomain and a host, for example on the [home page]({{< relref "home#modify-or-delete-a-host" >}}).
|
- when you want to change the connection settings between happyDomain and a host, for example on the [home page]({{% relref "home#modify-or-delete-a-host" %}}).
|
||||||
|
|
||||||
## Connection name
|
## Connection name
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ weight: 19
|
|||||||
Vous accédez à cet écran soit :
|
Vous accédez à cet écran soit :
|
||||||
|
|
||||||
- lorsque vous souhaitez ajouter un hébergeur, après avoir sélectionné le fournisseur,
|
- lorsque vous souhaitez ajouter un hébergeur, après avoir sélectionné le fournisseur,
|
||||||
- lorsque vous souhaitez modifier les paramètres de connexion entre happyDomain et un hébergeur, par exemple sur la [page d'accueil]({{< relref "home#modifier-ou-supprimer-un-hébergeur" >}}).
|
- lorsque vous souhaitez modifier les paramètres de connexion entre happyDomain et un hébergeur, par exemple sur la [page d'accueil]({{% relref "home#modifier-ou-supprimer-un-hébergeur" %}}).
|
||||||
|
|
||||||
## Nom de la connexion
|
## Nom de la connexion
|
||||||
|
|
||||||
|
@ -2,12 +2,8 @@
|
|||||||
date: 2021-01-12T21:38:49+02:00
|
date: 2021-01-12T21:38:49+02:00
|
||||||
author: Frederic
|
author: Frederic
|
||||||
title : DNS records
|
title : DNS records
|
||||||
chapter: true
|
archetype: chapter
|
||||||
weight: 20
|
weight: 2
|
||||||
---
|
|
||||||
|
|
||||||
# DNS records
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% children %}}
|
{{% children %}}
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
---
|
---
|
||||||
date: 2020-12-09T19:23:38+01:00
|
date: 2020-12-09T19:23:38+01:00
|
||||||
title: Enregistrements DNS
|
title: Enregistrements DNS
|
||||||
chapter: true
|
author: nemunaire
|
||||||
weight: 20
|
archetype: chapter
|
||||||
---
|
weight: 2
|
||||||
|
|
||||||
# Enregistrements DNS
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% children %}}
|
{{% children %}}
|
||||||
|
@ -2,12 +2,8 @@
|
|||||||
date: 2021-01-12T21:38:49+02:00
|
date: 2021-01-12T21:38:49+02:00
|
||||||
author: Frederic
|
author: Frederic
|
||||||
title: The services
|
title: The services
|
||||||
chapter: true
|
archetype: chapter
|
||||||
weight: 30
|
weight: 3
|
||||||
---
|
|
||||||
|
|
||||||
# The services
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% children %}}
|
{{% children %}}
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
date: 2020-12-09T19:23:38+01:00
|
date: 2020-12-09T19:23:38+01:00
|
||||||
title: Les services
|
title: Les services
|
||||||
chapter: true
|
archetype: chapter
|
||||||
weight: 30
|
weight: 3
|
||||||
---
|
|
||||||
|
|
||||||
# Les services
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% children %}}
|
{{% children %}}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 3202533a746f91c67de1a8fa373c0328ec1b403d
|
|
1
themes/hugo-theme-relearn
Submodule
1
themes/hugo-theme-relearn
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 32a23dbf44006e7ac19604657b897b1f204753c4
|
Loading…
Reference in New Issue
Block a user