fix: typos
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m6s

This commit is contained in:
allan
2026-04-04 00:56:10 +01:00
parent ffdbdb869c
commit 3bfd96f431
2 changed files with 9 additions and 8 deletions

View File

@@ -1,19 +1,19 @@
--- ---
layout: article layout: article
title: DC Options title: DC Configuration Options
description: Options in Data Controller are set in the MPE_CONFIG table and apply to all users. 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_title: Data Controller for SAS® Options
og_image: /img/mpe_config.png 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: Currently used scopes include:
* DC * [DC](/dcc-options/#dc-scope)
* DC_CATALOG * [DC_CATALOG](/dcc-options/#dc_catalog-scope)
* DC_EMAIL * [DC_EMAIL](/dcc-options/#dc_email-scope)
## DC Scope ## DC Scope
@@ -92,7 +92,7 @@ Sent when a change is rejected. Available variables:
- FROM_USER: the user who made the rejection - FROM_USER: the user who made the rejection
- REVIEW_REASON_TXT: The text provided by 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: Sent when a change is submitted. Available variables:

View File

@@ -27,6 +27,7 @@ nav:
- MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md - MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md
- MPE_DATASTATUS_OBJ: tables/mpe_datastatus_objs.md - MPE_DATASTATUS_OBJ: tables/mpe_datastatus_objs.md
- MPE_DATASTATUS_TABS: tables/mpe_datastatus_tabs.md - MPE_DATASTATUS_TABS: tables/mpe_datastatus_tabs.md
- MPE_EMAIL: tables/mpe_email.md
- MPE_LOCKANYTABLE: tables/mpe_lockanytable.md - MPE_LOCKANYTABLE: tables/mpe_lockanytable.md
- MPE_REQUESTS: tables/mpe_requests.md - MPE_REQUESTS: tables/mpe_requests.md
- MPE_REVIEW: tables/mpe_review.md - MPE_REVIEW: tables/mpe_review.md