forked from absmach/magistrala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (38 loc) · 872 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
#
# Copyright (c) 2018
# Mainflux
#
# SPDX-License-Identifier: Apache-2.0
#
copyright: Copyright (c) 2015-2019 Mainflux
repo_url: https://github.com/mainflux/mainflux
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: '#'
pages:
- Overview:
- About: index.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Architecture: architecture.md
- Getting Started: getting-started.md
- Provisioning: provisioning.md
- Messaging: messaging.md
- Storage: storage.md
- LoRa: lora.md
- Security:
- Secure commuincation: security.md
- Authentication: authentication.md
- CLI: cli.md
- Bootstrap: bootstrap.md
- Developer's Guide: dev-guide.md
- Load Test: load-test.md