Skip to content

Commit 15aed5a

Browse files
committed
added documentation for index page, also removed the release deploy provider
1 parent d0a7291 commit 15aed5a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ before_deploy:
4545
- ./script/before_deploy.sh
4646

4747
deploy:
48-
- provider: releases
49-
api_key: ${GITHUB_TOKEN}
50-
file_glob: true
51-
file: build/mole_*
52-
skip_cleanup: true
53-
on:
54-
tags: true
55-
5648
- provider: pages
5749
token: ${GITHUB_TOKEN}
5850
edge: false

docs/content/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# MOLE NIDS
22

3-
Mole
3+
Mole IDS is a lightweight Network Intrusion Detection System powered with [Yara](https://virustotal.github.io/yara/).
4+
5+
Mole IDS is a command line tool that is able to capture the network traffic and
6+
analyze it based on Yara rules. The Yara rules used in Mole IDS are barely crafted
7+
for Mole IDS.

0 commit comments

Comments
 (0)