-
Notifications
You must be signed in to change notification settings - Fork 38
/
mkdocs.yml
81 lines (75 loc) · 2.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Eclipse BlueChi™
repo_url: https://github.com/eclipse-bluechi/bluechi
repo_name: bluechi
edit_uri: blob/main/doc/docs/
copyright: Copyright Contributors to the Eclipse BlueChi project
nav:
- Home: index.md
- Architecture: architecture.md
- Getting Started:
- Installation: getting_started/installation.md
- Single Node Setup: getting_started/single_node.md
- Multi-Node Setup: getting_started/multi_node.md
- Using bluechictl: getting_started/examples_bluechictl.md
- Cross-node dependencies: getting_started/cross_node_dependencies.md
- BlueChi's API:
- Description: api/description.md
- Using the D-Bus API: api/examples.md
- Generating clients: api/client_generation.md
- Monitoring:
- monitoring/index.md
- Peer Listener: monitoring/peers.md
- Cross-Node Dependencies:
- cross_node_dependencies/index.md
- Proxy Services: cross_node_dependencies/proxy_services.md
- Using Proxy Services: cross_node_dependencies/usage.md
- Security:
- security/index.md
- Securing connection with mTLS: security/securing_multi_node.md
- SELinux: security/selinux.md
- Tooling:
- Ansible: tools/ansible.md
- bluechi-is-online: tools/bluechi-is-online.md
- Configuration: configuration.md
- MAN Pages:
- Binaries:
- bluechi-controller(1): man/bluechi-controller.md
- bluechi-agent(1): man/bluechi-agent.md
- bluechi-proxy(1): man/bluechi-proxy.md
- bluechictl(1): man/bluechictl.md
- bluechi-is-online(1): man/bluechi-is-online.md
- Configuration:
- bluechi-controller.conf(5): man/bluechi-controller-conf.md
- bluechi-agent.conf(5): man/bluechi-agent-conf.md
- SELinux:
- bluechi-controller.selinux(8): man/bluechi-controller-selinux.md
- bluechi-agent.selinux(8): man/bluechi-agent-selinux.md
- Additional Resources: resources.md
theme:
name: material
features:
- content.code.copy
- navigation.indexes
custom_dir: overrides
extra:
social:
- icon: fontawesome/regular/envelope
link: https://accounts.eclipse.org/mailing-list/bluechi-dev
name: Developer mailing list
- icon: fontawesome/brands/github
link: https://github.com/eclipse-bluechi/bluechi
name: GitHub
extra_javascript:
- assets/js/tab-sync.js
markdown_extensions:
- toc:
permalink: True
- sane_lists
- smarty
- admonition
- pymdownx.snippets:
base_path: ["doc"]
check_paths: True
- pymdownx.superfences:
- pymdownx.tabbed:
alternate_style: true