Geen omschrijving

mkdocs.yml 540B

1234567891011121314151617
  1. site_name: bootstrap-select
  2. site_description: Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.
  3. repo_url: https://github.com/silviomoreto/bootstrap-select
  4. theme: bootstrap
  5. theme_dir: custom_theme
  6. extra_css:
  7. - css/custom.css
  8. - dist/css/bootstrap-select.min.css
  9. extra_javascript:
  10. - dist/js/bootstrap-select.min.js
  11. pages:
  12. - Bootstrap-select: index.md
  13. - Examples: examples.md
  14. - Options: options.md
  15. - Methods: methods.md
  16. extra:
  17. version: 1.12.4