forked from absmach/supermq-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (39 loc) · 909 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
42
43
#
# Copyright (c) Mainflux
# SPDX-License-Identifier: Apache-2.0
#
copyright: Copyright (c) Mainflux
repo_url: https://github.com/mainflux/docs
site_description: Mainflux IoT System
site_name: Mainflux
theme: readthedocs
extra:
logo: docs/img/logo.png
author:
github: mainflux/mainflux
twitter: mainflux
markdown_extensions:
- admonition
- toc:
permalink: "#"
nav:
- Overview: index.md
- Architecture: architecture.md
- Getting Started: getting-started.md
- Provision: provision.md
- Messaging: messaging.md
- Storage: storage.md
- LoRa: lora.md
- OPC-UA: opcua.md
- Edge: edge.md
- Security: security.md
- Authentication: authentication.md
- CLI: cli.md
- API: api.md
- GROUPS: groups.md
- Bootstrap: bootstrap.md
- Twins: twins.md
- Tracing: tracing.md
- Developer's Guide: dev-guide.md
- Kubernetes: kubernetes.md
- Benchmark: benchmark.md