forked from FeeiCN/Cobra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 886 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (34 loc) · 886 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
34
site_name: Cobra
repo_url: https://github.com/wufeifei/cobra
site_description: Cobra is a static code security analyzed system
site_author: Feei
site_favicon: favicon.ico
copyright: Copyright (c) 2017 Feei. All rights reserved
theme: readthedocs
pages:
- Home: 'index.md'
- Getting Started:
- Introduction: 'introduction.md'
- Installation: 'installation.md'
- Configuration: 'configuration.md'
- Usage:
- GUI: 'GUI.md'
- CLI: 'CLI.md'
- API: 'API.md'
- Structure:
- Architecture: 'architecture.md'
- Tables: 'tables.md'
- Resources:
- Rule List: 'rule_list.md'
- Vulnerabilities: 'vulnerabilities.md'
- Languages: 'languages.md'
- Modules:
- Rule: 'rule.md'
- Detection URI: 'detection_uri.md'
- Scheduler: 'scheduler.md'
- FAQ:
- FAQ: 'FAQ.md'
- Exception: 'exception.md'
- Reference:
- Rule Source: 'rule_source.md'
- Third Party: 'THIRD-PARTY.md'