docs: add emoji titles

This commit is contained in:
Maël Gangloff 2025-12-02 22:07:40 +01:00
parent e5f3c62002
commit 930dfc690f
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
24 changed files with 24 additions and 26 deletions

View File

@ -34,7 +34,7 @@ export default defineConfig({
{icon: 'seti:docker', label: 'Docker', href: 'https://hub.docker.com/r/maelgangloff/domain-watchdog'} {icon: 'seti:docker', label: 'Docker', href: 'https://hub.docker.com/r/maelgangloff/domain-watchdog'}
], ],
sidebar: [ sidebar: [
{label: 'Getting started', slug: 'features', translations: {fr: 'Premiers pas'}}, {slug: 'features'},
{ {
label: 'Installation & Configuration', label: 'Installation & Configuration',
translations: {fr: 'Installation & Configuration'}, translations: {fr: 'Installation & Configuration'},

View File

@ -1,5 +1,5 @@
--- ---
title: Acknowledgment title: 🙌 Acknowledgment
description: Many thanks to the contributors to this project, the developers and the translators, without whom this project could not exist. description: Many thanks to the contributors to this project, the developers and the translators, without whom this project could not exist.
--- ---

View File

@ -1,8 +1,7 @@
--- ---
title: Code of Conduct title: 👼 Code of Conduct
description: Code of conduct outlining community standards and guidelines for respectful collaboration within the project. description: Code of conduct outlining community standards and guidelines for respectful collaboration within the project.
--- ---
<!-- mdpo-disable -->
## Our Pledge ## Our Pledge

View File

@ -1,5 +1,5 @@
--- ---
title: Pull Requests title: 💌 Pull Requests
description: Instructions for submitting pull requests. Please read these instructions carefully to ensure you comply with contribution standards. description: Instructions for submitting pull requests. Please read these instructions carefully to ensure you comply with contribution standards.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Implementing a new provider title: 🌟 Implementing a new provider
description: Step-by-step guide to adding a new Provider, with backend, frontend, and testing instructions to integrate a registrar into the project. description: Step-by-step guide to adding a new Provider, with backend, frontend, and testing instructions to integrate a registrar into the project.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Software Testing title: 🧬 Software Testing
description: Discover how to launch and write unit and integration tests for this project using PHPUnit and a test database. description: Discover how to launch and write unit and integration tests for this project using PHPUnit and a test database.
--- ---
import {FileTree, LinkCard, Steps} from "@astrojs/starlight/components" import {FileTree, LinkCard, Steps} from "@astrojs/starlight/components"

View File

@ -1,5 +1,5 @@
--- ---
title: Technical stack title: ⚙️ Technical stack
description: Overview of the project's technical stack, including frameworks, languages, and architecture used throughout the system. description: Overview of the project's technical stack, including frameworks, languages, and architecture used throughout the system.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Translation title: 🗺 Translation
description: This project is available in several languages, the current translation status is available on this page. description: This project is available in several languages, the current translation status is available on this page.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Connector title: 📡 Connector
description: Learn how the Backorder Connector works, its flow, requirements, and how it integrates with registrar APIs for domain backordering. description: Learn how the Backorder Connector works, its flow, requirements, and how it integrates with registrar APIs for domain backordering.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Supported registrar list title: 🤝 Supported registrar list
description: List of registrars supported for domain backorders, with details on compatibility. Description of the configuration for each registrar. description: List of registrars supported for domain backorders, with details on compatibility. Description of the configuration for each registrar.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Getting started title: 🚀 Getting started
description: Step-by-step guide to creating an account, searching domains, tracking changes, and enabling auto-purchase with Connectors. description: Step-by-step guide to creating an account, searching domains, tracking changes, and enabling auto-purchase with Connectors.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: ICANN Registrar list title: 📙 ICANN Registrar list
description: List of ICANN-accredited Registrars. The list can be explored on the web interface. description: List of ICANN-accredited Registrars. The list can be explored on the web interface.
draft: true draft: true
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: TLD list title: 🌐 TLD list
description: Discover the list of currently active TLDs directly in your interface, along with additional information. description: Discover the list of currently active TLDs directly in your interface, along with additional information.
draft: true draft: true
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Domain search title: 🔎 Domain search
description: Overview of the domain search functionality which allows you to view all public information about a domain name. description: Overview of the domain search functionality which allows you to view all public information about a domain name.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Tracking table title: 🎯 Tracking table
description: The tracking table is a tool that allows you to gather information about the domain names you are tracking. description: The tracking table is a tool that allows you to gather information about the domain names you are tracking.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Watchlist title: 🔔 Watchlist
description: Learn how the domain watchlist works, enabling users to monitor domains and receive updates on changes. description: Learn how the domain watchlist works, enabling users to monitor domains and receive updates on changes.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Configuration title: 📜 Configuration
description: Configuration guide explaining environment variables and settings required to run and customize the project. description: Configuration guide explaining environment variables and settings required to run and customize the project.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Docker Compose installation title: 🐋 Docker installation
description: Step-by-step guide to installing this project using the Docker image and Docker Compose, with configuration steps and deployment notes. description: Step-by-step guide to installing this project using the Docker image and Docker Compose, with configuration steps and deployment notes.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Manual installation title: 🔧 Manual installation
description: Manual installation guide with system requirements, dependencies, and step-by-step instructions to install the project from source. description: Manual installation guide with system requirements, dependencies, and step-by-step instructions to install the project from source.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Manual Upgrade title: ♻️ Manual Upgrade
description: Upgrade guide explaining how to safely update the project, including migrations, and versioning details. description: Upgrade guide explaining how to safely update the project, including migrations, and versioning details.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: FAQ title: FAQ
description: Explore the most frequently asked questions when using this project and the most common answers. description: Explore the most frequently asked questions when using this project and the most common answers.
draft: true draft: true
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: License title: ⚖️ License
description: Licensing information detailing usage rights, redistribution terms, and legal conditions for contributing and using the project. description: Licensing information detailing usage rights, redistribution terms, and legal conditions for contributing and using the project.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Security policy title: 🔏 Security policy
description: Security policy describing vulnerability reporting, and guidelines to keep the project secure. Please report any security issues. description: Security policy describing vulnerability reporting, and guidelines to keep the project secure. Please report any security issues.
--- ---
@ -7,7 +7,6 @@ description: Security policy describing vulnerability reporting, and guidelines
If you want to report a vulnerability, please contact the maintainer of this repository. Thanks! If you want to report a vulnerability, please contact the maintainer of this repository. Thanks!
<!-- mdpo-disable-next-block -->
~~~ ~~~
Contact: mailto:contact@maelgangloff.fr Contact: mailto:contact@maelgangloff.fr
Encryption: openpgp4fpr:323E63F1AB879F30B38F527611FDC81C24A7F629 Encryption: openpgp4fpr:323E63F1AB879F30B38F527611FDC81C24A7F629

View File

@ -1,5 +1,5 @@
--- ---
title: Premiers pas title: 🚀 Premiers pas
description: Guide étape par étape pour créer un compte, rechercher des domaines, suivre les changements et activer l'achat automatique avec les Connecteurs. description: Guide étape par étape pour créer un compte, rechercher des domaines, suivre les changements et activer l'achat automatique avec les Connecteurs.
--- ---