-
-
Notifications
You must be signed in to change notification settings - Fork 376
/
mkdocs.yml
41 lines (34 loc) · 945 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
41
site_name: OWASP API Security Top 10
site_description: The Ten Most Critical API Security Risks
site_author: OWASP API Security Project team
site_url: https://owasp.org/API-Security/
copyright: '© Copyright 2023 - OWASP API Security Project team'
repo_name: 'OWASP/API-Security'
repo_url: 'https://github.com/OWASP/API-Security'
theme:
name: material
custom_dir: docs/overrides
language: en
favicon: assets/images/favicon.png
logo: assets/images/icon.png
features:
- navigation.tabs
- navigation.indexes
- navigation.footer
- search.suggest
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/APItop10
extra_css:
- assets/stylesheets/extra.css
plugins:
- monorepo
- search:
lang: en
nav:
- Home:
- 'README.md'
- 'How-to Contribute': ./CONTRIBUTING.md
- 2023: '!include ./editions/2023/mkdocs.yml'
- 2019: '!include ./editions/2019/mkdocs.yml'