forked from tempusdominus/bootstrap-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
18 lines (18 loc) · 813 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
site_name: Tempus Dominus - Bootstrap 3
repo_url: https://github.com/tempusdominus/bootstrap-3-datetimepicker
edit_uri: edit/master/src/docs/
extra_javascript: ['//cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.0/moment-with-locales.js','theme\js\base.js','//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js','theme\js\tempusdominus-bootstrap-3.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-3.css']
docs_dir: src/docs
site_dir: docs
theme_dir: src/docs/theme
pages:
- Usage: 'index.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'