diff --git a/docs/dcc-tables.md b/docs/dcc-tables.md index 0bb6182..8eb92d9 100644 --- a/docs/dcc-tables.md +++ b/docs/dcc-tables.md @@ -6,6 +6,8 @@ Adding tables to the Data Controller is a matter of configuration, specifically !!! note In order to surface the table to users, appropriate groups should be configured as per [security](dcc-security.md) settings. +![screenshot](img/configtable.png) + ## Details Each table to be edited in the Data Controller is represented by one record in `DATACTRL.MPE_TABLES`. The fields should be populated as follows: diff --git a/docs/img/configtable.png b/docs/img/configtable.png new file mode 100644 index 0000000..7a4449e Binary files /dev/null and b/docs/img/configtable.png differ diff --git a/mkdocs.yml b/mkdocs.yml index d9bec57..be6f48c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,8 +5,9 @@ pages: - DC Overview: dc-overview.md - DC User Guide: dc-userguide.md - Configuring Data Controller: - - Security: dcc-security.md - Adding Tables: dcc-tables.md + - Security: dcc-security.md + markdown_extensions: - admonition