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

19
docs/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "domainwatchdog.eu",
"private": true,
"type": "module",
"license": "AGPL-3.0-or-later",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.36.2",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
}