Skip to content

Commit f61200d

Browse files
authored
replace logo by svg (#441)
1 parent 4b5a99a commit f61200d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img height="200" src="https://github.com/CompassSecurity/pipeleek/blob/main/docs/logo.png?raw=true">
2+
<img height="200" src="https://raw.githubusercontent.com/CompassSecurity/pipeleek/refs/heads/main/docs/pipeleek-anim.svg">
33
</p>
44

55
![GitHub Release](https://img.shields.io/github/v/release/CompassSecurity/pipeleek)

docs/logo.png

-48.6 KB
Binary file not shown.

pkg/docs/generator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func writeMkdocsYaml(rootCmd *cobra.Command, outputDir string, githubPages bool)
188188
return err
189189
}
190190

191-
assetFiles := []string{"logo.png", "favicon.ico", "social.png", "pipeleek.svg", "pipeleek-anim.svg"}
191+
assetFiles := []string{"favicon.ico", "social.png", "pipeleek.svg", "pipeleek-anim.svg"}
192192
for _, fname := range assetFiles {
193193
src := filepath.Join("docs", fname)
194194
dst := filepath.Join(assetsDir, fname)
@@ -216,7 +216,7 @@ func writeMkdocsYaml(rootCmd *cobra.Command, outputDir string, githubPages bool)
216216
"theme": map[string]interface{}{
217217
"name": "material",
218218
"custom_dir": "pipeleek/overrides",
219-
"logo": "assets/logo.png",
219+
"logo": "assets/pipeleek.svg",
220220
"favicon": "assets/favicon.ico",
221221
"palette": []map[string]interface{}{
222222
{

0 commit comments

Comments
 (0)