mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
`deploy.sh` is not used. Link to the cron job. Resolves #438 Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/491 Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
21 lines
641 B
JSON
21 lines
641 B
JSON
{
|
|
"name": "codeberg-docs",
|
|
"description": "The documentation site for Codeberg",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rm -rf _site/ && eleventy",
|
|
"serve": "eleventy --serve"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.0.0",
|
|
"pagefind": "^1.0.4"
|
|
}
|
|
}
|