docs: update README.md

This commit is contained in:
Maël Gangloff
2025-11-16 13:44:56 +01:00
parent ea1e4e43bd
commit 96bbe8a0ed
4 changed files with 28 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<br/> <br/>
Domain Watchdog is an app that uses RDAP to collect publicly available info about domains, track their history, and Domain Watchdog is an app that uses RDAP to collect publicly available info about domains, track their history, and
purchase them. purchase them.
For more information please check out [the documentation](https://domainwatchdog.eu) ! For more information please check out [the documentation](https://domainwatchdog.eu) !
## Why use it? ## Why use it?

View File

@@ -3,6 +3,7 @@ import {defineConfig} from 'astro/config'
import starlight from '@astrojs/starlight' import starlight from '@astrojs/starlight'
import starlightLinksValidator from 'starlight-links-validator' import starlightLinksValidator from 'starlight-links-validator'
import mermaid from "astro-mermaid" import mermaid from "astro-mermaid"
import starlightCoolerCredit from "starlight-cooler-credit"
const BASE_URL = 'https://domainwatchdog.eu' const BASE_URL = 'https://domainwatchdog.eu'
@@ -112,9 +113,19 @@ _paq.push(['enableHeartBeatTimer']);
})();` })();`
} }
], ],
plugins: [starlightLinksValidator({ plugins: [
errorOnLocalLinks: false starlightLinksValidator({
})] errorOnLocalLinks: false
}),
starlightCoolerCredit({
credit: {
title: '',
href: 'https://maelgangloff.fr',
description: 'Maintained with ♡ by Maël Gangloff & contributors'
},
showImage: false
})
]
}), }),
mermaid() mermaid()
] ]

View File

@@ -22,6 +22,7 @@
"mermaid": "^11.12.1", "mermaid": "^11.12.1",
"sharp": "^0.34.2", "sharp": "^0.34.2",
"starlight-contributor-list": "^0.3.1", "starlight-contributor-list": "^0.3.1",
"starlight-cooler-credit": "^0.4.1",
"starlight-links-validator": "^0.19.1" "starlight-links-validator": "^0.19.1"
} }
} }

View File

@@ -1392,6 +1392,11 @@ chalk@^5.3.0:
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea" resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA== integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
change-case@^5.4.4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
character-entities-html4@^2.0.0: character-entities-html4@^2.0.0:
version "2.1.0" version "2.1.0"
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b" resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
@@ -4074,6 +4079,13 @@ starlight-contributor-list@^0.3.1:
dependencies: dependencies:
"@11ty/eleventy-fetch" "^4.0.1" "@11ty/eleventy-fetch" "^4.0.1"
starlight-cooler-credit@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/starlight-cooler-credit/-/starlight-cooler-credit-0.4.1.tgz#54551a35177143ef13525823aa279bc8d972ee23"
integrity sha512-XXfheeUWSBidS6aJMB1aksn3Zl+kBpMjmuZDFoiHzeCqzjGeTfgYz2AGo/eRNIXOkJlmk4wpUoD29xCtnrmn1A==
dependencies:
change-case "^5.4.4"
starlight-links-validator@^0.19.1: starlight-links-validator@^0.19.1:
version "0.19.1" version "0.19.1"
resolved "https://registry.yarnpkg.com/starlight-links-validator/-/starlight-links-validator-0.19.1.tgz#7c3c2f25e988104627c563ffbd27e523735200f1" resolved "https://registry.yarnpkg.com/starlight-links-validator/-/starlight-links-validator-0.19.1.tgz#7c3c2f25e988104627c563ffbd27e523735200f1"