From 3bfd96f431132c0201a690786e3716b6b74197d4 Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 4 Apr 2026 00:56:10 +0100 Subject: [PATCH] fix: typos --- docs/dcc-options.md | 16 ++++++++-------- mkdocs.yml | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/dcc-options.md b/docs/dcc-options.md index e1ae088..4f7e9d3 100644 --- a/docs/dcc-options.md +++ b/docs/dcc-options.md @@ -1,19 +1,19 @@ --- layout: article -title: DC Options -description: Options in Data Controller are set in the MPE_CONFIG table and apply to all users. +title: DC Configuration Options +description: Configuration Options in Data Controller are set in the MPE_CONFIG table and apply to all users. og_title: Data Controller for SASĀ® Options og_image: /img/mpe_config.png --- -# Data Controller for SASĀ® - Options +# Configuration Options -The [MPE_CONFIG](/tables/mpe_config/) table provides a number of system options, which apply to all users. The table may be re-purposed for other applications, so long as scopes beginning with "DC_" are avoided. +The [MPE_CONFIG](/tables/mpe_config/) table provides a number of system configuration options, which apply to all users. The table may be re-purposed for other applications, so long as scopes beginning with "DC_" are avoided. Currently used scopes include: -* DC -* DC_CATALOG -* DC_EMAIL +* [DC](/dcc-options/#dc-scope) +* [DC_CATALOG](/dcc-options/#dc_catalog-scope) +* [DC_EMAIL](/dcc-options/#dc_email-scope) ## DC Scope @@ -92,7 +92,7 @@ Sent when a change is rejected. Available variables: - FROM_USER: the user who made the rejection - REVIEW_REASON_TXT: The text provided by the user who made the rejection - ### SUBMITTED_TEMPLATE +### SUBMITTED_TEMPLATE Sent when a change is submitted. Available variables: diff --git a/mkdocs.yml b/mkdocs.yml index 5983f3d..af7458f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,6 +27,7 @@ nav: - MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md - MPE_DATASTATUS_OBJ: tables/mpe_datastatus_objs.md - MPE_DATASTATUS_TABS: tables/mpe_datastatus_tabs.md + - MPE_EMAIL: tables/mpe_email.md - MPE_LOCKANYTABLE: tables/mpe_lockanytable.md - MPE_REQUESTS: tables/mpe_requests.md - MPE_REVIEW: tables/mpe_review.md