Skip to content

Commit af353fd

Browse files
authored
Merge pull request #4124 from grandixximo/docs/complete-toc-master-includes
docs: add four orphan pages to the master books
2 parents 91e27c6 + 8838b92 commit af353fd

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/po4a.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
[type: AsciiDoc_def] src/drivers/hostmot2.adoc $lang:build/adoc/$lang/drivers/hostmot2.adoc
6363
[type: AsciiDoc_def] src/drivers/hal_gpio.adoc $lang:build/adoc/$lang/drivers/hal_gpio.adoc
6464
[type: AsciiDoc_def] src/drivers/mb2hal.adoc $lang:build/adoc/$lang/drivers/mb2hal.adoc
65+
[type: AsciiDoc_def] src/drivers/mesa_modbus.adoc $lang:build/adoc/$lang/drivers/mesa_modbus.adoc
6566
[type: AsciiDoc_def] src/drivers/mitsub-vfd.adoc $lang:build/adoc/$lang/drivers/mitsub-vfd.adoc
6667
[type: AsciiDoc_def] src/drivers/motenc.adoc $lang:build/adoc/$lang/drivers/motenc.adoc
6768
[type: AsciiDoc_def] src/drivers/opto22.adoc $lang:build/adoc/$lang/drivers/opto22.adoc

docs/src/Master_Developer.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ include::code/adding-configs.adoc[]
2929

3030
include::code/contributing-to-linuxcnc.adoc[]
3131

32+
include::code/writing-tests.adoc[]
33+
3234
include::common/glossary.adoc[]
3335

3436
include::common/gpld-copyright.adoc[]

docs/src/Master_Documentation.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ include::getting-started/about-linuxcnc.adoc[]
1717

1818
include::getting-started/system-requirements.adoc[]
1919

20+
include::getting-started/hardware-interface.adoc[]
21+
2022
include::getting-started/getting-linuxcnc.adoc[]
2123

2224
include::getting-started/running-linuxcnc.adoc[]
@@ -133,6 +135,8 @@ include::drivers/hostmot2.adoc[]
133135

134136
include::drivers/mb2hal.adoc[]
135137

138+
include::drivers/mesa_modbus.adoc[]
139+
136140
include::drivers/mitsub-vfd.adoc[]
137141

138142
include::drivers/motenc.adoc[]
@@ -267,6 +271,8 @@ include::gui/gladevcp.adoc[]
267271

268272
include::gui/gladevcp-libraries.adoc[]
269273

274+
include::gui/gladevcp-panels.adoc[]
275+
270276
include::gui/qtvcp.adoc[]
271277

272278
include::gui/qtvcp-vcp-panels.adoc[]

docs/src/getting-started/hardware-interface.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Expatria Technologies PicoBOB-DLX was designed for LinuxCNC Remora.
7474
Remora docs: https://remora-docs.readthedocs.io
7575

7676
As of March 2024:
77-
```
77+
78+
----
7879
STM32 based controller boards
7980
8081
NVEM - an STM32F207 based board with Ethernet PHY chip, originally intended for Mach3. [No longer in production, Legacy Support - no new features]
@@ -92,7 +93,7 @@ RP2040 based controller boards
9293
WIZnet W5500-EVB-Pico - Raspberry Pi RP2040 based development board with on-board W5500 Ethernet SPI adapter
9394
9495
Expatria Technologies PicoBOB-DLX - Raspberry Pi RP2040 based board with on-board W5500 Ethernet SPI adapter designed for Remora
95-
```
96+
----
9697

9798
=== Litex-CNC
9899
This project aims to make a generic CNC firmware and driver for FPGA cards which are supported by LiteX. Configuration of the board and driver is done using json-files. The supported boards are the Colorlight boards 5A-75B and 5A-75E, as these are fully supported with the open source toolchain.

0 commit comments

Comments
 (0)