-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (28 loc) · 732 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (28 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
site_name: DDOS Detection Project
site_description: A machine learning project for detecting DDOS attacks.
repo_url: https://github.com/OkeyAmy/network-traffic-project
theme:
name: material
language: en
palette:
- scheme: default
primary: white
font:
text: "Work Sans"
code: "Space Mono"
features:
- navigation.instant
- toc.integrate
nav:
- Home: index.md
- Frontend: webpage.html
extra_css:
- css/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/OkeyAmy
- icon: fontawesome/brands/twitter
link: https://x.# com/okey_amy
copyright: |
© 2024 <a href="https://github.com/OkeyAmy" target="_blank" rel="noopener">Okeoma</a>