-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
95 lines (90 loc) · 3.09 KB
/
mkdocs.yml
File metadata and controls
95 lines (90 loc) · 3.09 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: Developer Portal
site_url: https://workshopbutler.com/developers
theme:
name: 'material'
custom_dir: 'theme'
font: 'Arial'
favicon: 'img/favicon.ico'
palette:
primary: 'white'
accent: 'pink'
feature:
tabs: true
extra_css:
- css/extra.css
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite:
guess_lang: false
- footnotes
- pymdownx.magiclink
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.mark
- pymdownx.superfences:
preserve_tabs: true
- pymdownx.snippets:
base_path: 'docs/snippets'
google_analytics:
- 'UA-42138624-5'
- 'auto'
extra:
social:
- type: 'twitter'
link: 'https://twitter.com/workshopbutler'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/workshop-butler'
- type: 'facebook'
link: 'https://facebook.com/WorkshopButler'
pages:
- Home:
- Home: index.md
- Contributing: contributing.md
- API:
- Reference: api/index.md
- Changelog: api/changelog.md
- JS Widgets:
- Getting Started: widgets/index.md
- Quick Start Guide: widgets/quick-start.md
- General Configuration: widgets/general-configs.md
- Widgets:
- Event Page: widgets/widgets/event-page.md
- Event Schedule: widgets/widgets/schedule.md
- List of Testimonials: widgets/widgets/endorsement-list.md
- List of Trainers: widgets/widgets/trainer-list.md
- Registration Page: widgets/widgets/registration-form.md
- Sidebar Event List: widgets/widgets/sidebar-event-list.md
- Trainer Profile: widgets/widgets/trainer-profile.md
- Customisation:
- Template Customisation: widgets/custom/template.md
- Theme Customisation: widgets/custom/theme.md
- Widget Customisation: widgets/custom/widget.md
- Older versions:
- 0.7.x:
- Getting Started: widgets/versions/0.7.x/index.md
- Widgets:
- Schedule: widgets/versions/0.7.x/widgets/schedule.md
- Event Page: widgets/versions/0.7.x/widgets/event-page.md
- Trainer List: widgets/versions/0.7.x/widgets/trainer-list.md
- Trainer Profile: widgets/versions/0.7.x/widgets/trainer-profile.md
- Registration Form: widgets/versions/0.7.x/widgets/registration-form.md
- Sidebar Event List: widgets/versions/0.7.x/widgets/sidebar-event-list.md
- Upgrade Notes: widgets/update-notes.md
- Changelog: widgets/changelog.md
- Themes:
- Getting Started: themes/index.md
- WordPress Plugin:
- Getting Started: wordpress/index.md
- Customising Styles: wordpress/custom-styles.md
- Shortcodes:
- Getting Started: wordpress/shortcodes.md
- Page Level shortcodes: wordpress/shortcodes/page-level.md
- Schedule Template: wordpress/shortcodes/schedule-template.md
- Event Template: wordpress/shortcodes/event-template.md
- Registration Page Template: wordpress/shortcodes/registration-page.md
- Trainer List Template: wordpress/shortcodes/trainer-list-template.md
- Trainer Profile Template: wordpress/shortcodes/trainer-profile-template.md
- Next Event Template: wordpress/shortcodes/next-event.md
- Changelog: wordpress/changelog.md