-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
54 lines (52 loc) · 1.81 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
site_name: CLARIN ERIC Software Development Handbook
site_author: CLARIN ERIC developers
site_url: https://clarin-eric.github.io/handbook-development
repo_url: https://github.com/clarin-eric/handbook-development
edit_uri: edit/main/docs/
theme:
name: material
language: en
features:
- navigation.instant
- navigation.sections
- navigation.expand
- navigation.footer
- content.action.view
- content.action.edit
plugins:
- search
markdown_extensions:
- footnotes
- tables
extra:
social:
- icon: fontawesome/solid/globe
link: https://www.clarin.eu
- icon: fontawesome/brands/github
link: https://github.com/clarin-eric
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/CLARIN-ERIC
extra_css:
- stylesheets/clarin-colours.css
nav:
- 'Home': index.md
- 'General guidelines':
- 'Documentation': general-guidelines/documentation.md
- 'Logging': general-guidelines/logging.md
- 'API development': general-guidelines/api.md
- 'Testing': general-guidelines/testing.md
- 'Code lifecycle': general-guidelines/code-lifecycle.md
- 'Security': general-guidelines/security.md
- 'Maintenance': general-guidelines/maintenance.md
- 'Code licencing': general-guidelines/code-licencing.md
- 'Privacy & data protection': general-guidelines/privacy-data-protection.md
- 'Stacks':
- 'Java': stack/java.md
- 'Bash': stack/bash.md
- 'Docker': stack/docker.md
- 'Python': stack/python.md
- 'Javascript': stack/javascript.md
- 'Interoperability and portability':
- 'Authentication mechanisms': interoperability-and-portability/authentication-mechanisms.md
- 'Configuration': interoperability-and-portability/configuration.md
- 'Localisation and internationaliszation': interoperability-and-portability/localisation.md