removing deprecated line in yaml (site_favicon) and adding links to the overview page

This commit is contained in:
Allan Bowe 2018-07-09 11:47:03 +02:00
parent f49e5998c0
commit 554d58a5ef
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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'