mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat: update title description and keywords (#5689)
This commit is contained in:
parent
b51670dd1f
commit
5fce610d8d
9 changed files with 71 additions and 36 deletions
|
|
@ -6,7 +6,9 @@ export const structure = [
|
|||
{
|
||||
type: 'page',
|
||||
name: 'What is ngx-admin?',
|
||||
description: 'Ngx-admin is Angular 9+ Bootstrap 4+ admin dashboard template. Free and Open Source to bootstrap the development of your product or to learn Angular.',
|
||||
title: 'Ngx-admin - documentation',
|
||||
description: 'ngx-admin is a front-end admin dashboard template based on Angular 9+, Bootstrap 4+ and Nebular',
|
||||
keywords: 'Ngx-admin features, Angular 9+ typescript, Bootstrap 4+ & SCSS, ngx-admin documentation',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
|
|
@ -18,7 +20,10 @@ export const structure = [
|
|||
{
|
||||
type: 'page',
|
||||
name: 'Installation Guidelines',
|
||||
description: 'A guideline to install ngx-admin on your machine: backend integration, tools you need to be installed.',
|
||||
title: 'Ngx-admin - Guideline to install.',
|
||||
description: 'A guideline to install ngx-admin on your machine: backend integration,' +
|
||||
' tools you need to be installed.',
|
||||
keywords: 'Ngx-admin install tools, ngx-admin versions, ngx-admin install.',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
|
|
@ -30,7 +35,9 @@ export const structure = [
|
|||
{
|
||||
type: 'page',
|
||||
name: 'Server deployment',
|
||||
title: 'Ngx-admin - Server deployment',
|
||||
description: 'How to set up your web-server to better serve the application on Angular.',
|
||||
keywords: 'Ngx-admin server, ngx-admin server deployment',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
|
|
@ -48,7 +55,10 @@ export const structure = [
|
|||
{
|
||||
type: 'page',
|
||||
name: 'Theme System',
|
||||
description: 'Theme System in is a set of rules we put into how SCSS files and variables are organized. Theme Map | Component Variables | Built-in-Themes',
|
||||
title: 'Ngx-admin - Theme System',
|
||||
description: 'Theme System in is a set of rules we put into how SCSS files and variables are organized.' +
|
||||
' Theme Map | Component Variables | Built-in-Themes',
|
||||
keywords: 'Nebular theme system, nebular components, nebular theme map, ngx-admin built-in-themes',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
|
|
@ -60,7 +70,10 @@ export const structure = [
|
|||
{
|
||||
type: 'page',
|
||||
name: 'Change Theme',
|
||||
description: 'How to change the current theme in ngx-admin. Switch from Cosmic to Default. Runtime Theme Switch.',
|
||||
title: 'Ngx-admin - Change theme',
|
||||
description: 'How to change the current theme in ngx-admin.' +
|
||||
' Switch from Cosmic to Default. Runtime Theme Switch.',
|
||||
keywords: 'ngx-admin runtime theme switch, ngx-admin theme change',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
|
|
@ -72,7 +85,11 @@ export const structure = [
|
|||
{
|
||||
type: 'page',
|
||||
name: 'Backend integration',
|
||||
description: 'Approaches of integration of ngx-admin application with backend API. Integration with JSON REST server, angular-cli/webpack-dev-server setup.',
|
||||
title: 'Ngx-admin - Backend integration',
|
||||
description: 'Approaches of integration of ngx-admin application with backend API.' +
|
||||
' Integration with JSON REST server, angular-cli/webpack-dev-server setup.',
|
||||
keywords: 'Ngx-admin backend integration, JSON REST server integration,' +
|
||||
' angular-cli/webpack-dev-server setup, ngx-admin production setup',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue