Initial commit
Some checks failed
Gradle Build / build (push) Has been cancelled

This commit is contained in:
CaiXiang
2024-11-30 18:36:13 +08:00
commit aa56926258
2134 changed files with 232943 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: CC-BY-4.0
= openTCS: Developer's Guide
The openTCS developers
:doctype: book
:toc: left
:toclevels: 3
:sectnums: all
:sectnumlevels: 6
:imagesdir: images
:icons: font
:source-highlighter: coderay
:coderay-linenums-mode: table
:last-update-label!:
:experimental:
ifdef::backend-pdf[:imagesdir: {imagesoutdir}]
ifdef::backend-html5[:imagesdir: images]
include::01_general-development.adoc[]
include::02_kernel-api.adoc[]
include::03_generate-integration-project.adoc[]
include::04_extending-kernel.adoc[]
include::05_extending-control-center.adoc[]
include::06_extending-model-editor-and-operations-desk.adoc[]
include::07_supplement-configuration.adoc[]
include::08_translating.adoc[]