1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-11 19:29:16 +08:00
Mainflux.mainflux/mkdocs.yml
Drasko DRASKOVIC 312d30fd69
NOISSUE - Add Development Guide doc (#351)
* NOISSUE - Add Development Guide doc

Signed-off-by: drasko <drasko.draskovic@gmail.com>

* Add MQTT info

Signed-off-by: drasko <drasko.draskovic@gmail.com>

* Fix typos

Signed-off-by: drasko <drasko.draskovic@gmail.com>
2018-08-16 19:44:11 +02:00

34 lines
641 B
YAML

#
# Copyright (c) 2018
# Mainflux
#
# SPDX-License-Identifier: Apache-2.0
#
copyright: Copyright (c) 2015-2018 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
- Developer Guide: dev-guide.md
- Load Test: load-test.md