From e54956bb41c350b04999cd160d8e862fa52e4bbb Mon Sep 17 00:00:00 2001 From: moxiegirl Date: Fri, 14 Sep 2018 16:11:58 -0700 Subject: [PATCH] Tweaking search Signed-off-by: moxiegirl --- _includes/search-hero.html | 5 +---- _includes/search.html | 5 +---- _site/2017/05/25/post63.html | 5 +---- _site/404.html | 5 +---- _site/android/tutorial.html | 11 ++++------- _site/browser/blockstack_storage.html | 11 ++++------- _site/browser/browser-introduction.html | 11 ++++------- _site/browser/faq_general.html | 11 ++++------- _site/browser/hello-blockstack.html | 11 ++++------- _site/browser/ids-introduction.html | 11 ++++------- _site/browser/multi-player-storage.html | 11 ++++------- _site/changelog/index.html | 5 +---- _site/common/construction.html | 11 ++++------- _site/contact/index.html | 5 +---- _site/core/atlas/howitworks.html | 11 ++++------- _site/core/atlas/howtouse.html | 11 ++++------- _site/core/atlas/overview.html | 11 ++++------- _site/core/faq_developer.html | 11 ++++------- _site/core/faq_technical.html | 11 ++++------- _site/core/install-api.html | 11 ++++------- _site/core/memcached.html | 11 ++++------- _site/core/naming/architecture.html | 11 ++++------- _site/core/naming/comparison.html | 11 ++++------- _site/core/naming/creationhowto.html | 11 ++++------- _site/core/naming/did.html | 11 ++++------- _site/core/naming/forks.html | 11 ++++------- _site/core/naming/introduction.html | 11 ++++------- _site/core/naming/manage.html | 11 ++++------- _site/core/naming/namespaces.html | 11 ++++------- _site/core/naming/pickname.html | 11 ++++------- _site/core/naming/register.html | 11 ++++------- _site/core/naming/resolving.html | 11 ++++------- _site/core/naming/search.html | 11 ++++------- _site/core/naming/subdomains.html | 11 ++++------- _site/core/naming/tutorial_subdomains.html | 11 ++++------- _site/core/wire-format.html | 11 ++++------- _site/feed.xml | 2 +- _site/index.html | 5 +---- _site/ios/tutorial.html | 11 ++++------- _site/news/index.html | 5 +---- _site/thanks/index.html | 5 +---- search-results.md | 5 ----- 42 files changed, 134 insertions(+), 259 deletions(-) delete mode 100644 search-results.md diff --git a/_includes/search-hero.html b/_includes/search-hero.html index 05d3a1ce..e0791c6b 100644 --- a/_includes/search-hero.html +++ b/_includes/search-hero.html @@ -8,10 +8,7 @@ selector: '#searchBox' }, results: { - embedConfig: { // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the result - url: search-results.html - contentBlock: "#search-results-placeholder" - }, + embedConfig: undefined, // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the results fullScreenConfig: undefined, // {trigger: '#ss360-search-trigger', caption: 'Search this site'}, trigger is the CSS selector to the element that starts the search full screen overlay and searchCaption the caption on the full screen search page caption: 'Found #COUNT# search results for \"#QUERY#\"', // the caption of the search results group: true, // whether results should be grouped if content groups are available diff --git a/_includes/search.html b/_includes/search.html index 783ccc6d..978fb507 100644 --- a/_includes/search.html +++ b/_includes/search.html @@ -8,10 +8,7 @@ selector: '#article-content' }, results: { - embedConfig: { // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the result - url: search-results.html - contentBlock: "#search-results-placeholder" - }, + embedConfig: undefined, // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the results fullScreenConfig: undefined, // {trigger: '#ss360-search-trigger', caption: 'Search this site'}, trigger is the CSS selector to the element that starts the search full screen overlay and searchCaption the caption on the full screen search page caption: 'Found #COUNT# search results for \"#QUERY#\"', // the caption of the search results group: true, // whether results should be grouped if content groups are available diff --git a/_site/2017/05/25/post63.html b/_site/2017/05/25/post63.html index 4c8940a0..64f1f7f4 100644 --- a/_site/2017/05/25/post63.html +++ b/_site/2017/05/25/post63.html @@ -346,10 +346,7 @@ selector: '#article-content' }, results: { - embedConfig: { // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the result - url: search-results.html - contentBlock: "#search-results-placeholder" - }, + embedConfig: undefined, // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the results fullScreenConfig: undefined, // {trigger: '#ss360-search-trigger', caption: 'Search this site'}, trigger is the CSS selector to the element that starts the search full screen overlay and searchCaption the caption on the full screen search page caption: 'Found #COUNT# search results for \"#QUERY#\"', // the caption of the search results group: true, // whether results should be grouped if content groups are available diff --git a/_site/404.html b/_site/404.html index e66e841e..f3a8e000 100644 --- a/_site/404.html +++ b/_site/404.html @@ -250,10 +250,7 @@ selector: '#article-content' }, results: { - embedConfig: { // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the result - url: search-results.html - contentBlock: "#search-results-placeholder" - }, + embedConfig: undefined, // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the results fullScreenConfig: undefined, // {trigger: '#ss360-search-trigger', caption: 'Search this site'}, trigger is the CSS selector to the element that starts the search full screen overlay and searchCaption the caption on the full screen search page caption: 'Found #COUNT# search results for \"#QUERY#\"', // the caption of the search results group: true, // whether results should be grouped if content groups are available diff --git a/_site/android/tutorial.html b/_site/android/tutorial.html index 94f92d86..a3a31ebf 100644 --- a/_site/android/tutorial.html +++ b/_site/android/tutorial.html @@ -17,9 +17,9 @@ - + +{"description":"Android SDK Tutorial (Pre-release)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/android/tutorial.html","headline":"Android SDK Tutorial (Pre-release)","dateModified":"2018-09-14T16:11:42-07:00","datePublished":"2018-09-14T16:11:42-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/android/tutorial.html"},"@context":"http://schema.org"} @@ -179,7 +179,7 @@ -