Skip to content

Commit a4dc894

Browse files
committed
fix(website): doc layout responsive
1 parent 7a8f920 commit a4dc894

File tree

5 files changed

+41
-35
lines changed

5 files changed

+41
-35
lines changed

docs/_layouts/documentation.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
---
44

55
<div class="container-fluid main-documentation">
6-
<div class="hfull row">
7-
<div class="col-lg-2 col-md-3 hidden-xs hidden-sm widget-nav hfull">
6+
<div class="row">
7+
<div class="col-lg-2 col-md-3 hidden-xs hidden-sm widget-nav">
88
<div class="documentation-menu">
99
{{ content | toc_generate}}
1010
</div>
1111
</div>
12-
<div class="col-lg-10 col-md-9 widget-description hfull">
13-
<div class="toc-menu hidden-md hidden-lg">
12+
<div class="col-lg-offset-2 col-md-offset-3 col-lg-10 col-md-9 widget-description clearfix">
13+
<div class="toc-menu visible-xs visible-sm">
1414
{{ content | toc_generate_menu}}
1515
</div>
1616
<div class="code-samples hidden-xs"></div>

docs/_plugins/toc_generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def toc_generate_menu(html)
3838
current_level = 1
3939
doc.css(@@selector).each do |tag|
4040
level = tag.name[1].to_i
41-
html << "<option value=\"#{tag['id']}\">#{tag.text}</option>"
41+
html << "<option value=\"##{tag['id']}\">#{tag.text}</option>"
4242
current_level = level
4343
end
4444

docs/css/_documentation.sass

+31-26
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ code
99
padding-left: 15px
1010
font-weight: lighter
1111
background-color: $gray-light
12+
position: fixed
13+
+position(60px,null,0,0)
1214

1315
.documentation-menu
1416
height: 100%
@@ -55,6 +57,8 @@ code
5557
width: 43%
5658
color: rgba(white, 0.75)
5759
font-size: .9em
60+
img
61+
position: relative
5862
.sticker
5963
+size(60px,60px)
6064
line-height: 58px
@@ -65,8 +69,9 @@ code
6569
animation-fill-mode: forwards
6670
border: solid 2px rgba(white, 0.5)
6771
margin-bottom: 10px
72+
p
73+
padding: 0
6874
img
69-
position: relative
7075
top: -2px
7176
.sticker-algolia
7277
animation-delay: 0.5s
@@ -78,9 +83,6 @@ code
7883
animation-delay: 1.5s
7984

8085
.documentation-content
81-
position: absolute
82-
+position(0,0,0,0)
83-
overflow-y: scroll
8486
padding: 30px
8587
font-size: 14px
8688
line-height: 1.8em
@@ -198,7 +200,7 @@ code
198200

199201
.code-box
200202
position: relative
201-
width: 43%
203+
width: 44%
202204
float: right
203205
clear: right
204206
.btn-group
@@ -345,40 +347,31 @@ code
345347
&:before
346348
color: #ff6600
347349

348-
@media (max-width: $screen-xs-max)
350+
@media (max-width: $screen-sm-max)
349351
.main-documentation
350352
padding: 60px 0 0 0
351353
.row
352354
margin: 0
353355
img
354356
max-width: 100%
355-
.widget-container
356-
clear: both
357-
.widget-description
358-
overflow: scroll
359-
-webkit-overflow-scrolling: touch
360-
padding: 0
357+
.documentation-content
358+
padding: 60px 0 0 0
359+
font-size: .95em
361360
.toc-menu
362-
position: absolute
363-
top: 0
361+
position: fixed
362+
top: 60
364363
left: 0
365364
width: 100%
366365
background: $gray-light
367366
padding: 8px 10px
368367
z-index: 2
369-
margin-bottom: 20px
370-
.documentation-content
371-
padding: 40px 0 0 0
372-
font-size: .95em
373-
p, h1, h2, h3, h4, div[id], ul, .highlight
374-
margin-right: 0
375-
width: 100%
376-
max-width: 100%
368+
.widget-description
377369
p, h1, h2, h3, h4
378-
padding: 9.5px
379-
.highlight pre
380-
margin: 0
381-
border-radius: 0
370+
padding: 0 0 0 20px
371+
372+
@media (max-width: $screen-xs-max)
373+
.widget-container
374+
clear: both
382375
.code-box
383376
width: 100%
384377
background: #172c4f
@@ -395,3 +388,15 @@ code
395388
background: #0a1724
396389
.jsdoc
397390
margin: 0
391+
.widget-description
392+
-webkit-overflow-scrolling: touch
393+
padding: 0
394+
p, h1, h2, h3, h4, div[id], ul, .highlight
395+
margin-right: 0
396+
width: 100%
397+
max-width: 100%
398+
p, h1, h2, h3, h4
399+
padding: 9.5px
400+
.highlight pre
401+
margin: 0
402+
border-radius: 0

docs/index.haml

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ layout: default
113113
.container
114114
.spacer100
115115
.row
116-
.col-xs-4.col-xs-offset-2
116+
.col-md-4.col-md-offset-2.col-sm-offset-2.col-sm-8.m-b
117117
%section#instantsearch-vp-1
118118
.text-center
119119
.illus-wrapper
120120
%img{src:"img/icon-ux.svg", alt:"UX", width:40}
121121
%h2 Search UX done right
122122
%p Algolia strives to build the best search experience for the end users. All of the best practices we learned while implementing search on hundreds of websites are now packed into our widgets.
123-
.col-xs-4
123+
.col-md-4.col-md-offset-0.col-sm-offset-2.col-sm-8
124124
%section#instantsearch-vp-2
125125
.text-center
126126
.illus-wrapper
@@ -130,12 +130,12 @@ layout: default
130130
.spacer100
131131
#panel-get-started
132132
.row
133-
.col-xs-8.text-right
133+
.col-sm-8.text-right
134134
.spacer5
135135
%span.h4
136136
%strong Explore Instantsearch.js.
137137
Learn more about instant search's features and widgets.
138-
.col-xs-4
138+
.col-sm-4
139139
%a.btn.btn-primary{href: "{{ '/documentation/' | prepend: site.baseurl }}"} Get started with Instantsearch.js
140140
141141
{% contentfor site-footer %}

docs/js/doc.js

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
$('.toc-menu select').change(function(){
146146
var href = $(this).val();
147147
window.location.hash = href;
148+
$('html, body').animate({scrollTop: '-=100px'}, 800);
148149
});
149150
}
150151

0 commit comments

Comments
 (0)