docs: update documentation

This commit is contained in:
Maël Gangloff 2025-11-16 21:33:23 +01:00
parent 20b05510dd
commit 7b0b95bdcd
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ By default, the container listens on http://localhost:8080, but you can configur
See [the documentation](https://domainwatchdog.eu) for information on setting up a development environment and making
your contributions.
To add a new provider, a [dedicated page](https://domainwatchdog.eu/en/developing/add-provider/) is available.
To add a new provider, a [dedicated page](https://domainwatchdog.eu/en/developing/implementing-new-provider/) is available.
## Security

View File

@ -1,5 +1,5 @@
---
title: Add a 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.
---
import {FileTree, Steps, Code, LinkCard} from "@astrojs/starlight/components";