File tree Expand file tree Collapse file tree 2 files changed +20
-15
lines changed
Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 107107
108108def get_profile ( args )
109109 if args [ :profile ] . nil?
110- profile = "editor "
110+ profile = "development "
111111 else
112112 profile = args [ :profile ]
113113 end
Original file line number Diff line number Diff line change @@ -2,6 +2,24 @@ title: Jakarta Bean Validation
22# interpolate content of the markup like #{page.title}
33interpolate : true
44
5+ # Default minify settings
6+ js_minifier : disabled
7+ css_minifier : enabled
8+ html_minifier : disabled
9+ minified : .min
10+
11+ # Various settings
12+ enable_google_analytics : true
13+ google_analytics :
14+ account : UA-24703879-1
15+ disqus : beanvalidation
16+
17+ # Various resources
18+ semantic_ui_css_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
19+ jquery_js_url : https://code.jquery.com/jquery-3.1.1
20+ semantic_ui_js_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
21+ match_height_js_url : https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight
22+
523asciidoctor :
624 :safe : safe
725 :attributes :
@@ -17,27 +35,14 @@ asciidoctor:
1735
1836
1937profiles :
20- editor : &base
21- semantic_ui_css_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
22- jquery_js_url : https://code.jquery.com/jquery-3.1.1
23- semantic_ui_js_url : https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic
24- match_height_js_url : https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight
2538 development :
26- << : *base
2739 disqus_developer : true
40+ minified : " "
2841 enable_google_analytics : false
2942 staging :
30- << : *base
3143 disqus_developer : true
32- minified : .min
3344 base_url : http://staging.beanvalidation.org/
3445 enable_google_analytics : false
3546 production :
36- << : *base
37- minified : .min
3847 base_url : http://beanvalidation.org/
39- enable_google_analytics : true
4048
41- google_analytics :
42- account : UA-24703879-1
43- disqus : beanvalidation
You can’t perform that action at this time.
0 commit comments