docs: update docs for 1.0.0 (#1034)

This commit is contained in:
Lex Zhukov 2017-04-28 15:31:26 +03:00 committed by Alexander Zhukov
parent 6e89e797a8
commit 72ab016e75
13 changed files with 107 additions and 100 deletions

View file

@ -2,7 +2,7 @@
extends layout
block title
| Admin HTML template based on Angular 2, Bootstrap 4 and Webpack
| Admin HTML template based on Angular, Bootstrap 4 and Angular CLI
block content
div.hero
@ -10,7 +10,7 @@ block content
div.wrap
div.text
strong ng2-#[span.white-text admin]
div.minitext Angular 2 admin panel front-end framework
div.minitext Angular admin panel front-end framework
div.buttons-unit
a.button(href=installationArticleUrl) Installation guidelines
a.button(href=firstArticleUrl) Documentation
@ -27,7 +27,7 @@ block content
div.why-item
img(src=contents.images['why-structure.svg'].url)
h4 Awesome structure
p Component-based structure is the best choice for large Angular 2 applications.
p Component-based structure is the best choice for large Angular applications.
div.why-item
img(src=contents.images['why-design.svg'].url)
h4 Neat design

View file

@ -37,8 +37,8 @@ html(lang='en')
block content
h2 Welcome to blur admin!
footer.wrap
div.left Powered by Angular 2, Bootstrap 4, Webpack and many more...
div.left Powered by Angular, Bootstrap 4, Angular CLI and many more...
div.right
| © 20152016 Akveo LLC<br />
| © 2017 Akveo LLC<br />
| Documentation licensed under #[a(href='https://creativecommons.org/licenses/by/4.0/') CC BY 4.0].
a(href='https://github.com/akveo/ng2-admin', class='github-fork-ribbon', title="Star & Fork on GitHub")