1
0
Fork 0

update last link

This commit is contained in:
Sylvain Pace 2018-02-08 16:17:29 +01:00
parent 5f977a8d5b
commit c8a319e4af
4 changed files with 9 additions and 10 deletions

View file

@ -22,7 +22,7 @@ ${require('./../components/communityHeader/communityHeader.html.js')({
{
"name": "instantsearch.js",
"url": "https://community.algolia.com/instantsearch.js/",
"logo": "https://community.algolia.com/img/logo-is.svg",
"logo": "https://community.algolia.com/assets/images/logo-is.svg",
"backgroundColor": "#385D72"
},{
"name": "Shopify",
@ -33,7 +33,7 @@ ${require('./../components/communityHeader/communityHeader.html.js')({
{
"name": "Helper.js",
"url": "https://community.algolia.com/algoliasearch-helper-js/",
"logo": "https://community.algolia.com/img/logo-helper.svg",
"logo": "https://community.algolia.com/assets/images/logo-helper.svg",
"backgroundColor": "#FDBD57"
},{
"name": "wordpress",
@ -52,4 +52,4 @@ ${require('./../components/communityHeader/communityHeader.html.js')({
}, assets)}
</body>
</html>
</html>

View file

@ -18,17 +18,17 @@
}, {
"name": "Autocomplete.js",
"url": "https://github.com/algolia/autocomplete.js",
"logo": "https://community.algolia.com/img/illus-autocomplete.svg",
"logo": "https://community.algolia.com/assets/images/illus-autocomplete.svg",
"backgroundColor": "#00587f"
}, {
"name": "instantsearch.js",
"url": "https://community.algolia.com/instantsearch.js/",
"logo": "https://community.algolia.com/img/logo-is.svg",
"logo": "https://community.algolia.com/assets/images/logo-is.svg",
"backgroundColor": "#385D72"
}, {
"name": "Helper.js",
"url": "https://community.algolia.com/algoliasearch-helper-js/",
"logo": "https://community.algolia.com/img/logo-helper.svg",
"logo": "https://community.algolia.com/assets/images/logo-helper.svg",
"backgroundColor": "#FDBD57"
}, {
"name": "Magento",

View file

@ -15,7 +15,7 @@ logo is included in your implementation as well.
The default colorscheme is white and gray:
[Default colorscheme](https://community.algolia.com/docsearch/img/default-colorscheme.png)
[Default colorscheme](https://community.algolia.com/docsearch/assets/images/default-colorscheme.png)
To update the colors to suit your website, you just need to override a few
colors. Here is an example of a CSS file that you can use as a basis to
@ -76,4 +76,3 @@ You can regenerate the whole final `css` file from those `scss` files by running
All you have to do now is change the `link` tag that was loading the default
styling from our CDN, to one that is loading your newly compiled file.

View file

@ -32,10 +32,10 @@
%meta{property: 'og:type', content: 'website'}
<!--[if IE]>
%link{rel: 'shortcut icon', href: '/img/favicon.png'}
%link{rel: 'shortcut icon', href: '/assets/images/favicon.png'}
<![endif]-->
%link{rel: 'icon', href: 'img/favicon.png'}
%link{rel: 'icon', href: 'assets/images/favicon.png'}
%link{rel: 'stylesheet', media: 'screen', href: 'assets/stylesheets/main.css'}
%link{rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css'}