mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
docs: add emoji titles
This commit is contained in:
parent
e5f3c62002
commit
930dfc690f
@ -34,7 +34,7 @@ export default defineConfig({
|
||||
{icon: 'seti:docker', label: 'Docker', href: 'https://hub.docker.com/r/maelgangloff/domain-watchdog'}
|
||||
],
|
||||
sidebar: [
|
||||
{label: 'Getting started', slug: 'features', translations: {fr: 'Premiers pas'}},
|
||||
{slug: 'features'},
|
||||
{
|
||||
label: 'Installation & Configuration',
|
||||
translations: {fr: 'Installation & Configuration'},
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
<!-- mdpo-disable -->
|
||||
|
||||
## Our Pledge
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
import {FileTree, LinkCard, Steps} from "@astrojs/starlight/components"
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
draft: true
|
||||
---
|
||||
|
||||
@ -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.
|
||||
draft: true
|
||||
---
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Configuration
|
||||
title: 📜 Configuration
|
||||
description: Configuration guide explaining environment variables and settings required to run and customize the project.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: FAQ
|
||||
title: ❔ FAQ
|
||||
description: Explore the most frequently asked questions when using this project and the most common answers.
|
||||
draft: true
|
||||
---
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
@ -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!
|
||||
|
||||
<!-- mdpo-disable-next-block -->
|
||||
~~~
|
||||
Contact: mailto:contact@maelgangloff.fr
|
||||
Encryption: openpgp4fpr:323E63F1AB879F30B38F527611FDC81C24A7F629
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user