First dnf test

This commit is contained in:
Darkone 2025-10-27 00:08:16 -02:00
commit d481a5e669
165 changed files with 41270 additions and 0 deletions

20
doc/package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "darkone-nixos-framework-doc",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/starlight": "^0.36.0",
"astro": "^5.14.1",
"astro-embed": "^0.9.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.32.5"
}
}