itflow/vendor/datepicker/mkdocs.yml

19 lines
779 B
YAML

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'