forked from tempusdominus/bootstrap-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
19 lines (19 loc) · 779 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: Tempus Dominus - Bootstrap 4
repo_url: https://github.com/tempusdominus/bootstrap-4-datetimepicker
edit_uri: edit/master/src/docs/
extra_javascript: ['theme\js\base.js','//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js','theme\js\tempusdominus-bootstrap-4.js']
extra_css: ['theme\css\base.css','//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css','theme\css\tempusdominus-bootstrap-4.css']
docs_dir: src/docs
site_dir: docs
theme_dir: src/docs/theme
pages:
- Tempus Dominus Bootstrap 4: 'index.md'
- Usage: 'Usage.md'
- Installing: 'Installing.md'
- Functions: 'Functions.md'
- Options: 'Options.md'
- Events: 'Events.md'
- Change Log: 'Changelog.md'
- Dev Guide: 'ContributorsGuide.md'
- Extras: 'Extras.md'
- FAQs: 'FAQ.md'