mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"name": "codeberg-docs",
|
|
"description": "The documentation site for Codeberg",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"serve": "eleventy --serve"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.11.0",
|
|
"@11ty/eleventy-navigation": "^0.1.6",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1"
|
|
}
|
|
}
|