1
0
Fork 0
Commit graph

127 commits

Author SHA1 Message Date
Travis Arnold
1874fa59a9 fix typo strutured -> structured (#651) 2019-04-10 08:06:57 +02:00
Sylvain Pace
b80a43f4de
doc(content) Updating configuration sectiion (#642)
* using feedback from algolia/docsearch-configs#795

* fixing code-block-style

* Resolved comments

* Proofread

* auto-lint after review
2019-04-02 13:32:20 +02:00
Sylvain Pace
25f7214830
Docs/update (#641)
* fixing typo

* keeping same convention

* avoid wrong use of word crawling

* removing superfluous comment

* make the documentation more explicit to prevent error in the key usage, introduces feedback from algolia/docsearch-scraper#438, give instruction about how to use the headless chrome

* add synonym, resolves #640

* precise sitemap

* fix typos

* removing unavailable anchor

* fixing wrong URL

* resolves #518 by removing unwanted char from anchors

* fixing linter issues

* fix remark-lint warning
2019-03-28 14:32:31 +01:00
Dan Allen
98b7a7f826 document the UPDATE_NB_HITS configuration variable (#583) 2019-03-22 15:11:59 +01:00
Sylvain Pace
426d337b3f
Update required-configuration.md
Fix typo
2019-03-22 13:37:38 +01:00
s-pace
5197b6dd7b fix linter error 2019-03-12 10:28:54 +01:00
s-pace
088bf96729 better docsearch management, fix typos 2019-03-12 10:20:46 +01:00
s-pace
c3fd6c04be move global recommendation 2019-03-12 10:01:35 +01:00
s-pace
aaa74a88ae resolves #627 2019-03-12 09:37:44 +01:00
s-pace
d84f6bc248 moving recommendated to required configuration 2019-03-12 09:36:32 +01:00
Raphael Cunha
0f39908bcc Fixed VuePress Algolia link (#630)
The previous link was going to a 404 page
2019-03-10 21:38:28 +01:00
s-pace
8fdb137407 fix typos 2019-02-08 16:26:33 +01:00
s-pace
d41f0524d0 fix typos 2019-02-08 16:20:32 +01:00
s-pace
fcbb3267a6 fix 404 2019-01-31 00:39:33 +01:00
s-pace
6aea9a4a75 update link vuepress 2019-01-24 22:41:49 +01:00
Roger Sheen
4a240c7ef7 Fix Analytics typo (#591) 2019-01-24 16:06:48 +01:00
Florimond Manca
46cbd18ed6 Fix dead VuePress link (#576) 2018-12-29 10:23:38 +01:00
loveky
2d258487ed fix 404 page caused by .HTML (#575) 2018-12-25 17:52:34 +01:00
Sylvain Pace
accd4f4ba6
Update/doc (#571)
* fix wrong idiom

* fixing behavior

* updating config file

* update crawler-overview

* update

* update

* update

* update

* update

* update

* update

* update

* introduce meta

* better header handling

* better header handling

* better header handling

* better header handling

* better header handling

* better header handling

* better header handling

* fix errors

* fix errors

* Update docs/src/behavior.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/recommended-configuration.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/recommended-configuration.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/recommended-configuration.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* fixing facetFilters explanation as reviewed

* fix typo

* solve equals to
2018-12-22 11:55:27 +01:00
s-pace
ccae1b6a77 consistency 2018-12-19 16:27:27 +01:00
s-pace
81367734ad better rendering 2018-12-19 16:27:27 +01:00
s-pace
938b533636 update documentation as algolia/docsearch-scraper#431 2018-12-19 16:27:27 +01:00
Matthew Setter
e5552fac38 Fix a set of minor typos in the text (#570)
This commit just fixes a set of minor typos in the text, that I found while reading through it. It also makes a small grammar adjustment as well, for greater reading clarity.
2018-12-19 11:19:05 +01:00
Sylvain Pace
e8e85b57dc
Homepage/updating logo carousel (#562)
* replacing go by jquery

* reducing size of momentjs
2018-12-11 10:34:46 +01:00
Tim Carry
f24d4b89d0 Update docs/src/run-your-own.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
2018-11-28 13:54:44 +01:00
Tim Carry
864bc71548 Update docs/src/config-file.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
2018-11-28 13:54:44 +01:00
s-pace
a94a777e10 update as algolia/docsearch-scraper#419 2018-11-28 13:54:44 +01:00
Sylvain Pace
9a1f15e913
Doc/update setup (#546)
* updating beahviour

* update docs/src/config-file.md

* fixing error

* Update docs/src/config-file.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/run-your-own.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/behavior.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/config-file.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/run-your-own.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/run-your-own.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* Update docs/src/run-your-own.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>

* chore(doc): Typo fixes
2018-11-27 11:35:56 +01:00
Tim Carry
a470c480dd
feat(ctrl-click): Enable Ctrl-Click on suggestions (#542)
* feat(ctrl-click): Enable Ctrl-Click on suggestions

This updates the underlying autocomplete.js to a version that passes
the selection context (click or keyboard) to the
`autocomplete:selected` event.

With the default `handleSelected, and in the case of a click, it will
do nothing (as each suggestion already being a `<a href>`, it will
already follow the link), but manually change the location for
keyboard navigation.

When a custom `handleSelected` is set though, default browser clicks
on suggestions are disabled and only `handleSelected` is called. This
is to keep backward compatibility with all the live websites that
might already use `handleSelected`.

* fix(test): Making sure it does not crash when no context is passed
2018-11-21 15:47:41 +01:00
Sylvain Pace
2c6e6bc240
[doc content] Enhancement of the recommendation section (#528)
* enhance recommendation

* Update docs/src/recommended-configuration.md

Co-Authored-By: s-pace <sylvain.pace@algolia.com>
2018-11-06 11:24:20 +01:00
Bisaloo
955a099212 docs(website): fix typo (#511) 2018-10-23 16:43:11 +02:00
Sylvain Pace
bdce8ac5a7
Doc/recommended configuration (#505)
* adding user_agent

* promorting recomended configuration

* update image
2018-10-22 10:43:20 +02:00
Tim Carry
f9a11a0a20
Update installation instructions (#496)
The `./docsearch docker:build` command cannot be run without
previously installing the python dependencies as those dependencies
are needed to run the CLI.
2018-10-11 18:20:54 +02:00
Tim Carry
8339e568e2
docs(css-helper): Add a page about a CSS helper to create a config (#501) 2018-10-11 18:00:58 +02:00
Tim Carry
abbca83a12
Auto lint content (#492)
* Auto fix linting in documentation Markdown on commit

* Auto lint content
2018-10-08 13:24:06 +02:00
Tim Carry
3e4c20fa0f
Adding a way to add CSS directly in markdown (#476)
* docs(markdown): Allow adding CSS classes directly to Markdown

* docs(markdown): Document the {my-class} syntax in the README
2018-10-08 13:18:40 +02:00
Sylvain Pace
8c420c9b8f
restraining the bootstrap demo to the latest version (#474) 2018-10-02 17:46:31 +02:00
Clément Denoix
2aa5f1c194
Add LaRecipe to the list of Integrations (#456) 2018-09-21 14:22:30 +02:00
Sylvain Pace
cd46aa71aa
Doc/update content (#448)
* fixing extra link

* adding  mention

* adding redundant problem

* fixing link issue

* styling fix
2018-09-10 18:32:14 +02:00
Sylvain Pace
a9962d7e5f removing backhrounf 2018-09-04 09:41:14 +02:00
Sylvain Pace
0f188f749b adding pictures 2018-09-04 09:04:00 +02:00
Sylvain Pace
641238cc3e auto fix & formating 2018-09-03 18:07:25 +02:00
Peter Villani
98a23f2158
Update integrations.md 2018-09-03 16:21:58 +02:00
Peter Villani
17cc45d8d1
Update who-can-apply.md 2018-09-03 16:00:34 +02:00
Peter Villani
8bb1074458
Update tips.md 2018-09-03 15:52:00 +02:00
Peter Villani
753efb8cc5
Update styling.md 2018-09-03 15:40:54 +02:00
Peter Villani
56499cf859
Update integrations.md 2018-09-03 15:37:33 +02:00
Peter Villani
6a50015816
Update inside-the-engine.md 2018-09-03 14:47:09 +02:00
Peter Villani
f01fa04306
Update how-does-it-work.md 2018-09-03 14:41:04 +02:00
Peter Villani
4fca279b9a
Update how-do-we-build-an-index.md 2018-09-03 13:48:49 +02:00