We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091eddc commit b8e8efeCopy full SHA for b8e8efe
3 files changed
README.md
@@ -1,4 +1,4 @@
1
-<img src="./src/icon.svg" width="100" /><br>
+<img src="./examples/cover.png" width="150" /><br>
2
# Pipelab <br>
3
A plugin that integrate with Pipelab <br>
4
<br>
doc.js
@@ -124,7 +124,6 @@ if (fs.existsSync(exampleFolderPath)) {
124
readme.push(`<img src="./examples/${image}" width="200" />`);
125
}
126
});
127
- readme.push(`</br>`);
128
129
130
@@ -169,8 +168,6 @@ Object.keys(config.Acts).forEach((/** @type {keyof typeof config.Acts} */ key) =
169
168
170
171
172
- console.log('action', action)
173
-
174
if (!action.isDeprecated) {
175
readme.push(
176
`| ${action.listName} | ${action.description} | ${paramString} |`
examples/cover.png
8.01 MB
0 commit comments