-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit 8bb295c
tool3sy-recordsjamesgeorge007
authoredfeat: support docsify init --plugins (#99)
* feat: adding plugins support
* fix: fixing url
* fix: removing temp docs
* docs: adding documentation for init --plugins
* fix: removing unused files
* fix: removing .nojekyll top-level
* chore: adding tests
* fix: fixing docs links
* refactor: cleaner matchSnapshot
* fix: removing redundant spread
* fix(init): adding jsdelivr and major version to plugins init
* fix(e2e): recreating index snap with latest docsify version
* Update docs/README.md
Co-authored-by: 沈唁 <52o@qq52o.cn>
* Update README.md
Co-authored-by: 沈唁 <52o@qq52o.cn>
* Update lib/template/index.html
Co-authored-by: 沈唁 <52o@qq52o.cn>
* Update lib/commands/init.js
Co-authored-by: 沈唁 <52o@qq52o.cn>
* chore: Optimize code to ensure equal indentation
* chore: update snap
* chore: update snap
* chore: update zh.json
* fix: the exception caused by the plugin name being a number
#99 (comment)
* Use MultiSelect
* Update README
* Update lib/commands/init.js
Co-authored-by: James George <jamesgeorge998001@gmail.com>
* Update msg
* Fix missing msg
* refactor: simplify code with async/await
* chore: handle user interruptions
* Update README
Co-authored-by: 沈唁 <52o@qq52o.cn>
Co-authored-by: James George <jamesgeorge998001@gmail.com>1 parent 2728725 commit 8bb295c
7 files changed
+108
-31
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | - | ||
53 | + | ||
54 | 54 |
| |
55 | - | ||
55 | + | ||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
70 | 75 |
| |
71 | 76 |
| |
72 | 77 |
| |
| |||
106 | 111 |
| |
107 | 112 |
| |
108 | 113 |
| |
109 | - | ||
110 | 114 |
| |
111 | 115 |
| |
112 | 116 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
38 | + | ||
39 | 39 |
| |
40 | - | ||
40 | + | ||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
44 | 52 |
| |
45 | 53 |
| |
46 | - | ||
54 | + | ||
47 | 55 |
| |
48 | 56 |
| |
49 | 57 |
| |
|
Lines changed: 79 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | + | ||
6 | 7 |
| |
7 | - | ||
8 | + | ||
8 | 9 |
| |
10 | + | ||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
15 | - | ||
17 | + | ||
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
| |||
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
43 | 39 |
| |
44 | - | ||
45 | - | ||
46 | - | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
47 | 48 |
| |
48 | 49 |
| |
49 | - | ||
50 | + | ||
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
53 | - | ||
54 | + | ||
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
| |||
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
98 | 155 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | + | ||
21 | 22 |
| |
22 | 23 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | - | ||
13 | - | ||
13 | + | ||
14 | + | ||
14 | 15 |
| |
15 | - | ||
16 | + | ||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
|
0 commit comments