-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (50 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
53 lines (50 loc) · 1.31 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
site_name: NSITBIM - dsplus - documentation
site_url: https://nsitbim.gitlab.io/satellites/dsplus/documentations
site_dir: public
nav:
- Introduction: index.md
- Quickstart: quickstart.md
- Configuration:
- config/confFile.md
- config/env.md
- config/git.md
- Tutoriaux:
- Personnalisation:
- tutos/customization/designerIntegration.md
- tutos/customization/automatePlugins.md
- tutos/customization/qualityReport.md
# - tutos/versionTracking.md
- Fonctionalités:
- features/projects.md
- features/list.md
- features/get.md
- features/init.md
- features/status.md
- features/package.md
- features/manifest.md
- features/deploy.md
- features/quality.md
- features/coverage.md
- features/check.md
- features/configure.md
- features/current.md
- features/encrypt.md
- features/properties.md
- features/publish.md
plugins:
- search:
lang:
- en
- fr
theme: material
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true