Skip to content

Commit b8e8efe

Browse files
committed
docs: update README image and remove deprecated elements
1 parent 091eddc commit b8e8efe

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="./src/icon.svg" width="100" /><br>
1+
<img src="./examples/cover.png" width="150" /><br>
22
# Pipelab <br>
33
A plugin that integrate with Pipelab <br>
44
<br>

doc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ if (fs.existsSync(exampleFolderPath)) {
124124
readme.push(`<img src="./examples/${image}" width="200" />`);
125125
}
126126
});
127-
readme.push(`</br>`);
128127
});
129128
}
130129

@@ -169,8 +168,6 @@ Object.keys(config.Acts).forEach((/** @type {keyof typeof config.Acts} */ key) =
169168
});
170169
}
171170

172-
console.log('action', action)
173-
174171
if (!action.isDeprecated) {
175172
readme.push(
176173
`| ${action.listName} | ${action.description} | ${paramString} |`

examples/cover.png

8.01 MB
Loading

0 commit comments

Comments
 (0)