-
Notifications
You must be signed in to change notification settings - Fork 192
/
.docs.yaml
66 lines (58 loc) · 1.39 KB
/
.docs.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
siteTitle: Super Tabs
description: Swipeable tabs for Ionic apps
repo: https://github.com/zyra/ionic-super-tabs
outDir: docs
baseUrl: https://zyra.github.io/ionic-super-tabs/
pagePatterns:
- name: '{{ index .PathMatches 0 1 }}'
sourceGlob: core/src/**/readme.md
pattern: '([a-z-]+)/readme.md$'
path: 'components/{{ index .PathMatches 0 1 }}'
editOnGithub: true
addToMenu: true
menuGroup: components
pages:
- name: home
title: Super Tabs - Swipeable tabs for Ionic apps
path: /
source: doc-pages/home.md
editOnGithub: true
- name: config
title: Configuration
path: configuration
source: doc-pages/configuration.md
editOnGithub: true
- name: install-ng
title: Getting started with Angular
path: getting-started/angular
source: doc-pages/getting-started/angular.md
editOnGithub: true
- name: usage-ng
title: Angular Usage Guide
path: usage/angular
source: doc-pages/usage/angular.md
editOnGithub: true
menuItems:
- title: Getting started
name: getting-started
group: true
items:
- title: Introduction
- title: Angular
link: getting-started/angular
# - title: JavaScript
# link: getting-started/javascript
- title: Configuration
link: configuration
- title: Usage guide
name: usage-guide
group: true
items:
- title: Angular
link: usage/angular
- title: Components
name: components
group: true
templates:
- name: base
source: .doctemplate