Skip to content

Commit 132c8df

Browse files
author
Guillaume Chau
committed
docs(ui): image position
1 parent d861575 commit 132c8df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/plugin-dev-ui.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ module.exports = api => {
6262

6363
### Project configurations
6464

65-
You can add a project configuration with the `api.describeConfig` method.
66-
6765
![Configuration ui](./config-ui.png)
6866

67+
You can add a project configuration with the `api.describeConfig` method.
68+
6969
First you need to pass some informations:
7070

7171
```js
@@ -187,10 +187,10 @@ onWrite API:
187187

188188
### Project tasks
189189

190-
Tasks are generated from the `scripts` field in the project `package.json` file.
191-
192190
![Tasks ui](./tasks-ui.png)
193191

192+
Tasks are generated from the `scripts` field in the project `package.json` file.
193+
194194
You can 'augment' the tasks with additional info and hooks thanks to the `api.describeTask` method:
195195

196196
```js

0 commit comments

Comments
 (0)