Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/semantic_pr_title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check Pull Request Title

on:
pull_request:
branches: [main, feat/*]
branches: [main, feat/*, fix/*]

jobs:
semantic_pull_request:
Expand Down
Binary file added docs/assets/images/embedIDS_logo_text.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ hide:

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

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

**🚀 New to EmbedIDS?**
- **[Quick Start Guide](quickstart.md)** - Get running in 5 minutes
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ markdown_extensions:
- toc:
permalink: true
toc_depth: 2
- pymdownx.blocks.caption

plugins:
- search
- mike
- social
- glightbox
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
Expand Down
Loading