[ADF-1549] Moved docassets folder inside docs folder (#2367)

This commit is contained in:
Andy Stark
2017-09-22 16:29:30 +01:00
committed by Eugenio Romano
parent a9eff7fbaf
commit 7f3a4fc513
112 changed files with 80 additions and 80 deletions
+5 -5
View File
@@ -2,7 +2,7 @@
Authenticates to Alfresco Content Services and Alfresco Process Services.
![Login component](../docassets/images/custom-footer.png)
![Login component](docassets/images/custom-footer.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
@@ -88,7 +88,7 @@ export class AppComponent {
### Change footer content
![Login with custom footer](../docassets/images/custom-footer.png)
![Login with custom footer](docassets/images/custom-footer.png)
You can replace the entire content in the footer of the login component with your custom content.
@@ -100,7 +100,7 @@ You can replace the entire content in the footer of the login component with you
### Change header content
![Login with custom header](../docassets/images/custom-header.png)
![Login with custom header](docassets/images/custom-header.png)
You can replace the entire content in the header of the login component with your custom content.
@@ -125,7 +125,7 @@ This becomes handy in case you need to extend it with custom input fields handle
Here's an example of custom content:
![Login with custom content](../docassets/images/login-extra-content.png)
![Login with custom content](docassets/images/login-extra-content.png)
### Custom logo and background
@@ -140,7 +140,7 @@ It is possible changing logo and background images to custom values.
Should give you something like the following:
![Login with custom logo and background](../docassets/images/custom-login.png)
![Login with custom logo and background](docassets/images/custom-login.png)
Alternatively you can bind to your component properties and provide values dynamically if needed: