1
0
Fork 0
Commit graph

38 commits

Author SHA1 Message Date
Maxime
32df487df0 v2.4.0
<a name="2.4.0"></a>
# [2.4.0](https://github.com/algolia/docsearch/compare/v2.3.3...v2.4.0) (2017-08-08)
2017-08-08 10:26:45 -07:00
Haroen Viaene
5123508d96 docs(readme): API parameters docs moved 2017-07-04 09:45:51 +02:00
Maxime
3614194e3b Update README.md 2017-05-29 08:44:58 +02:00
Maxime
bad44510af Update README.md (#183) 2017-05-29 08:44:07 +02:00
Katherine McAuliffe
a656a5bc5c Update README.md (#180)
A few small grammar and typo fixes.
2017-05-15 20:10:44 +02:00
Josh Dzielak
a2d9f93cc3 Add appId to Algolia options
For when someone is running their own crawler.

Came up here: https://discourse.algolia.com/t/couldnt-get-docsearch-to-work/1286/2
2017-05-11 09:40:57 +02:00
Haroen Viaene
bd3441d952 docs(readme): add installation instructions on npm (#169)
docsearch is published on npm too, but it's a bit confusing that it's actually published as `docsearch.js`, so this should definitely be put somewhere in the README
2017-02-10 13:33:42 +01:00
Haroen Viaene
72d673e137 docs(README): update links to search parameters
The link used to point to the ruby explanations, but it didn’t exist at that id. Since it’s using js, I changed it to point to that point in the js documentation
2017-02-08 10:14:42 +01:00
Matthieu Dumont
869a9fbf34 docs(images): absolute URL for README images
So that it works both in the README and documentation.md
Closes #152
2016-12-06 19:00:10 +01:00
Jan Petr
b89c2a9ab0 Add HTTPS to examples (#126) 2016-07-15 14:46:04 +02:00
Maxime Locqueville
69e1dfb43d Merge remote-tracking branch 'origin/develop' 2016-07-07 14:17:24 +02:00
maxiloc
b9f7913417 allow to override handleSelected. Fixes #121 (#123) 2016-07-07 14:14:49 +02:00
Rémy-Christophe Schermesser
c1b0926b32 chore(doc): Update README for v2 (#122) 2016-07-07 14:14:33 +02:00
maxiloc
4ab69a3b9b V2 modifs (#110)
* feat(dom): wrap separator with a span

* feat(option,dom): add debug to root class + add duplicate class on subcategory and title

* fix(dom): do not display content wrapper if there is nothing inside
2016-06-12 19:50:09 +02:00
Tim Carry
ef83775f7e feat(serve): Watch and serve all needed files (#91)
Running `npm run serve` will watch for changes in the source files and
rebuild all `css` and `js` files accordingly in the `dist` folder. It
will also expose the same files on `http://localhost:8080/` (by
default, if port `8080` is already taken it will move to an available
one).

This will let developers use a specific branch/version of docsearch in
their projects. Just open a new tab and run `npm run serve` in the
docsearch repo, and you'll be able to include the scripts from the
running server in your HTML.

As files are automatically regenerated on disk whenever a change is
detected, you can also `require` files by targeting the `dist` folder.
2016-05-12 11:58:28 +02:00
Sylvain Utard
0bdc91fc81 Merge pull request #88 from algolia/wsargent-patch-1
doc(readme): update link to point to main.css
2016-03-24 21:09:30 +01:00
Will Sargent
30bd7a6ee6 doc(readme): update link to point to main.css 2016-03-24 21:04:41 +01:00
Sylvain UTARD
395f6aa68d Display DocSearch's logo as title
Fix #30
2016-03-21 23:09:37 +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
Matthieu Dumont
71b652bd92 docs(documentation.md): Fix not working links
Closes #65
2016-01-27 14:55:10 +01:00
Pixelastic
75308d6d69 docs(toc): Run doctoc 2016-01-20 16:14:58 +01:00
Pixelastic
9752f14527 docs(options): Add documentation about custom options 2016-01-20 15:51:46 +01:00
Sylvain UTARD
921085498d Merge branch 'develop' 2015-12-24 01:34:48 +01:00
Sylvain UTARD
a82c63ab73 chore(version): 1.0.0 is out 2015-12-24 01:34:40 +01:00
Sylvain UTARD
177d701b00 v1.0.0
<a name="1.0.0"></a>
# [1.0.0](https://github.com/algolia/docsearch/compare/v0.0.7...v1.0.0) (2015-12-24)

### Bug Fixes

* **isSubCategoryHeader:** ensure we hide the content of the left column if this flag is not set ([0e04ce4](https://github.com/algolia/docsearch/commit/0e04ce4)), closes [#47](https://github.com/algolia/docsearch/issues/47)
2015-12-24 01:11:02 +01:00
Sylvain UTARD
461a1ea412 docs(website): a few CSS & README minor fixes
- highlight background CSS rules was wrongly configured
 - navbar-header text was black
 - active links had a default black background
 - fixed a few links using references instead of actual links (doesn't
   work once extracted to documentation.md)
 - use absolute image path
2015-12-23 18:43:25 +01:00
Sylvain UTARD
092d85acf3 docs(readme): fixed README links 2015-12-23 15:24:04 +01:00
Sylvain UTARD
957defc07c chore(naming): use docsearch everywhere
Fix #40
2015-12-23 15:00:37 +01:00
Pixelastic
bfa06b26c3 docs(readme): Add badges
This adds badges to the readme, including the coverage one (through
coveralls).
2015-12-23 10:47:17 +01:00
Pixelastic
e615957840 docs(readme): Add info about styling and local dev
I've added a screencast in the readme, a screenshot of the default
colorscheme and a copy-paste of the CSS customization example.

The diff of the README is all red because I used
[formd](http://drbunsen.github.io/formd/) on the file to make the
links more readable (it simply uses reference instead of inlining).
2015-12-22 22:21:58 +01:00
Pixelastic
59cf825d0b docs(readme): Small rewording
Small rewording, typos and links.
2015-12-21 12:50:34 +01:00
Sylvain UTARD
a33184bada chore(website): updated documentation 2015-12-18 19:09:14 +01:00
Sylvain UTARD
fab0e5b7ac chore(docs): updated README 2015-12-18 18:58:10 +01:00
vvo
57b3a99a61 v0.0.2
<a name="0.0.2"></a>
## 0.0.2 (2015-12-16)

### Bug Fixes

* **colors:** Reduce number of colors ([125d1c7](https://github.com/algolia/docsearch/commit/125d1c7))
* **snippet:** Fix typo in method name ([751dfdb](https://github.com/algolia/docsearch/commit/751dfdb))

### Features

* **gh-pages:** Add gh-pages deploy script ([ab1a299](https://github.com/algolia/docsearch/commit/ab1a299))
* **main:** Add main wrapper ([bdac9dd](https://github.com/algolia/docsearch/commit/bdac9dd))
* **styling:** Set grayscale as default, add styling as external file ([5d8cca8](https://github.com/algolia/docsearch/commit/5d8cca8))
2015-12-16 11:51:09 +01:00
vvo
26ec026186 chore(release): add release process similar to instantsearch.js 2015-12-15 16:15:13 +01:00
vvo
0527688ab6 chore(dev workflow, readme): consistency commit
add npm run dev:docs
consistent readme with instantsearch.js
move to docsearch.js

What do you think?
2015-12-15 11:10:12 +01:00
Pixelastic
aed7d828cb Split website into ./docs and set ./src for code 2015-11-25 15:05:54 +01:00
Sylvain UTARD
731ff34499 Initial import 2015-11-20 14:54:08 -08:00