From f610fa9a2bee1407be687205a15d36252f58c13c Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Thu, 10 Apr 2025 00:25:01 +0200 Subject: [PATCH] Written the Doxy tutorials index screen and added the reference to the Doxy installation tutorial. --- App/Catalogs/Doxy.docc/DoxyTutorials.tutorial | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 App/Catalogs/Doxy.docc/DoxyTutorials.tutorial diff --git a/App/Catalogs/Doxy.docc/DoxyTutorials.tutorial b/App/Catalogs/Doxy.docc/DoxyTutorials.tutorial new file mode 100644 index 0000000..850c0f3 --- /dev/null +++ b/App/Catalogs/Doxy.docc/DoxyTutorials.tutorial @@ -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") + } +}