diff --git a/docs/contents/articles/001-getting-started/index.md b/docs/contents/articles/001-getting-started/index.md index f0a1fcaa..c5e46fa7 100644 --- a/docs/contents/articles/001-getting-started/index.md +++ b/docs/contents/articles/001-getting-started/index.md @@ -6,38 +6,37 @@ group: Quick Start template: article.jade --- -## What is BlurAdmin? +## What is ng2-admin? -Blur admin is Angular front-end Admin Dashboard template. That means all data you can see on graphs, charts tables is hardcoded in Javascript. You can use any backend you want with it without limitations. +ng2-admin is a front-end Admin Dashboard template based on Angular 2, Bootstrap 4 and Webpack. That means all data you can see on graphs, charts tables is mocked in Javascript so you can use backend of your choice with no limitations. ## How can it help me? -We believe that that at the moment a lot of business applications have some kind of admin interface inside of them. Sometimes it's not that obvious, but a lot of web applications have dashboard with panels, charts analytics. +We believe that at the moment a lot of business applications have administration/management interfaces inside of them. Sometimes it's not that obvious, but a lot of web applications have dashboards with panels, charts analytics, etc. -BlurAdmin aims to bootstrap development of your product and provide ecosystem for building a prototype or even production-ready application. +ng2-admin aims to bootstrap the development of your product and provide ecosystem for building production-ready application or prototypes. -Despite frameworks like Bootstrap provide a number of components, usually it's not enough of them to build real-world app. This template comes with lots of popular UI components with unified color scheme. +Frameworks like Bootstrap provide a number of components, but usually it's not enough to build a real-world app. This template comes with lots of popular UI components with unified color scheme, plus it based on a modern Angular 2 framework and has a flexible components-based structure. -As well you can use BlurAdmin for learning purposes. +As well you can use ng2-admin for learning purposes of Angular 2. ## List of features * Responsive layout * High resolution -* Bootstrap CSS Framework -* Sass -* Gulp build -* AngularJS -* Jquery -* Jquery ui +* Bootstrap 4 CSS Framework +* SASS +* Webpack +* Angular 2 +* jQuery * Charts (amChart, Chartist, Chart.js, Morris) * Maps (Google, Leaflet, amMap) -* etc +* and many more! -## I want to start developing with BlurAdmin +## I want to start developing with ng2-admin Welcome abroad! -You can start with [Installation Guidelines](/blur-admin/articles/002-installation-guidelines/). We describe there how can you download and run template on you local machine. +You can start with [Installation Guidelines](/ng2-admin/articles/002-installation-guidelines/). There we describe how you can download and run the template on you local machine. Good luck and have fun! \ No newline at end of file diff --git a/docs/contents/css/main.css b/docs/contents/css/main.css index 956d0e87..8af46ac4 100644 --- a/docs/contents/css/main.css +++ b/docs/contents/css/main.css @@ -462,11 +462,11 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li .nav-docs a:hover { text-decoration: none; - color: #cc7a6f + color: #285eb8 } .nav-docs a.active { - color: #cc7a6f + color: #285eb8 } .nav-docs a.external:after {