diff --git a/docs/algolia-frontend-components/build/index.html b/docs/algolia-frontend-components/build/index.html index 0d5d0e4a..b37554a7 100755 --- a/docs/algolia-frontend-components/build/index.html +++ b/docs/algolia-frontend-components/build/index.html @@ -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)} - \ No newline at end of file + diff --git a/docs/algolia-frontend-components/components/communityHeader/communityHeader.example.json b/docs/algolia-frontend-components/components/communityHeader/communityHeader.example.json index d02a38c0..b1f8ef01 100755 --- a/docs/algolia-frontend-components/components/communityHeader/communityHeader.example.json +++ b/docs/algolia-frontend-components/components/communityHeader/communityHeader.example.json @@ -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", diff --git a/docs/source/documentation/3-docsearch-autocomplete/2-customize-autocomplete-styles.html.md.erb b/docs/source/documentation/3-docsearch-autocomplete/2-customize-autocomplete-styles.html.md.erb index e91b27e6..c06e7f5c 100644 --- a/docs/source/documentation/3-docsearch-autocomplete/2-customize-autocomplete-styles.html.md.erb +++ b/docs/source/documentation/3-docsearch-autocomplete/2-customize-autocomplete-styles.html.md.erb @@ -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. - diff --git a/docs/source/layouts/default.haml b/docs/source/layouts/default.haml index 011780f3..9dd62834 100644 --- a/docs/source/layouts/default.haml +++ b/docs/source/layouts/default.haml @@ -32,10 +32,10 @@ %meta{property: 'og:type', content: 'website'} - %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'}