From c8e911640e883ab0cafb111764fbd8c8ab063d50 Mon Sep 17 00:00:00 2001 From: SkylarHew Date: Thu, 20 Jan 2022 11:42:19 -0700 Subject: [PATCH] Edited README to include section on Documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 28152e1..1c05a29 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,15 @@ Additionally, Modpol seeks to counteract the tendency for "[implicit feudalism]( It is certainly possible to use Modpol to replicate practices of implicit feudalism, such as all-powerful admins, but doing so requires extra work to overcome these defaults. +## Documentation (LDoc) + +Documentation was generated using LDoc. To generate basic documentation for every page, use the following command. + +``` +/modpol/documentation$ ldoc .. +``` + +This will not generate the same index page and sidebar as the documentation provided. ## Credits