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
package/template/package.json
CHANGED
|
@@ -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/
|
|
78
|
+
url: "https://github.com/shenjianZ/React-docs-ui"
|
|
79
79
|
branch: "master"
|
|
80
|
-
lastUpdated: "
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
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
|
-
|
|
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: "©
|
|
76
|
+
copyright: "© 2025 React Docs UI. All rights reserved."
|
|
77
77
|
repository:
|
|
78
|
-
url: "https://github.com/
|
|
78
|
+
url: "https://github.com/shenjianZ/React-docs-ui"
|
|
79
79
|
branch: "master"
|
|
80
|
-
lastUpdated: "
|
|
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/
|
|
114
|
+
link: "https://github.com/shenjianZ/React-docs-ui"
|
|
86
115
|
external: true
|
|
87
116
|
- title: "License"
|
|
88
117
|
link: "/license"
|