更新前端文件
This commit is contained in:
17
public/static/libs/bootstrap-select/docs/mkdocs.yml
Normal file
17
public/static/libs/bootstrap-select/docs/mkdocs.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
site_name: bootstrap-select
|
||||
site_description: Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.
|
||||
repo_url: https://github.com/silviomoreto/bootstrap-select
|
||||
theme: bootstrap
|
||||
theme_dir: custom_theme
|
||||
extra_css:
|
||||
- css/custom.css
|
||||
- dist/css/bootstrap-select.min.css
|
||||
extra_javascript:
|
||||
- dist/js/bootstrap-select.min.js
|
||||
pages:
|
||||
- Bootstrap-select: index.md
|
||||
- Examples: examples.md
|
||||
- Options: options.md
|
||||
- Methods: methods.md
|
||||
extra:
|
||||
version: 1.11.2
|
||||
Reference in New Issue
Block a user