mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Update static dependencies
This commit is contained in:
@@ -0,0 +1 @@
|
||||
selectors: '#body h2, #body h3, #body h4, #body h5'
|
@@ -0,0 +1 @@
|
||||
theme: learn
|
@@ -0,0 +1,6 @@
|
||||
enabled: true
|
||||
built_in_css: false
|
||||
route: /search
|
||||
template: simplesearch_results
|
||||
filters:
|
||||
category: docs
|
10
netbox/project-static/select2-4.0.13/docs/config/site.yaml
Normal file
10
netbox/project-static/select2-4.0.13/docs/config/site.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: Select2 - The jQuery replacement for select boxes
|
||||
metadata:
|
||||
description: Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and pagination (infinite scrolling) of results.
|
||||
|
||||
taxonomies: [category,tag]
|
||||
summary:
|
||||
size: 300
|
||||
|
||||
redirects:
|
||||
/getting-help: /troubleshooting/getting-help
|
35
netbox/project-static/select2-4.0.13/docs/config/system.yaml
Normal file
35
netbox/project-static/select2-4.0.13/docs/config/system.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
home:
|
||||
alias: '/getting-started'
|
||||
|
||||
pages:
|
||||
theme: site
|
||||
markdown_extra: true
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
|
||||
cache:
|
||||
enabled: true
|
||||
check:
|
||||
method: file
|
||||
driver: auto
|
||||
prefix: 'g'
|
||||
|
||||
twig:
|
||||
cache: true
|
||||
debug: false
|
||||
auto_reload: true
|
||||
autoescape: false
|
||||
|
||||
assets:
|
||||
css_pipeline: true
|
||||
css_minify: true
|
||||
css_rewrite: true
|
||||
js_pipeline: true
|
||||
js_minify: true
|
||||
|
||||
debugger:
|
||||
enabled: false
|
||||
twig: true
|
||||
shutdown:
|
||||
close_connection: true
|
Reference in New Issue
Block a user