forked from Eonasdan/tempus-dominus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
17 lines (17 loc) · 828 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
site_name: Bootstrap 3 Datepicker
theme: bootstrap
extra_javascript: ['//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.js','//cdn.rawgit.com/Eonasdan/bootstrap-datetimepicker/e8bddc60e73c1ec2475f827be36e1957af72e2ea/src/js/bootstrap-datetimepicker.js']
extra_css: ['//cdn.rawgit.com/Eonasdan/bootstrap-datetimepicker/e8bddc60e73c1ec2475f827be36e1957af72e2ea/build/css/bootstrap-datetimepicker.css']
repo_url: https://github.com/Eonasdan/bootstrap-datetimepicker
pages:
- ['index.md', 'Usage']
- ['Installing.md', 'Installing']
- ['Functions.md', 'Functions']
- ['Options.md', 'Options']
- ['Events.md', 'Events']
- ['Changelog.md', 'Change Log']
- ['ContributorsGuide.md', 'Dev Guide']
- ['Extras.md', 'Extras']
- ['FAQ.md', 'FAQs']
- ['Version 4 Changelog.md', '']
- ['Version 4 Contributors guide.md', '']