We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d861575 commit 132c8dfCopy full SHA for 132c8df
docs/plugin-dev-ui.md
@@ -62,10 +62,10 @@ module.exports = api => {
62
63
### Project configurations
64
65
-You can add a project configuration with the `api.describeConfig` method.
66
-
67

68
+You can add a project configuration with the `api.describeConfig` method.
+
69
First you need to pass some informations:
70
71
```js
@@ -187,10 +187,10 @@ onWrite API:
187
188
### Project tasks
189
190
-Tasks are generated from the `scripts` field in the project `package.json` file.
191
192

193
+Tasks are generated from the `scripts` field in the project `package.json` file.
194
You can 'augment' the tasks with additional info and hooks thanks to the `api.describeTask` method:
195
196
0 commit comments