@zpress/kit 0.2.11 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -12,11 +12,10 @@ An opinionated documentation framework for monorepos. Just point it at your code
|
|
|
12
12
|
|
|
13
13
|
## Features
|
|
14
14
|
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
- :art: **Beautiful out of the box** — Catppuccin-themed UI with responsive layouts.
|
|
15
|
+
- **Your docs, your structure** — Conforms to your repo, not the other way around.
|
|
16
|
+
- **Great defaults** — Sidebars, nav, landing pages, and icons from one config.
|
|
17
|
+
- **Beautiful themes out of the box** — Dark mode, generated banners, and polished defaults.
|
|
18
|
+
- **Monorepo-first** — Built for internal docs with first-class workspace support.
|
|
20
19
|
|
|
21
20
|
## Install
|
|
22
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zpress/kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Documentation framework powered by Rspress with a config-driven information architecture",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@zpress/cli": "0.5.
|
|
42
|
-
"@zpress/core": "0.
|
|
43
|
-
"@zpress/ui": "0.8.
|
|
41
|
+
"@zpress/cli": "0.5.3",
|
|
42
|
+
"@zpress/core": "0.8.0",
|
|
43
|
+
"@zpress/ui": "0.8.7"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rslib/core": "^0.20.0",
|