mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-15 20:48:08 +01:00
docs: update docs for 1.0.0 (#1034)
This commit is contained in:
parent
6e89e797a8
commit
72ab016e75
13 changed files with 107 additions and 100 deletions
6
docs/templates/index.jade
vendored
6
docs/templates/index.jade
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue