-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathmkdocs.yml
More file actions
89 lines (79 loc) · 1.63 KB
/
mkdocs.yml
File metadata and controls
89 lines (79 loc) · 1.63 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
docs_dir: docs
# Project information
site_name: Mercator
site_description: Mapping the Information System !
site_url: https://dbarzin.githubs.io/mercator/
# Repository
repo_url: https://github.com/dbarzin/mercator
edit_uri: edit/master/docs
# Copyright
copyright: Copyright <a href="https://www.gnu.org/licenses/licenses.en.html">GPL</a>.
theme:
name: material
language: en
features:
- navigation.sections
- navigation.expand
- navigation.top
#- toc.integrate
- content.code.copy
- content.action.edit
- content.action.view
- palette.toggle
palette:
- scheme: default
primary: blue
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- css/overrides.css
extra:
generator: false
plugins:
- search
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- locale: en
default: true
name: English
build: true
- locale: fr
name: Français
build: true
reconfigure_material: true
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: true
toc_depth: 3
- pymdownx.highlight
- pymdownx.superfences
nav:
- index.md
- application.md
- cartography.md
- maturity.md
- bpmn.md
- queries.md
- features.md
- reports.md
- vulnerabilities.md
- usecases.md
- model.md
- import.md
- api.md
- apifilters.md
- admin.md
- config.md
- references.md