Files
zpc-bulletin-board/ZpcBulletinBoard/wwwroot/lib/bootstrap-select/docs/mkdocs.yml
David Štaleker 28d1630749 prvi
2024-02-23 12:56:54 +01:00

22 lines
646 B
YAML

site_name: bootstrap-select
site_description: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.
site_url: https://developer.snapappointments.com/bootstrap-select
repo_url: https://github.com/snapappointments/bootstrap-select
plugins:
- search
theme:
name: bootstrap
custom_dir: custom_theme
extra_css:
- css/custom.css
- dist/css/bootstrap-select.min.css
extra_javascript:
- dist/js/bootstrap-select.min.js
nav:
- Getting Started: index.md
- Examples: examples.md
- Options: options.md
- Methods: methods.md
extra:
version: 1.13.18