mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 10:15:41 +00:00
docs: set draft when page is empty
This commit is contained in:
parent
5745bcc7fa
commit
6ffb405c8e
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Software Testing
|
||||
description: Discover how to launch and write unit and integration tests for this project using PHPUnit and a test database.
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: ICANN Registrar list
|
||||
description: List of ICANN-accredited Registrars. The list can be explored on the web interface.
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
---
|
||||
title: TLD list
|
||||
description: Discover the list of currently active TLDs directly in your interface, along with additional information.
|
||||
draft: true
|
||||
---
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Liste des registrars de l'ICANN
|
||||
description: Liste des Bureaux d'Enregistrements accrédités par l'ICANN. Il est possible d'explorer la liste sur l'interface web.
|
||||
draft: true
|
||||
---
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Liste des TLD
|
||||
description: Découvrez la liste des TLD actuellement actifs directement dans votre interface, ainsi que des informations complémentaires à leur sujet.
|
||||
draft: true
|
||||
---
|
||||
|
||||
@ -6,6 +6,7 @@ hero:
|
||||
tagline: Votre compagnon dans la quête de noms de domaines 🔍
|
||||
image:
|
||||
file: ../../../assets/logo.png
|
||||
alt: Domain Watchdog logo
|
||||
actions:
|
||||
- text: Get started
|
||||
link: /fr/features/
|
||||
|
||||
@ -6,6 +6,7 @@ hero:
|
||||
tagline: Your companion in the quest for domain names 🔍
|
||||
image:
|
||||
file: ../../assets/logo.png
|
||||
alt: Domain Watchdog logo
|
||||
actions:
|
||||
- text: Get started
|
||||
link: /en/features/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user