From f49e5998c02e4059dccf4ffc1a7071f94fbca2b3 Mon Sep 17 00:00:00 2001 From: Allan Bowe <> Date: Mon, 9 Jul 2018 08:54:01 +0200 Subject: [PATCH] fixed typos and added favicon line --- docs/dc-overview.md | 2 +- docs/index.md | 2 -- mkdocs.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/dc-overview.md b/docs/dc-overview.md index ab2c952..b6aeef3 100644 --- a/docs/dc-overview.md +++ b/docs/dc-overview.md @@ -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. diff --git a/docs/index.md b/docs/index.md index 75e85dc..8d2f1bf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,8 +6,6 @@ The Data Controller for SASĀ® enables users to self serve their data changes, an -For full documentation visit [mkdocs.org](http://mkdocs.org). - ## Documents The following documents are available on this site: diff --git a/mkdocs.yml b/mkdocs.yml index c257987..8d5e4e9 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'