From fd4af50b5af03983a82efd05ba1cc1228184d061 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Mon, 4 Jul 2022 17:13:10 +0200 Subject: [PATCH] Improve modules section of docs index a bit --- docs/index.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/index.md b/docs/index.md index 20dea1a6d..ae75db85e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,16 +23,13 @@ SimpleSAMLphp Documentation * [Holder-of-Key profile](simplesamlphp-hok-idp) * Further topics * [Maintenance and configuration](simplesamlphp-maintenance) - covers session handling, php configuration etc. - * [Automated Metadata Management](./metarefresh:simplesamlphp-automated_metadata) + * [Automated Metadata Management](/docs/contrib_modules/metarefresh/simplesamlphp-automated_metadata) * [Key rollover](./saml:keyrollover) * [Authentication Processing Filters](simplesamlphp-authproc) - attribute filtering, attribute mapping, consent, group generation etc. * [State Information Lost](simplesamlphp-nostate) - more about this common error message * [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc. * SimpleSAMLphp Modules - * Documentation for specific modules: - * [Consent module](./consent:consent) - * [Installing and configuring the consentAdmin module](./consentAdmin:consentAdmin) - * [Authorization](./authorize:authorize) - * [autotest Module](https://github.com/simplesamlphp/simplesamlphp-module-autotest/blob/v1.0/README.md) - * [Storing sessions in Riak](./riak:simplesamlphp-riak) - * [Statistics](./statistics:statistics) + * [Documentation for specific modules](/docs/contributed_modules.html) + * [Theming SimpleSAMLphp](simplesamlphp-theming) + * [Creating authentication sources](./simplesamlphp-authsource) + * [Create your own customized modules](simplesamlphp-modules) -- GitLab