chore(website): adding more examples
This commit is contained in:
parent
3e19b4e52a
commit
9c7a5e1c18
7 changed files with 10 additions and 0 deletions
BIN
docs/.DS_Store
vendored
BIN
docs/.DS_Store
vendored
Binary file not shown.
BIN
docs/img/.DS_Store
vendored
BIN
docs/img/.DS_Store
vendored
Binary file not shown.
BIN
docs/img/showcase/example-babel.gif
Normal file
BIN
docs/img/showcase/example-babel.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 516 KiB |
BIN
docs/img/showcase/example-bootstrap.gif
Normal file
BIN
docs/img/showcase/example-bootstrap.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 767 KiB |
BIN
docs/img/showcase/logo-babel.png
Normal file
BIN
docs/img/showcase/logo-babel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 240 KiB |
BIN
docs/img/showcase/logo-bootstrap.png
Normal file
BIN
docs/img/showcase/logo-bootstrap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
|
|
@ -41,6 +41,11 @@ layout: default
|
|||
We’ve integrated DocSearch into several open source projects.
|
||||
%br Take a look.
|
||||
.row
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "//bootstrap.algolia.com", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-bootstrap.png"}
|
||||
%img.img-responsive.example{:src => "./img/showcase/example-bootstrap.gif"}
|
||||
Bootstrap
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "//eslint.org/", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-eslint.png"}
|
||||
|
|
@ -51,6 +56,11 @@ layout: default
|
|||
%img.img-responsive.logo{:src => "./img/showcase/logo-scala.png"}
|
||||
%img.img-responsive.example{:src => "./img/showcase/example-scala.gif"}
|
||||
Scala
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "//babeljs.algolia.com/", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-babel.png"}
|
||||
%img.img-responsive.example{:src => "./img/showcase/example-babel.gif"}
|
||||
Babel.js
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "//reactjs.algolia.com/", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-react.png"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue