mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-04 22:17:59 +08:00

* MF-890 - Add OPC-UA docs Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add opcua.md in mkdocs.yml Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix reviews Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
42 lines
897 B
YAML
42 lines
897 B
YAML
#
|
|
# Copyright (c) Mainflux
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
copyright: Copyright (c) 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
|
|
- OPC-UA: opcua.md
|
|
- Security: security.md
|
|
- Authentication: authentication.md
|
|
- CLI: cli.md
|
|
- Bootstrap: bootstrap.md
|
|
- Tracing: tracing.md
|
|
- Developer's Guide: dev-guide.md
|
|
- Load Test: load-test.md
|