-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (21 loc) · 719 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (21 loc) · 719 Bytes
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
site_name: Modbus Simulator CLI
site_url: https://wp-net.github.io/ModbusSimulatorCLI/
site_author: Paulo Balbino
site_description: >-
Modbus TCP Server with advanced simulation
# Repository
repo_name: paulorb/modbus-simulator-cli
repo_url: https://github.com/paulorb/modbus-simulator-cli
edit_uri: ""
# Copyright
copyright: Copyright © 2023 - 2024 Paulo Balbino
# Page tree
nav:
- Getting started:
- Overview: index.md
- Quick start: getting-started/quick-start.md
- Operations: getting-started/operations.md
- Input parameters: getting-started/input-parameters.md
- License: getting-started/license.md
- Contributing: getting-started/contributing.md
theme: readthedocs