-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
16 lines (14 loc) · 933 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[book]
title = "A Guide to TwinCAT ADS in .NET with Dynamic Value Manipulation"
description = "A technical guide to navigating TwinCAT ADS with C#/.NET, focusing on dynamic marshalling and addressing critical knowledge gaps in Beckhoff's documentation. This book explores accessing, manipulating, and interacting with TwinCAT PLC data, enabling robust and efficient development with ADS in .NET."
authors = ["Goodwill Mzumala"]
language = "en"
multilingual = false
src = "src/book" # the directory of the source files
[build]
build-dir = "build/book" # the directory where the output is placed
create-missing = true # whether or not to create missing pages
[output.html]
git-repository-url = "https://github.com/fisothemes/TwinCAT-ADS-Guide-in-.NET"
edit-url-template = "https://github.com/fisothemes/TwinCAT-ADS-Guide-in-.NET/tree/master/{path}"
cname = "https://fisothemes.github.io/TwinCAT-ADS-Guide-in-.NET/"