Renovate Bot
cb53ae8dcd
chore(deps): update dependency inquirer to v6.2.1
2018-12-09 02:09:27 +00:00
Renovate Bot
24fcf5588a
chore(deps): update babel monorepo to v7.2.0
2018-12-09 01:31:51 +00:00
Pixelastic
b8a1c309e9
docs(deploy): Automatic deployment when doc pushed to master
2018-12-03 11:05:42 +01:00
Renovate Bot
640004f19d
chore(deps): update dependency stylelint to v9.9.0
2018-12-02 03:03:30 +00:00
Renovate Bot
dddffffe15
chore(deps): update dependency prettier to v1.15.3
2018-12-02 02:48:55 +00: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
Renovate Bot
ef34acf24a
chore(deps): update dependency front-matter to v3
2018-11-28 10:59:08 +01:00
Pixelastic
9f93ffb6ff
fix(security): Fix dependencies to avoid infected event-stream
...
More info: https://github.com/dominictarr/event-stream/issues/116
2018-11-28 10:56:26 +01:00
Renovate Bot
31eebbada3
chore(deps): update dependency tailwindcss to v0.7.2
2018-11-27 21:18:24 +00:00
Renovate Bot
2d479effc2
chore(deps): update dependency stylelint to v9.8.0
2018-11-27 20:27:38 +00:00
Renovate Bot
fc1d4f666f
chore(deps): update dependency remark-reference-links to v4.0.3
2018-11-27 19:19:48 +00:00
Renovate Bot
0c9178b4aa
chore(deps): update dependency remark-frontmatter to v1.3.1
2018-11-27 18:22:00 +00:00
Renovate Bot
2869d248d0
chore(deps): update dependency prettier to v1.15.2
2018-11-27 17:21:00 +00:00
Renovate Bot
d1dfea122a
chore(deps): update dependency normalize.css to v8.0.1
2018-11-27 16:27:15 +00:00
Renovate Bot
5097c33626
chore(deps): update dependency fs-extra to v7.0.1
2018-11-27 15:31:30 +00:00
Renovate Bot
c4f6aa1044
chore(deps): update babel monorepo
2018-11-27 14:15:56 +00: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
Renovate Bot
4961506401
chore(deps): update dependency tailwindcss to v0.7.0
2018-11-04 03:14:01 +00:00
Renovate Bot
99237f50c3
chore(deps): update dependency stylelint to v9.7.1
2018-11-04 02:19:25 +00: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
Renovate Bot
4b9c526778
chore(deps): update dependency textlint to v11.0.1
2018-10-21 00:26:15 +00:00
Renovate Bot
b03a75db9c
chore(deps): update babel monorepo
2018-10-17 16:07:43 +00:00
Renovate Bot
6454370e57
chore(deps): pin dependency markdown-it-classy to 0.2.0
2018-10-11 18:11:33 +00: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
Tim Carry
dc299069d4
docs(deploy): Document how to deploy the website ( #475 )
2018-10-08 13:06:42 +02:00
Tim Carry
b422effcfa
Skip linting the docs when making a change to the root ( #484 )
...
It seems that Netlify is having some caching of the git remote and while this PR was working fine when I submitted it, it now fails as it has forgotten which remote to use.
I'm going to go and accept it, in order to group all the code that deals with Netlify in the same branch, allowing me to better have them work together.
2018-10-08 13:06:06 +02:00
Pixelastic
6dbe67fb8f
docs(live-preview): Don't fail if no change in docs
2018-10-05 08:21:41 +02:00
Pixelastic
1f0480533b
Improve debugness of Netlify scripts
2018-10-05 07:40:10 +02:00
Pixelastic
32068b1107
Update deploy preview script
2018-10-05 07:26:32 +02:00
Pixelastic
6712809393
Update deploy preview script
2018-10-05 06:03:19 +02:00
Pixelastic
31bfcdc0f1
Adding deploy previews on any changes in the docs
2018-10-04 17:58:45 +02:00
Sylvain Pace
8c420c9b8f
restraining the bootstrap demo to the latest version ( #474 )
2018-10-02 17:46:31 +02:00
Renovate Bot
64a8630c5f
chore(deps): update dependency stylelint to v9.6.0
2018-09-30 08:23:08 +00:00
Renovate Bot
5ca40366a2
chore(deps): update dependency eslint-plugin-prettier to v2.7.0
2018-09-30 07:08:45 +00:00
Renovate Bot
25d0a5220a
chore(deps): update dependency tailwindcss to v0.6.6
2018-09-29 03:17:07 +00:00
Renovate Bot
c1f53dc0fc
chore(deps): update dependency remark-frontmatter to v1.3.0
2018-09-29 01:15:51 +00:00
Renovate Bot
b4b71699c0
chore(deps): update dependency prettier to v1.14.3
2018-09-29 00:19:21 +00:00
Renovate Bot
5f5e9c6c08
chore(deps): update dependency @fullhuman/postcss-purgecss to v1.1.0
2018-09-23 00:48:58 +00:00
Clément Denoix
2aa5f1c194
Add LaRecipe to the list of Integrations ( #456 )
2018-09-21 14:22:30 +02:00
Renovate Bot
fa806101a3
chore(deps): update dependency lodash to v4.17.11
2018-09-17 02:16:43 +00:00
Renovate Bot
acfb172683
chore(deps): update dependency @babel/core to v7.0.1
2018-09-16 00:08:25 +00: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