create-react-docs-ui 0.1.6 → 0.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-react-docs-ui",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "buffer": "^6.0.3",
13
13
  "react": ">=18",
14
- "react-docs-ui": "^0.1.3",
14
+ "react-docs-ui": "^0.1.7",
15
15
  "react-dom": ">=18",
16
16
  "react-router-dom": "^7.8.0"
17
17
  },
@@ -75,23 +75,44 @@ footer:
75
75
  enabled: true
76
76
  copyright: "© 2024 React Docs UI. All rights reserved."
77
77
  repository:
78
- url: "https://github.com/your_github_id/your_repo_name"
78
+ url: "https://github.com/shenjianZ/React-docs-ui"
79
79
  branch: "master"
80
- lastUpdated: "2024-12-19"
81
- links:
82
- - title: "Documentation"
83
- link: "/guide/introduction"
84
- - title: "GitHub"
85
- link: "https://github.com/your_github_id/your_repo_name"
86
- external: true
87
- - title: "License"
88
- link: "/license"
80
+ lastUpdated: "2025-08-14"
81
+ version: "v0.1.7"
82
+ groups:
83
+ - title: "Community"
84
+ items:
85
+ - title: "Discussions"
86
+ link: "https://github.com/shenjianZ/React-docs-ui/discussions"
87
+ external: true
88
+ - title: "Issues"
89
+ link: "https://github.com/shenjianZ/React-docs-ui/issues"
90
+ external: true
91
+ - title: "Contributing"
92
+ link: "https://github.com/shenjianZ/React-docs-ui/blob/master/CONTRIBUTING.md"
93
+ external: true
94
+ - title: "Releases"
95
+ link: "https://github.com/shenjianZ/React-docs-ui/releases"
96
+ external: true
97
+ - title: "Help & Support"
98
+ items:
99
+ - title: "Examples"
100
+ link: "/guide/quick-start"
101
+ - title: "Source Code"
102
+ link: "https://github.com/shenjianZ/React-docs-ui"
103
+ external: true
104
+ - title: "License"
105
+ link: "https://github.com/shenjianZ/React-docs-ui/blob/master/LICENSE"
106
+ external: true
107
+ - title: "Back to Top"
108
+ link: "#"
109
+ action: "scrollTop"
89
110
  social:
90
111
  - name: "email"
91
112
  url: "mailto:contact@example.com"
92
113
  icon: "mail"
93
114
  - name: "github"
94
- url: "https://github.com/your_github_id"
115
+ link: "https://github.com/shenjianZ/React-docs-ui"
95
116
  icon: "github"
96
117
  # - name: "youtube"
97
118
  # url: "https://youtube.com/@yourhandle"
@@ -73,16 +73,45 @@ toc:
73
73
  # Footer Configuration
74
74
  footer:
75
75
  enabled: true
76
- copyright: "© 2024 React Docs UI. All rights reserved."
76
+ copyright: "© 2025 React Docs UI. All rights reserved."
77
77
  repository:
78
- url: "https://github.com/your_github_id/your_repo_name"
78
+ url: "https://github.com/shenjianZ/React-docs-ui"
79
79
  branch: "master"
80
- lastUpdated: "2024-12-19"
80
+ lastUpdated: "2025-08-14"
81
+ version: "v0.1.7"
82
+ groups:
83
+ - title: "社区"
84
+ items:
85
+ - title: "讨论区"
86
+ link: "https://github.com/shenjianZ/React-docs-ui/discussions"
87
+ external: true
88
+ - title: "问题反馈"
89
+ link: "https://github.com/shenjianZ/React-docs-ui/issues"
90
+ external: true
91
+ - title: "贡献指南"
92
+ link: "https://github.com/shenjianZ/React-docs-ui/blob/master/CONTRIBUTING.md"
93
+ external: true
94
+ - title: "版本发布"
95
+ link: "https://github.com/shenjianZ/React-docs-ui/releases"
96
+ external: true
97
+ - title: "帮助支持"
98
+ items:
99
+ - title: "示例"
100
+ link: "/guide/quick-start"
101
+ - title: "源代码"
102
+ link: "https://github.com/shenjianZ/React-docs-ui"
103
+ external: true
104
+ - title: "开源许可"
105
+ link: "https://github.com/shenjianZ/React-docs-ui/blob/master/LICENSE"
106
+ external: true
107
+ - title: "回到顶部"
108
+ link: "#"
109
+ action: "scrollTop"
81
110
  links:
82
111
  - title: "Documentation"
83
112
  link: "/guide/introduction"
84
113
  - title: "GitHub"
85
- link: "https://github.com/your_github_id/your_repo_name"
114
+ link: "https://github.com/shenjianZ/React-docs-ui"
86
115
  external: true
87
116
  - title: "License"
88
117
  link: "/license"