docs: add initial Mediary user guide

This commit is contained in:
2026-08-01 10:10:28 +02:00
commit a915c44d49
20 changed files with 511 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "mediary-user-guide",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@astrojs/starlight": "^0.41.4",
"astro": "^7.1.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=22"
}
}