Written the Doxy tutorials index screen and added the reference to the Doxy installation tutorial.

This commit is contained in:
Javier Cicchelli 2025-04-10 00:25:01 +02:00
parent fff2be3a50
commit f610fa9a2b

View File

@ -0,0 +1,13 @@
@Tutorials(name: "Doxy tutorials") {
@Intro(title: "Doxy service tutotials") {
These tutorials explains how to install the **Doxy** service, and to use it afterwards; from any command-line
interface, such as the *Terminal* app that is shipped with any version of *MacOS*.
}
@Chapter(name: "Installation") {
This tutorial explains how to install the **Doxy** service into the system from the command-line interface of
choice for the developer.
@TutorialReference(tutorial: "doc:DoxyInstallation")
}
}