mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
docs: add documentation
This commit is contained in:
BIN
docs/src/assets/logo.png
Normal file
BIN
docs/src/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
7
docs/src/content.config.ts
Normal file
7
docs/src/content.config.ts
Normal 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()}),
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Code of Conduct
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Guidelines
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Pull Requests
|
||||
---
|
||||
3
docs/src/content/docs/en/developing/getting-started.md
Normal file
3
docs/src/content/docs/en/developing/getting-started.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Getting started
|
||||
---
|
||||
3
docs/src/content/docs/en/developing/technical-stack.md
Normal file
3
docs/src/content/docs/en/developing/technical-stack.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Technical stack
|
||||
---
|
||||
12
docs/src/content/docs/en/developing/translation.md
Normal file
12
docs/src/content/docs/en/developing/translation.md
Normal 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>
|
||||
3
docs/src/content/docs/en/features/backorder/connector.md
Normal file
3
docs/src/content/docs/en/features/backorder/connector.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Connector
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Supported registrar
|
||||
---
|
||||
3
docs/src/content/docs/en/features/index.md
Normal file
3
docs/src/content/docs/en/features/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Getting started
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Domain search
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Tracking table
|
||||
---
|
||||
3
docs/src/content/docs/en/features/tracking/watchlist.md
Normal file
3
docs/src/content/docs/en/features/tracking/watchlist.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Watchlist
|
||||
---
|
||||
18
docs/src/content/docs/en/index.mdx
Normal file
18
docs/src/content/docs/en/index.mdx
Normal 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
|
||||
---
|
||||
|
||||
3
docs/src/content/docs/en/legal/faq.md
Normal file
3
docs/src/content/docs/en/legal/faq.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: FAQ
|
||||
---
|
||||
3
docs/src/content/docs/en/legal/license.md
Normal file
3
docs/src/content/docs/en/legal/license.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: License
|
||||
---
|
||||
3
docs/src/content/docs/en/legal/privacy-policy.md
Normal file
3
docs/src/content/docs/en/legal/privacy-policy.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Privacy policy
|
||||
---
|
||||
3
docs/src/content/docs/en/legal/security.md
Normal file
3
docs/src/content/docs/en/legal/security.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Security
|
||||
---
|
||||
3
docs/src/content/docs/en/legal/terms-of-service.md
Normal file
3
docs/src/content/docs/en/legal/terms-of-service.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Terms of service
|
||||
---
|
||||
3
docs/src/content/docs/en/self-hosting/docker.md
Normal file
3
docs/src/content/docs/en/self-hosting/docker.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Install with Docker
|
||||
---
|
||||
3
docs/src/content/docs/en/self-hosting/getting-started.md
Normal file
3
docs/src/content/docs/en/self-hosting/getting-started.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Getting started
|
||||
---
|
||||
Reference in New Issue
Block a user