fix: updates for SEO and new videos page

This commit is contained in:
vrh 2020-08-05 20:13:19 +02:00
parent 1d988416ee
commit 2cbf0b557e
10 changed files with 601 additions and 1460 deletions

View File

@ -1,26 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.1.1"></a>
## [1.1.1](https://github.com/macropeople/dcdocs.github.io/compare/v1.1.0...v1.1.1) (2020-01-25)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/macropeople/dcdocs.github.io/compare/v1.0.0...v1.1.0) (2019-01-26)
### Features
* **git:** adding standard-version ([9433758](https://github.com/macropeople/dcdocs.github.io/commit/9433758))
<a name="1.0.0"></a>
# 1.0.0 (2019-01-26)
### Features
* **build:** new build script" ([bf8eda7](https://github.com/macropeople/dcdocs.github.io/commit/bf8eda7))

View File

@ -28,4 +28,4 @@ mkdocs build --clean
#mkdocs serve
rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io
rsync -avz --exclude .git/ --del -e "ssh -p 722" site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io

View File

@ -28,6 +28,6 @@ Deploy as follows:
It should now be possible to use the application - simply navigate to `YOURSASWEBLOC.domain/yourRoot/datacontroller` and sign in!
The next step is to [configure](dcc-tables.md) the tables.

View File

@ -1,15 +0,0 @@
# Data Controller for SAS® - Frontend Deployment
## Overview
The Data Controller front end comes pre-built, and ready to deploy to the root of the SAS Web Server (mid-tier), typically `htdocs` in SAS 9 or `/var/www/html` on SAS Viya.
## Instructions
1 - Unzip dcfrontend.zip and upload the entire `datacontroller` directory to the static content server.
2 - Open the `index.html` file and update the `appLoc` value to the location of the web services (STPs or JES) as per [backend](dci-backend.md) deployment. Remember to include the trailing slash (`/`).
It should now be possible to use the application - simply navigate to `YO
URSASWEBLOC.domain/yourRoot/datacontroller` and sign in!
The next step is to [configure](dcc-tables.md) the tables.

View File

@ -14,3 +14,7 @@ The following resources contain additional information on the Data Controller:
- Data Controller [LinkedIn](https://www.linkedin.com/company/datacontroller/) page
- Data Controller [website](https://datacontroller.io)
- Data Controller flyer ([front](/marketing/flyer-front.pdf) / [back](/marketing/flyer-back.pdf))
<meta name="title" property="og:title" content="Data Controller Documentation">
<meta property='og:description' content='The Data Controller for SAS® enables users to self serve their data changes, and for data owners to retain control over those updates by reviewing and approving them.'/>

File diff suppressed because it is too large Load Diff

77
docs/videos.md Normal file
View File

@ -0,0 +1,77 @@
---
layout: article
title: Data Controller Videos
description: A collection of videos made in relation to Data Controller. Some of them were recorded on earlier versions, hence the slight UI differences.
---
<!--meta name="description" content="A collection of videos made in relation to Data Controller. Some of them were recorded on earlier versions, hence the slight UI differences. ">
<meta name="title" property="og:title" content="Data Controller Videos"--->
Data Controller Videos
====================
A collection of videos made in relation to Data Controller. Some of them were recorded on earlier versions, hence the slight UI differences.
## Full Table Search
Data Controller for SAS® enables full text search on Global CASLIB tables (and SAS 9 tables too)
<iframe src="https://player.vimeo.com/video/415528925" width="640" height="349" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
## Excel to Viya CAS Table
Loading an Excel file into a 5 million row CASLIB table
<iframe src="https://player.vimeo.com/video/417808409" width="640" height="400" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
## Data Viewer
Data Controller for SAS® isn't just for editing (and approving) data - it can also be used to query and download!
<iframe src="https://player.vimeo.com/video/436451191" width="640" height="357" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
## Data Lineage
Data Lineage is one of the most powerful features of DI Studio generated ETL. This tool queries it and makes a graphical output to help DI Developers, Data Modellers, and Business Analysts understand the data from both Source to Target and Target to Source.
### Table Level
Table level lineage shows tables (colour coded per library) and associated jobs (with links to metadata definitions)
<iframe src="https://player.vimeo.com/video/424504424" width="640" height="400" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
### Column Level
Column level lineage shows the transformations and any business logic applied to each variable during the flow. Data items are distinguished between files, database tables, and SAS datasets.
<iframe src="https://player.vimeo.com/video/383391622" width="640" height="540" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
## Email Alerts
Adding Email Alerts in Data Controller is a case of updating the MPE_ALERTS table (to say which alerts you wish to send) and the MPE_EMAILS table (only if your emails are not stored in metadata)
<iframe src="https://player.vimeo.com/video/343401440" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
## Deploying Data Controller
The SAS 9 evaluation version of the Data Controller comes packaged in a single SPK, which can be deployed in under 30 seconds!
<iframe src="https://player.vimeo.com/video/328175910" width="640" height="332" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
## Uploading a CSV and Downloading Datalines
This video demonstrates 2 features in 30 seconds!
1 - File uploads. Data Controller will let you upload CSVs (using any common separator) to any target table without having to specify variable formats etc in advance. Changes are routed through the usual approval process with audit trail.
2 SAS File downloads. Other than standard CSV / Excel files, it's possible to download a SAS program containing the data in datalines format. This enables SAS developers to easily work with copies of the data, for testing and development purposes.
<iframe src="https://player.vimeo.com/video/329213766" width="640" height="388" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
## Locked Datasets
In unix environments, when attempting to edit a locked table, users are notified with regard to which PID contains the lock.
<iframe src="https://player.vimeo.com/video/293557084" width="640" height="360" frameborder="0" allowfullscreen></iframe>
## Explainer Video
A short explainer video showing the core functionality of the product.
<iframe src="https://player.vimeo.com/video/277472582" width="640" height="360" frameborder="0" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
site_name: Data Controller for SAS® Product Documentation
site_url: https://docs.datacontroller.io
pages:
nav:
- Home: index.md
- User Guide:
- Overview: dc-overview.md
@ -29,14 +29,19 @@ pages:
- Privacy Policy: privacy.md
- Evaluation Licence: evaluation-agreement.md
- Other Licences: licences.md
- Videos: videos.md
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite
- fontawesome_markdown
- meta
- toc:
permalink: true
extra:
manifest: manifest.webmanifest
extra_css: ['font-awesome.css']

View File

@ -23,6 +23,5 @@
},
"homepage": "https://docs.datacontroller.io",
"devDependencies": {
"standard-version": "^4.4.0"
}
}

View File

@ -2,9 +2,27 @@
{% block extrahead %}
<meta property='og:title' content='Data Controller Documentation'/>
<meta name="author" content="Allan Bowe">
{% set title = config.site_name %}
{% if page and page.meta and page.meta.title %}
{% set title = title ~ " - " ~ page.meta.title %}
{% elif page and page.title and not page.is_homepage %}
{% set title = title ~ " - " ~ page.title | striptags %}
{% endif %}
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:url" content="{{ page.canonical_url }}" />
<meta property='og:image' content='https://www.rawsas.com/wp-content/uploads/2018/07/dc_social.png'/>
<meta property='og:description' content='The Data Controller for SAS® enables users to self serve their data changes, and for data owners to retain control over those updates by reviewing and approving them.'/>
<meta property='og:url' content='https://docs.datacontroller.io/' />
<meta property="og:image:type" content="image/png" />
{% if page and page.meta and page.meta.description %}
<meta property="og:description" content="{{ page.meta.description }}" />
{% elif config.site_description %}
<meta property="og:description" content="{{ config.site_description }}" />
{% endif %}
{% endblock %}