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") + } +}