diff --git a/docs/dc-overview.md b/docs/dc-overview.md index b6aeef3..893495c 100644 --- a/docs/dc-overview.md +++ b/docs/dc-overview.md @@ -41,5 +41,5 @@ There are 5 roles identified for users of the Data Controller: 1. *Viewer*. A viewer uses the Data Controller as a means to explore data without risk of locking datasets. By using the Data Controller to view data, it also becomes possible to 'link' to data (share a url to share a table with a colleague, for instance). 2. *Editor*. An editor makes changes to data in a table (add, modify, delete) and submits those changes to the approver(s) for acceptance. 3. *Approver*. An approver accepts / rejects proposed changes to data under their control. If accepted, the change is applied to the target table. -4. *Auditor*. An auditor has the ability to review the history of changes to a particular table. -5. *Administrator*. An administrator has the ability to add new tables to the Data Controller, and to configure the security settings (at metadata group level) as required. +4. *Auditor*. An auditor has the ability to review the [history](dc-userguide.md#history) of changes to a particular table. +5. *Administrator*. An administrator has the ability to add new [tables](dcc-tables.md) to the Data Controller, and to configure the security settings (at metadata group level) as required. diff --git a/mkdocs.yml b/mkdocs.yml index 8d5e4e9..c257987 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,7 +19,7 @@ markdown_extensions: - fontawesome_markdown extra_css: ['font-awesome.css'] -site_favicon: img/favicon.ico + theme: name: material logo: 'img/favicon.ico'