File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -136,12 +136,18 @@ $ yarn install
136
136
# For testing the example docs
137
137
$ cd example
138
138
$ yarn install
139
+ ```
140
+
141
+ #### Generate documentations
142
+
143
+ ``` bash
144
+ $ cd example
139
145
140
146
# Generate docs for every renderer
141
147
$ yarn docs:all
142
148
143
- # Generate for a specific renderer
144
- $ yarn docs
149
+ # or one by one
150
+ $ yarn docs # default jsdoc template
145
151
$ yarn docs:docstrap
146
152
$ yarn docs:minami
147
153
$ yarn docs:tui
@@ -160,17 +166,13 @@ you should generate documentation with all renderers:
160
166
161
167
``` bash
162
168
$ cd example
163
- $ yarn install
164
- $ yarn docs
165
- $ yarn docs:docstrap
166
- $ yarn docs:minami
167
- $ yarn docs:tui
168
- $ cd ..
169
+ $ yarn docs:all
169
170
```
170
171
171
172
And then run Cypress:
172
173
173
174
``` bash
175
+ $ cd ..
174
176
$ yarn cypress run
175
177
```
176
178
You can’t perform that action at this time.
0 commit comments