-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmkdocs.yml
60 lines (55 loc) · 1.65 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
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'
- Deployment & Setup: 'deployment.md'
- Concepts:
- Organizations & Projects: 'organizations_projects.md'
- Knowledge Base (KB): 'kb.md'
- Notifications: 'notifications.md'
- Guides:
- Advanced Search: 'guides/advanced_search.md'
- Social Authentication: 'guides/social_auth.md'
- Migrate OpenCVE v1 data: 'guides/migrate_opencve_v1.md'
- SMTP Configuration: 'guides/smtp_configuration.md'
- API:
- Introduction: 'api/index.md'
- /cve: 'api/cve.md'
- /organizations: 'api/organizations.md'
- /products: 'api/products.md'
- /vendors: 'api/vendors.md'
- /weaknesses: 'api/weaknesses.md'
- Troubleshooting: 'troubleshooting.md'
- Old Doc (v1):
- Home: 'v1/index.md'
- Installation:
- Manual: 'v1/installation/manual.md'
- Docker: 'v1/installation/docker.md'
- How it Works: 'v1/how-it-works.md'
- Commands: 'v1/commands.md'
- Admin: 'v1/admin.md'
- Settings: 'v1/settings.md'
- API:
- Introduction: 'v1/api/index.md'
- /account: 'v1/api/account.md'
- /cve: 'v1/api/cve.md'
- /cwe: 'v1/api/cwe.md'
- /vendors: 'v1/api/vendors.md'
- /products: 'v1/api/products.md'
- /reports: 'v1/api/reports.md'
- /alerts: 'v1/api/alerts.md'
- FAQ: 'v1/faq.md'