-
Notifications
You must be signed in to change notification settings - Fork 70
/
mkdocs.yml
executable file
·45 lines (45 loc) · 1.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
site_name: SiberianCMS Documentation
nav:
- Home: index.md
- Getting started: documentation.md
- Customization:
- 'Layouts': 'layout.md'
- 'Templates': 'customization/template.md'
- 'Icons': 'customization/icon.md'
- Modules:
- 'Structure & Basics': 'module.md'
- 'Basic usage': 'module/basic.md'
- 'Hooks': 'module/hooks.md'
- 'My account': 'module/account.md'
- 'Forms': 'module/forms.md'
- 'Push notifications': 'module/push.md'
- 'Offline Mode': 'module/offline-mode.md'
- 'Utils': 'module/utils.md'
- 'Security': 'module/security.md'
- 'Core inheritance': 'module/core-inheritance.md'
- 'Siberian CLI': 'cli/siberian.md'
- Stack:
- 'Ionic tools': 'stack/ionic-tools.md'
- 'Utilities': 'stack/utilities.md'
- 'Frameworks': 'stack/frameworks.md'
- API:
- 'Introduction': 'api.md'
- 'Application': 'api/application.md'
- 'User': 'api/user.md'
- 'Backoffice': 'api/backoffice.md'
- 'Push': 'api/push.md'
- Contribute: contribute.md
- 'HiddenNav':
- 'Customer': 'module/hooks/customer.md'
- 'App': 'module/hooks/app.md'
- 'Loyaty Card': 'module/hooks/loyalty-card.md'
- 'Menus': 'module/hooks/menus.md'
theme:
name: null
custom_dir: 'themes/xtraball/'
plugins:
- 'search'
site_dir: siberiancms
repo_url: https://github.com/Xtraball/Siberian
repo_name: GitHub
google_analytics: ['UA-90544135-3', 'auto']