mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat: docs app
This commit is contained in:
parent
713aff561e
commit
2129689f98
203 changed files with 15927 additions and 5 deletions
80
docs/structure.ts
Normal file
80
docs/structure.ts
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
export const structure = [
|
||||
{
|
||||
type: 'section',
|
||||
name: 'Getting Started',
|
||||
children: [
|
||||
{
|
||||
type: 'page',
|
||||
name: 'What is ngx-admin?',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
block: 'markdown',
|
||||
source: 'index.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'page',
|
||||
name: 'Installation Guidelines',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
block: 'markdown',
|
||||
source: 'install-starter-kit.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'page',
|
||||
name: 'Server deployment',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
block: 'markdown',
|
||||
source: 'server-deployment.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'section',
|
||||
name: 'Guides',
|
||||
children: [
|
||||
{
|
||||
type: 'page',
|
||||
name: 'Theme System',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
block: 'markdown',
|
||||
source: 'concept-theme-system.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'page',
|
||||
name: 'Change Theme',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
block: 'markdown',
|
||||
source: 'theme-change.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'page',
|
||||
name: 'Backend integration',
|
||||
children: [
|
||||
{
|
||||
type: 'block',
|
||||
block: 'markdown',
|
||||
source: 'backend-integration.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue