removing deprecated line in yaml (site_favicon) and adding links to the overview page
This commit is contained in:
parent
f49e5998c0
commit
554d58a5ef
@ -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).
|
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.
|
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.
|
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.
|
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 to the Data Controller, and to configure the security settings (at metadata group level) as required.
|
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.
|
||||||
|
@ -19,7 +19,7 @@ markdown_extensions:
|
|||||||
- fontawesome_markdown
|
- fontawesome_markdown
|
||||||
|
|
||||||
extra_css: ['font-awesome.css']
|
extra_css: ['font-awesome.css']
|
||||||
site_favicon: img/favicon.ico
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
logo: 'img/favicon.ico'
|
logo: 'img/favicon.ico'
|
||||||
|
Loading…
Reference in New Issue
Block a user