docs: New site 🎉

This commit is contained in:
Jade Ellis 2025-11-15 20:25:54 +00:00
parent d45c5a9f47
commit 5ea1206739
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
58 changed files with 5918 additions and 1263 deletions

29
package.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "continuwuation",
"version": "1.0.0",
"description": "<!-- ANCHOR: catchphrase -->",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"docs:dev": "rspress dev docs",
"docs:build": "rspress build docs",
"docs:preview": "rspress preview docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@forgejo.ellis.link/continuwuation/continuwuity.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@rspress/core": "^2.0.0-beta.35",
"@rspress/plugin-preview": "^2.0.0-beta.35",
"typescript": "^5.9.3"
}
}