@zpress/kit 0.2.11 → 0.2.13

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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. 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
- - :gear: **Config over convention** — Define sections, pages, and nav in one declarative config.
16
- - :zap: **Zero-config defaults** — Smart conventions for sidebars, nav, icons, and landing pages.
17
- - :package: **Monorepo-native**Workspace metadata with auto-generated package cards.
18
- - :mag: **Auto-discovery** — Glob patterns to find and organize markdown files.
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.11",
3
+ "version": "0.2.13",
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.2",
42
- "@zpress/core": "0.7.5",
43
- "@zpress/ui": "0.8.6"
41
+ "@zpress/core": "0.8.0",
42
+ "@zpress/cli": "0.5.4",
43
+ "@zpress/ui": "0.8.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@rslib/core": "^0.20.0",