Skip to content

Commit be46de2

Browse files
committed
add logo for dark theme
Signed-off-by: Amir Alavi <[email protected]>
1 parent a3a5480 commit be46de2

File tree

6 files changed

+411
-290
lines changed

6 files changed

+411
-290
lines changed

.github/workflows/semantic_pr_title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Pull Request Title
22

33
on:
44
pull_request:
5-
branches: [main, feat/*]
5+
branches: [main, feat/*, fix/*]
66

77
jobs:
88
semantic_pull_request:
47 KB
Loading

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ hide:
77

88
# EmbedIDS: Open Source Intrusion Detection System (IDS) for Embedded Systems
99

10-
![EmbedIDS Logo](assets/images/embedIDS_logo_text.png)
10+
![EmbedIDS Logo](assets/images/embedIDS_logo_text.png#only-light)
11+
![EmbedIDS Logo](assets/images/embedIDS_logo_text.jpeg#only-dark)
1112

1213
**🚀 New to EmbedIDS?**
1314
- **[Quick Start Guide](quickstart.md)** - Get running in 5 minutes

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,13 @@ markdown_extensions:
9595
- toc:
9696
permalink: true
9797
toc_depth: 2
98+
- pymdownx.blocks.caption
9899

99100
plugins:
100101
- search
101102
- mike
102103
- social
104+
- glightbox
103105
- git-revision-date-localized:
104106
enable_creation_date: true
105107
- git-committers:

0 commit comments

Comments
 (0)