fixed typos and added favicon line

This commit is contained in:
Allan Bowe 2018-07-09 08:54:01 +02:00
parent b505beb00a
commit f49e5998c0
3 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## What does the Data Controller do?
The Data Controller for SAS allows users to add, modify data. All changes are staged and approved before being applied to the target table. The review process, as well as using generic and repeatable code to perform updates, works to ensure data integrity.
The Data Controller for SAS allows users to add, modify, and delete data. All changes are staged and approved before being applied to the target table. The review process, as well as using generic and repeatable code to perform updates, works to ensure data integrity.
## What is a Target Table?
A Target Table is a physical table, such as a SAS dataset or a Table in a database. The attributes of this table (eg Primary Key, loadtype, library, SCD variables etc) will have been predefined by your administrator so that you can change the data in that table safely and easily.

View File

@ -6,8 +6,6 @@ The Data Controller for SAS® enables users to self serve their data changes, an
<iframe src="https://player.vimeo.com/video/277472582" width="640" height="360" frameborder="0" allowfullscreen></iframe>
For full documentation visit [mkdocs.org](http://mkdocs.org).
## Documents
The following documents are available on this site:

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'