docs: add documentation

This commit is contained in:
Maël Gangloff
2025-11-12 22:29:35 +01:00
parent 60223a7338
commit 4907279dd7
29 changed files with 4309 additions and 0 deletions

BIN
docs/src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -0,0 +1,7 @@
import {defineCollection} from 'astro:content';
import {docsLoader} from '@astrojs/starlight/loaders';
import {docsSchema} from '@astrojs/starlight/schema';
export const collections = {
docs: defineCollection({loader: docsLoader(), schema: docsSchema()}),
};

View File

@@ -0,0 +1,3 @@
---
title: Code of Conduct
---

View File

@@ -0,0 +1,3 @@
---
title: Guidelines
---

View File

@@ -0,0 +1,3 @@
---
title: Pull Requests
---

View File

@@ -0,0 +1,3 @@
---
title: Getting started
---

View File

@@ -0,0 +1,3 @@
---
title: Technical stack
---

View File

@@ -0,0 +1,12 @@
---
title: Translation
---
The project is translated into several languages to allow as many people as possible to easily understand the interface.
Feel free to contribute and add a translation if you wish!
The current status of the translation is given below.
<a href="https://weblate.vinceh121.me/engage/domain-watchdog/">
<img src="https://weblate.vinceh121.me/widget/domain-watchdog/domain-watchdog-dashboard/open-graph.png" alt="Translation status" />
</a>

View File

@@ -0,0 +1,3 @@
---
title: Connector
---

View File

@@ -0,0 +1,3 @@
---
title: Supported registrar
---

View File

@@ -0,0 +1,3 @@
---
title: Getting started
---

View File

@@ -0,0 +1,3 @@
---
title: Domain search
---

View File

@@ -0,0 +1,3 @@
---
title: Tracking table
---

View File

@@ -0,0 +1,3 @@
---
title: Watchlist
---

View File

@@ -0,0 +1,18 @@
---
title: Domain Watchdog
description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they are delete
template: splash
hero:
tagline: Your companion in the quest for domain names 🔍
image:
file: ../../../assets/logo.png
actions:
- text: Get started
link: /en/features
icon: right-arrow
- text: Demo instance
link: https://demo.domainwatchdog.eu
icon: external
variant: minimal
---

View File

@@ -0,0 +1,3 @@
---
title: FAQ
---

View File

@@ -0,0 +1,3 @@
---
title: License
---

View File

@@ -0,0 +1,3 @@
---
title: Privacy policy
---

View File

@@ -0,0 +1,3 @@
---
title: Security
---

View File

@@ -0,0 +1,3 @@
---
title: Terms of service
---

View File

@@ -0,0 +1,3 @@
---
title: Install with Docker
---

View File

@@ -0,0 +1,3 @@
---
title: Getting started
---