From fe2c080d9c7aba6bf3afbc2e2cdb1d18fd878578 Mon Sep 17 00:00:00 2001 From: W1W1-M Date: Mon, 6 Dec 2021 20:00:22 +0100 Subject: [PATCH] Update documentation --- .../Documentation.docc/Documentation.md | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Sources/PackAPrefPane/Documentation.docc/Documentation.md b/Sources/PackAPrefPane/Documentation.docc/Documentation.md index 6d8d660..47b98f8 100644 --- a/Sources/PackAPrefPane/Documentation.docc/Documentation.md +++ b/Sources/PackAPrefPane/Documentation.docc/Documentation.md @@ -12,4 +12,28 @@ PackAPrefPane lets developers quickly implement a settings sheet for their apps. ## Topics -- ``Symbol`` +### Essentials + +- ``PackAPrefPane/PackAPrefPane`` +- ``PrefPaneData`` + +### Help Section + +- ``Help`` +- ``HelpSectionData`` +- ``FrequentlyAskedQuestions`` + +### About Section + +- ``About`` +- ``AboutSectionData`` +- ``ThirdPartyCode`` + +### Legal Section + +- ``Legal`` +- ``LegalSectionData`` + +### Helper class + +- ``PrefPaneHelper``