1
0
Fork 0
Commit graph

201 commits

Author SHA1 Message Date
Shipow
b856d6717f fix(website): responsive logo 2016-03-12 12:53:22 +01:00
Shipow
592522e784 Merge branch 'master' of https://github.com/algolia/docsearch 2016-03-11 15:45:35 +01:00
Shipow
c7eb54afaf feat(website): Logo Update - Og screen + favicon 2016-03-11 15:45:29 +01:00
Gianluca Bargelli
9e34036ce4 New Logo 🙌 2016-03-11 15:24:39 +01:00
Sylvain Utard
bb65f025b9 Merge pull request #77 from algolia/fix/padding+highlighting
docs(search): improved header highlighting + fixed padding
2016-03-11 12:43:54 +01:00
Shipow
6d8eb34e5c feat(website): removed demos 2016-03-11 12:43:07 +01:00
Shipow
fa413d977e feat(website): updated logo 2016-03-09 19:04:54 +01:00
Shipow
c1d90d2393 Merge branch 'develop' of https://github.com/algolia/docsearch
# Conflicts:
#	docs/documentation.md
2016-03-09 16:42:17 +01:00
Shipow
366cc0d855 feat(website): community header 2016-03-09 16:36:38 +01:00
Shipow
9498e3b4a3 feat(website): update 2016-03-09 15:41:32 +01:00
Sylvain Utard
be259f486c Merge pull request #76 from algolia/fix/docsearch
doc(search): fixed docsearch alignment + API key
2016-03-07 22:40:03 +01:00
Shipow
e6c0b25f7a docs(search): here and there CSS & JS issues 2016-03-07 22:15:26 +01:00
Pixelastic
7f472baa5d docs(DocSearch): Quick documentation fix 2016-03-05 00:55:19 +01:00
Sylvain UTARD
91856d8cdf doc(search): use docsearch's SCSS version 2016-03-04 22:02:16 +01:00
Sylvain UTARD
71c36eba1c doc(search): fixed docsearch alignment + API key 2016-03-04 21:02:08 +01:00
Sylvain UTARD
de2f3697ae npm run build-docs 2016-03-04 20:44:17 +01:00
Sylvain UTARD
83af3c8040 npm run build-docs 2016-03-04 20:44:06 +01:00
Sylvain UTARD
bef7a2e855 doc(readme): ensure the links are correctly interpreted by the
documentation website
2016-03-04 20:41:34 +01:00
Tim Carry
fe4170b482 Merge pull request #68 from algolia/meta-docsearch
add docsearch
2016-02-08 14:36:18 +01:00
Vincent Voyer
4c60f78409 Merge pull request #73 from algolia/fixed-markdown-links-corner-case
Fixed markdown links inside code blocks
2016-02-08 09:09:28 +01:00
Sylvain UTARD
bdf40a4e2e doc(readme): ensure the links are correctly interpreted by the
documentation website
2016-02-08 01:39:58 +01:00
Pixelastic
665dab64a9 v1.1.0
<a name="1.1.0"></a>
# [1.1.0](https://github.com/algolia/docsearch/compare/v1.0.2...v1.1.0) (2016-02-01)

### Bug Fixes

* **dropdown:** Visually group suggestions together ([592c8f2](https://github.com/algolia/docsearch/commit/592c8f2))

### Features

* **website:** ensure the inputs are mandatory ([e59d132](https://github.com/algolia/docsearch/commit/e59d132))
2016-02-01 14:52:49 +01:00
Maxime Locqueville
eb05740a4d docs(docsearch): adding docsearch to docsearch 2016-02-01 13:13:38 +01:00
Tim Carry
93e7316324 Merge pull request #72 from seafoox/develop
fix(dropdown): Visually group suggestions together
2016-01-30 22:33:10 +01:00
Alexandre C
592c8f27cd fix(dropdown): Visually group suggestions together 2016-01-29 17:33:36 +01:00
Tim Carry
9c7dbbcac8 Merge pull request #67 from algolia/docs/documentation-fix-links
docs(documentation.md): Fix not working links
2016-01-27 16:45:35 +01:00
Matthieu Dumont
71b652bd92 docs(documentation.md): Fix not working links
Closes #65
2016-01-27 14:55:10 +01:00
Tim Carry
b14e59f946 Merge pull request #64 from algolia/docs
docs(options): Add documentation about custom options
2016-01-26 17:42:59 +01:00
Pixelastic
ac75e0b8a5 test(formatURL): Add tests for formatURL 2016-01-26 17:38:32 +01:00
Pixelastic
75308d6d69 docs(toc): Run doctoc 2016-01-20 16:14:58 +01:00
Pixelastic
7135ccc140 chore(lint): Make the js linter happy 2016-01-20 16:14:09 +01:00
Pixelastic
9752f14527 docs(options): Add documentation about custom options 2016-01-20 15:51:46 +01:00
Sylvain Utard
04c096fe19 Merge pull request #62 from algolia/mandatory-fields
feat(website): ensure the inputs are mandatory
2015-12-29 09:24:23 +01:00
Sylvain UTARD
e59d132c2d feat(website): ensure the inputs are mandatory
Move the forms to a partial (had a hard time with HAML-based partials...)
Small box-shadow if not specified
Add a "I'm the owner of that website" checkbox
2015-12-28 14:53:54 +01:00
Alexandre Stanislawski
c6aa2e3d04 v1.0.2
<a name="1.0.2"></a>
## [1.0.2](https://github.com/algolia/docsearch/compare/v1.0.1...v1.0.2) (2015-12-28)

### Bug Fixes

* **debut:** do not enable debug by default ([188f49e](https://github.com/algolia/docsearch/commit/188f49e))
* **url:** Removes concatenation of URL with hash if it contains a hash ([348df1c](https://github.com/algolia/docsearch/commit/348df1c)), closes [#53](https://github.com/algolia/docsearch/issues/53)
* **usage:** fixed usage to match the latest prototype version ([f6edc9e](https://github.com/algolia/docsearch/commit/f6edc9e))
2015-12-28 13:59:10 +01:00
Sylvain Utard
0f20b7c0e6 Merge pull request #60 from algolia/fix/53
fix(url): Removes concatenation of URL with hash if it contains a hash
2015-12-28 13:55:04 +01:00
Alexandre Stanislawski
348df1cb1b fix(url): Removes concatenation of URL with hash if it contains a hash
FIX #53
2015-12-28 11:30:50 +01:00
Tim Carry
6c7335cafc Merge pull request #58 from algolia/tests/handleSelected
test(handleSelected): add test on handleSelected
2015-12-25 13:36:20 +01:00
Tim Carry
28698235d3 Merge pull request #57 from algolia/fix/usage
fix(usage): fixed usage to match the latest prototype version
2015-12-25 13:34:48 +01:00
Tim Carry
2cea43f8b6 Merge pull request #55 from algolia/fix/debug-mode
fix(debut): do not enable debug by default
2015-12-25 13:31:49 +01:00
Sylvain UTARD
970b863c29 test(handleSelected): add test on handleSelected 2015-12-24 14:54:25 +01:00
Sylvain UTARD
188f49e863 fix(debut): do not enable debug by default 2015-12-24 14:51:58 +01:00
Sylvain UTARD
f6edc9e658 fix(usage): fixed usage to match the latest prototype version 2015-12-24 14:50:50 +01:00
Shipow
14d6d36368 Merge branch 'develop' of https://github.com/algolia/docsearch into develop 2015-12-24 11:29:38 +01:00
Shipow
5d9df60c15 chore(website): fixes 2015-12-24 11:29:25 +01:00
Sylvain UTARD
90f054d893 v1.0.1
<a name="1.0.1"></a>
## [1.0.1](https://github.com/algolia/docsearch/compare/v1.0.0...v1.0.1) (2015-12-24)

### Bug Fixes

* **handleSelected:** ensure we're calling setVal on the right object ([31abbd7](https://github.com/algolia/docsearch/commit/31abbd7)), closes [#51](https://github.com/algolia/docsearch/issues/51)
2015-12-24 11:07:26 +01:00
Sylvain UTARD
283e9c8a9e Merge branch 'develop' 2015-12-24 11:06:35 +01:00
Alex S
d6f80ae45c Merge pull request #52 from algolia/fix/51
fix(handleSelected): ensure we're calling setVal on the right object
2015-12-24 11:06:07 +01:00
Sylvain UTARD
31abbd7400 fix(handleSelected): ensure we're calling setVal on the right object
Fix #51
2015-12-24 10:20:15 +01:00
Sylvain UTARD
c0633e51bf docs(website): help blocks have been swapped 2015-12-24 08:42:38 +01:00