forked from opencve/opencve-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (35 loc) · 858 Bytes
/
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
site_name: OpenCVE Documentation
repo_name: opencve/opencve-docs
repo_url: https://github.com/opencve/opencve-docs
edit_uri: ""
theme:
logo: images/logo.png
favicon: images/favicon.png
name: 'material'
palette:
accent: blue
extra_css:
- css/extra.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.superfences
nav:
- Home: 'index.md'
- Installation:
- Manual: 'installation/manual.md'
- Docker: 'installation/docker.md'
- How it Works: 'how-it-works.md'
- Commands: 'commands.md'
- Admin: 'admin.md'
- Settings: 'settings.md'
- API:
- Introduction: 'api/index.md'
- /account: 'api/account.md'
- /cve: 'api/cve.md'
- /cwe: 'api/cwe.md'
- /vendors: 'api/vendors.md'
- /products: 'api/products.md'
- /reports: 'api/reports.md'
- /alerts: 'api/alerts.md'
- FAQ: 'faq.md'