chore: automated commit
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								docs/img/edit_approve_audit.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/img/edit_approve_audit.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 1.8 MiB | 
| @@ -1,3 +1,10 @@ | |||||||
|  | --- | ||||||
|  | layout: article | ||||||
|  | title: DC Docs | ||||||
|  | description: 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 | ||||||
|  | og_title: Data Controller Documentation | ||||||
|  | og_image: /img/edit_approve_audit.png | ||||||
|  | --- | ||||||
| # Data Controller Documentation | # Data Controller Documentation | ||||||
|  |  | ||||||
| ## Overview | ## Overview | ||||||
| @@ -35,5 +42,4 @@ Data Controller is regularly updated with new features.  If you see something th | |||||||
| * Dynamic [cell dropdown](/dynamic-cell-dropdown) | * Dynamic [cell dropdown](/dynamic-cell-dropdown) | ||||||
|  |  | ||||||
|  |  | ||||||
| <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.'/> |  | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								docs/video/management_overrides.mp4
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/video/management_overrides.mp4
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -13,7 +13,14 @@ | |||||||
|   {% set title = title ~ " - " ~ page.title | striptags %} |   {% set title = title ~ " - " ~ page.title | striptags %} | ||||||
| {% endif %} | {% endif %} | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:title" content="{{ title }}" /> |  | ||||||
|  | {% if page and page.meta and page.meta.og_title %} | ||||||
|  |   {% set og_title = page.meta.og_title %} | ||||||
|  | {% elif page %} | ||||||
|  |   {% set og_title = 'Data Controller Documentation' %} | ||||||
|  | {% endif %} | ||||||
|  | <meta property="og:title" content="{{og_title}}"> | ||||||
|  |  | ||||||
| <meta property="og:url" content="{{ page.canonical_url }}" /> | <meta property="og:url" content="{{ page.canonical_url }}" /> | ||||||
| {% if page and page.meta and page.meta.og_image %} | {% if page and page.meta and page.meta.og_image %} | ||||||
|   {% set og_image = page.meta.og_image %} |   {% set og_image = page.meta.og_image %} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user