mkdocs.yml 645 B

123456789101112131415161718192021
  1. site_name: bootstrap-select
  2. 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.
  3. site_url: https://developer.snapappointments.com/bootstrap-select
  4. repo_url: https://github.com/snapappointments/bootstrap-select
  5. plugins:
  6. - search
  7. theme:
  8. name: bootstrap
  9. custom_dir: custom_theme
  10. extra_css:
  11. - css/custom.css
  12. - dist/css/bootstrap-select.min.css
  13. extra_javascript:
  14. - dist/js/bootstrap-select.min.js
  15. nav:
  16. - Getting Started: index.md
  17. - Examples: examples.md
  18. - Options: options.md
  19. - Methods: methods.md
  20. extra:
  21. version: 1.13.9