-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (57 loc) · 1.52 KB
/
mkdocs.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
docs_dir: docs/
# Project information
site_name: Vuls
site_url: https://mainek00n.github.io/vuls2/
site_author: MaineK00n
site_description: "Vuls: VULnerability Scanner"
## Repository
repo_name: MaineK00n/vuls2
repo_url: https://github.com/MaineK00n/vuls2
edit_uri: "blob/nightly/docs/"
# Copyright
copyright: Copyright © 2024 - 2024 MaineK00n
# Configuration
theme:
name: material
custom_dir: docs/overrides
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.footer
- navigation.path
favicon: assets/images/vuls_icon.png
logo: assets/images/vuls_icon.png
icon:
repo: fontawesome/brands/github
edit: material/pencil
# Plugins
plugins:
- search
# Additional configuration
extra:
generator: false
version:
provider: mike
default: latest
social:
- icon: fontawesome/brands/github
name: MaineK00n/vuls2
link: https://github.com/MaineK00n/vuls2
- icon: fontawesome/brands/github
name: MaineK00n/vuls-data-update
link: https://github.com/MaineK00n/vuls-data-update
- icon: fontawesome/brands/x-twitter
name: X/Twitter
link: https://twitter.com/vuls_en
- icon: fontawesome/brands/slack
name: Slack Invite
link: https://join.slack.com/t/vuls-github/shared_invite/zt-1fculjwj4-6nex2JNE7DpOSiKZ1ztDFw
# Page tree
nav:
- Home: index.md
- Getting started: getting-started/getting-started.md