From 1af319a541c6ab5755094d0847214af647eb7a3c Mon Sep 17 00:00:00 2001 From: moxiegirl Date: Thu, 13 Sep 2018 13:04:45 -0700 Subject: [PATCH] Updating site search Signed-off-by: moxiegirl --- _config.yml | 2 +- _includes/hero.html | 2 +- _includes/search-hero.html | 42 +++++++++++++ _includes/search.html | 34 ++++++++++- _layouts/bns.html | 70 ---------------------- _layouts/core.html | 2 +- _layouts/default.html | 8 ++- _redirects | 2 + _site/2017/05/25/post63.html | 62 +++++++++++++++---- _site/404.html | 54 ++++++++++++++--- _site/android/tutorial.html | 62 +++++++++++++++---- _site/browser/blockstack_storage.html | 62 +++++++++++++++---- _site/browser/browser-introduction.html | 62 +++++++++++++++---- _site/browser/faq_general.html | 62 +++++++++++++++---- _site/browser/hello-blockstack.html | 62 +++++++++++++++---- _site/browser/ids-introduction.html | 62 +++++++++++++++---- _site/changelog/index.html | 52 +++++++++++++--- _site/common/construction.html | 62 +++++++++++++++---- _site/contact/index.html | 52 +++++++++++++--- _site/core/README.md | 5 -- _site/core/atlas/howitworks.html | 64 +++++++++++++++----- _site/core/atlas/howtouse.html | 64 +++++++++++++++----- _site/core/atlas/overview.html | 64 +++++++++++++++----- _site/core/faq_developer.html | 62 +++++++++++++++---- _site/core/faq_technical.html | 64 +++++++++++++++----- _site/core/install-api.html | 64 +++++++++++++++----- _site/core/memcached.html | 64 +++++++++++++++----- _site/core/naming/architecture.html | 64 +++++++++++++++----- _site/core/naming/comparison.html | 64 +++++++++++++++----- _site/core/naming/creationhowto.html | 64 +++++++++++++++----- _site/core/naming/did.html | 64 +++++++++++++++----- _site/core/naming/forks.html | 64 +++++++++++++++----- _site/core/naming/introduction.html | 64 +++++++++++++++----- _site/core/naming/manage.html | 64 +++++++++++++++----- _site/core/naming/namespaces.html | 64 +++++++++++++++----- _site/core/naming/pickname.html | 64 +++++++++++++++----- _site/core/naming/register.html | 64 +++++++++++++++----- _site/core/naming/resolving.html | 64 +++++++++++++++----- _site/core/naming/search.html | 64 +++++++++++++++----- _site/core/naming/subdomains.html | 64 +++++++++++++++----- _site/core/naming/tutorial_subdomains.html | 64 +++++++++++++++----- _site/core/wire-format.html | 64 +++++++++++++++----- _site/feed.xml | 6 +- _site/index.html | 56 +++++++++++++---- _site/ios/tutorial.html | 62 +++++++++++++++---- _site/news/index.html | 52 +++++++++++++--- _site/thanks/index.html | 52 +++++++++++++--- 47 files changed, 1897 insertions(+), 558 deletions(-) create mode 100644 _includes/search-hero.html delete mode 100644 _layouts/bns.html create mode 100644 _redirects delete mode 100644 _site/core/README.md diff --git a/_config.yml b/_config.yml index 9666e062..57f1b9b2 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ baseurl: "" # permalink: /:title/ # Site base hostname & protocol, e.g. http://example.com -url: "https://zbabystack.netlify.com" +url: "https://docs.blockstack.org" repository: moxiegirl/docs.blockstack staticman: diff --git a/_includes/hero.html b/_includes/hero.html index f820c1fb..f33e8b0f 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -15,7 +15,7 @@
    diff --git a/_includes/search-hero.html b/_includes/search-hero.html new file mode 100644 index 00000000..bbff51e9 --- /dev/null +++ b/_includes/search-hero.html @@ -0,0 +1,42 @@ + + diff --git a/_includes/search.html b/_includes/search.html index 11a675d5..5f9ea6f8 100644 --- a/_includes/search.html +++ b/_includes/search.html @@ -4,7 +4,39 @@ /* Your site id */ siteId: 'blockstack', /* A CSS selector that points to your search box */ - searchBox: {selector: '#searchBox'} + searchBox: { + selector: '#searchBox' + }, + results: { + 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 + filters: undefined, + num: 96, // the maximum number of search results to be shown + highlightQueryTerms: true, // whether to highlight the query terms in search results + moreResultsButton: "Show more results", // HTML for the more results button, all results will be shown if this is null + noResultsText: 'Sorry, we have not found any matches for your query.', // the text to show when there are no results + queryCorrectionText: 'Did you mean "#CORRECTION#"?', + searchQueryParamName: 'ss360Query', // the name of the search query parameter + linksOpenNewTab: false, // should clicking on the result links open a new tab/window? + showSearchBoxLayover: true, //whether to show search box in search result layover + moreResultsPagingSize: 12, // the number of new results to show each time the more results button is pressed (max: 24) + orderByRelevanceText: "Relevance" // the text to be shown in order select box to describe 'order by relevance' option + }, + suggestions: { + show: true, // whether to show search suggestions + maxQuerySuggestions: 3, // the maximum number of query suggestions + querySuggestionHeadline: undefined, // the headline of the query suggestions, leave blank if no headline should be shown + emptyQuerySuggestions: undefined, + showImages: false, // show images in search suggestions + num: 6, // the maximum number of search suggestions to be shown + minChars: 3, // minimum number of characters before the suggestions shows, default: 3, + maxWidth: 'auto', // the maximum width of the suggest box, default: as wide as the input box, at least 275px + throttleTime: 300, // the number of milliseconds before the suggest is triggered after finished input, default: 300ms + extraHtml: undefined, // extra HTML code that is shown in each search suggest, you can even show values of datapoints here, + highlight: true, // whether matched words should be highlighted, default: true + } }; diff --git a/_layouts/bns.html b/_layouts/bns.html deleted file mode 100644 index 79e84616..00000000 --- a/_layouts/bns.html +++ /dev/null @@ -1,70 +0,0 @@ ---- -layout: default ---- - -
    -
    -
    - - - -
    - -
    - -

    {{ page.title | escape }}

    - - {% if page.subtitle %}

    {{ page.subtitle }}

    {% endif %} - - - -
    - {{ content }} - {% include share.html %} -
    - -
    - - {% include paginate-doc.html %} - - {% include related-bns.html %} - - {% if site.disqus.shortname %} {% include disqus_comments.html %} {% endif %} -
    - - - -
    - -
    -
    diff --git a/_layouts/core.html b/_layouts/core.html index ef8f6389..cac8a56b 100644 --- a/_layouts/core.html +++ b/_layouts/core.html @@ -47,7 +47,7 @@ layout: default {% include post-meta.html %}
    - +
    {{ content }} {% include share.html %}
    diff --git a/_layouts/default.html b/_layouts/default.html index 54992b94..3faffbb7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,7 +19,13 @@ {% include footer.html %} {% endif %} - {% include search.html %} + {% if page.hero %} + {% include search-hero.html %} + {% else %} + {% include search.html %} + {% endif %} + + diff --git a/_redirects b/_redirects new file mode 100644 index 00000000..75f5bf3e --- /dev/null +++ b/_redirects @@ -0,0 +1,2 @@ +# Redirect default Netlify subdomain to primary domain +https://docsproduction.netlify.com/* https://docs.blockstack.org/:splat 301! diff --git a/_site/2017/05/25/post63.html b/_site/2017/05/25/post63.html index 0d79772e..f3f493f7 100644 --- a/_site/2017/05/25/post63.html +++ b/_site/2017/05/25/post63.html @@ -13,16 +13,16 @@ - - + + +{"description":"Site tags","author":{"@type":"Person","name":"John Black"},"@type":"BlogPosting","url":"https://docs.blockstack.org/2017/05/25/post63.html","headline":"Site tags","dateModified":"2017-05-25T00:00:00-07:00","datePublished":"2017-05-25T00:00:00-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/2017/05/25/post63.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
    - +
    - + Alt for image @@ -214,7 +214,7 @@
      - +
    • @@ -335,17 +335,53 @@ - + + + diff --git a/_site/404.html b/_site/404.html index 810f89dc..a1563692 100644 --- a/_site/404.html +++ b/_site/404.html @@ -13,14 +13,14 @@ - - + + +{"description":"Docs","author":{"@type":"Person","name":"Blockstack"},"@type":"WebPage","url":"https://docs.blockstack.org/404.html","headline":"Feeling Lost","@context":"http://schema.org"} - + @@ -39,7 +39,7 @@
      - +

      homepage.

      +

      The page you are looking for cannot be found. Please navigate to homepage.

      @@ -118,7 +118,7 @@
        - +
      • @@ -239,17 +239,53 @@ - + + + diff --git a/_site/android/tutorial.html b/_site/android/tutorial.html index 69b1899a..5a4924e7 100644 --- a/_site/android/tutorial.html +++ b/_site/android/tutorial.html @@ -13,16 +13,16 @@ - - + + - + +{"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-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/android/tutorial.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
        @@ -1047,8 +1047,8 @@ know about your experience by tweeting to

        Learn more about Blockstack by trying another tutorial.

        @@ -1095,7 +1095,7 @@ know about your experience by tweeting to
          - +
        • @@ -1216,17 +1216,53 @@ know about your experience by tweeting to - + + + diff --git a/_site/browser/blockstack_storage.html b/_site/browser/blockstack_storage.html index 8381d07d..17328604 100644 --- a/_site/browser/blockstack_storage.html +++ b/_site/browser/blockstack_storage.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Blockstack Storage Tutorial","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/browser/blockstack_storage.html","headline":"Blockstack Storage Tutorial","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/blockstack_storage.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
          @@ -1078,8 +1078,8 @@ about Blockstack. To use a working version of the app go here.

          @@ -1126,7 +1126,7 @@ about Blockstack. To use a working version of the app go
            - +
          • @@ -1247,17 +1247,53 @@ about Blockstack. To use a working version of the app go - + + + diff --git a/_site/browser/browser-introduction.html b/_site/browser/browser-introduction.html index 487a051f..ccdcc044 100644 --- a/_site/browser/browser-introduction.html +++ b/_site/browser/browser-introduction.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Use the Blockstack Browser","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/browser/browser-introduction.html","headline":"Use the Blockstack Browser","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/browser-introduction.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
            @@ -495,8 +495,8 @@ but that is not explained here.

            @@ -543,7 +543,7 @@ but that is not explained here.

              - +
            • @@ -664,17 +664,53 @@ but that is not explained here.

              - + + + diff --git a/_site/browser/faq_general.html b/_site/browser/faq_general.html index 6788b4c7..5e72e0b7 100644 --- a/_site/browser/faq_general.html +++ b/_site/browser/faq_general.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Users Frequently Asked Questions (FAQ)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/browser/faq_general.html","headline":"Users Frequently Asked Questions (FAQ)","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/faq_general.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
              @@ -245,8 +245,8 @@ Browser, or use our started with them right away.

              @@ -293,7 +293,7 @@ started with them right away.

                - +
              • @@ -414,17 +414,53 @@ started with them right away.

                - + + + diff --git a/_site/browser/hello-blockstack.html b/_site/browser/hello-blockstack.html index c4b69866..b1b68ce4 100644 --- a/_site/browser/hello-blockstack.html +++ b/_site/browser/hello-blockstack.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Hello, Blockstack Tutorial","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/browser/hello-blockstack.html","headline":"Hello, Blockstack Tutorial","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/hello-blockstack.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                @@ -628,8 +628,8 @@ user home screens. The contents are very simple:

                You’re well on your way to becoming a Blockstack app legend.

                @@ -676,7 +676,7 @@ You’re well on your way to becoming a Blockstack app legend.

                  - +
                • @@ -797,17 +797,53 @@ You’re well on your way to becoming a Blockstack app legend.

                  - + + + diff --git a/_site/browser/ids-introduction.html b/_site/browser/ids-introduction.html index feb11da3..67d5f85a 100644 --- a/_site/browser/ids-introduction.html +++ b/_site/browser/ids-introduction.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Get and use a Blockstack ID","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/browser/ids-introduction.html","headline":"Get and use a Blockstack ID","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/ids-introduction.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                  @@ -402,8 +402,8 @@ recovery key rather than your code to restore your identity.

                  At this point, you can go work with Dapps or you can review your recovery key.

                  @@ -450,7 +450,7 @@ recovery key rather than your code to restore your identity.

                    - +
                  • @@ -571,17 +571,53 @@ recovery key rather than your code to restore your identity.

                    - + + + diff --git a/_site/changelog/index.html b/_site/changelog/index.html index e593f017..dc2d1044 100644 --- a/_site/changelog/index.html +++ b/_site/changelog/index.html @@ -13,14 +13,14 @@ - - + + +{"description":"Docs","author":{"@type":"Person","name":"Blockstack"},"@type":"WebPage","url":"https://docs.blockstack.org/changelog/","headline":"Changelog","@context":"http://schema.org"} - + @@ -39,7 +39,7 @@
                    - +
                    • @@ -325,17 +325,53 @@ - + + + diff --git a/_site/common/construction.html b/_site/common/construction.html index ade5813d..06e9c3df 100644 --- a/_site/common/construction.html +++ b/_site/common/construction.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Excuse our dust!","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/common/construction.html","headline":"Excuse our dust!","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/common/construction.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                      @@ -156,8 +156,8 @@

                      This section UNDER CONSTRUCTION please comeback and visit us soon. If you have questions about this area or suggestions for content, please feel free to post on the Blockstack Forum.

                      @@ -191,7 +191,7 @@
                        - +
                      • @@ -312,17 +312,53 @@ - + + + diff --git a/_site/contact/index.html b/_site/contact/index.html index d1529cdf..5446528e 100644 --- a/_site/contact/index.html +++ b/_site/contact/index.html @@ -13,14 +13,14 @@ - - + + +{"description":"Docs","author":{"@type":"Person","name":"Blockstack"},"@type":"WebPage","url":"https://docs.blockstack.org/contact/","headline":"Got Any Questions?","@context":"http://schema.org"} - + @@ -39,7 +39,7 @@
                        - +
                          - +
                        • @@ -244,17 +244,53 @@ You can also request + + + + + diff --git a/_site/core/README.md b/_site/core/README.md deleted file mode 100644 index 5bdcd3df..00000000 --- a/_site/core/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# About this `docs` directory - -The contents of this directory acts as source for material for -[docs.blockstack.org](https://docs.blockstack.org/), a searchabe documentation -site for all things Blockstack. diff --git a/_site/core/atlas/howitworks.html b/_site/core/atlas/howitworks.html index 69d911a0..b884ef90 100644 --- a/_site/core/atlas/howitworks.html +++ b/_site/core/atlas/howitworks.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"How Atlas Works","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/atlas/howitworks.html","headline":"How Atlas Works","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/howitworks.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                          - +

                          Atlas was designed to overcome the structural weaknesses inherent to all distributed hash tables. In particular, it uses an unstructured peer network to @@ -465,8 +465,8 @@ which ones are missing which chunks can be found here.

                          @@ -513,7 +513,7 @@ which ones are missing which chunks can be found
                            - +
                          • @@ -634,17 +634,53 @@ which ones are missing which chunks can be found - + + + diff --git a/_site/core/atlas/howtouse.html b/_site/core/atlas/howtouse.html index 7d9905bc..52049bc6 100644 --- a/_site/core/atlas/howtouse.html +++ b/_site/core/atlas/howtouse.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"How to Use the Atlas Network","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/atlas/howtouse.html","headline":"How to Use the Atlas Network","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/howtouse.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                            - +

                            This section teaches you how to use the Atlas network, it contains the following sections:

                            @@ -399,8 +399,8 @@ and makes it less likely that a chunk will get lost due to individual node failures.

                            @@ -447,7 +447,7 @@ failures.

                              - +
                            • @@ -568,17 +568,53 @@ failures.

                              - + + + diff --git a/_site/core/atlas/overview.html b/_site/core/atlas/overview.html index a61b635a..d73f3115 100644 --- a/_site/core/atlas/overview.html +++ b/_site/core/atlas/overview.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Overview of the Atlas network","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/atlas/overview.html","headline":"Overview of the Atlas network","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/overview.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                              - +

                              This document describes the Atlas network, a peer-to-peer content-addressed storage system whose chunks’ hashes are announced on a public blockchain. Atlas @@ -453,8 +453,8 @@ feature table describes Atlas in relation to other popular chunk stores.

                              as part of the protocol.

                              @@ -501,7 +501,7 @@ as part of the protocol.

                                - +
                              • @@ -622,17 +622,53 @@ as part of the protocol.

                                - + + + diff --git a/_site/core/faq_developer.html b/_site/core/faq_developer.html index 33fcb2f6..6f779b28 100644 --- a/_site/core/faq_developer.html +++ b/_site/core/faq_developer.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Developer FAQs","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/faq_developer.html","headline":"Developer FAQs","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/faq_developer.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                @@ -355,8 +355,8 @@ principle applies to a lot of useful decentralized applications.

                                relevant Javascript library into your application.

                                @@ -403,7 +403,7 @@ relevant Javascript library into your application.

                                  - +
                                • @@ -524,17 +524,53 @@ relevant Javascript library into your application.

                                  - + + + diff --git a/_site/core/faq_technical.html b/_site/core/faq_technical.html index 4379224a..b2f89a58 100644 --- a/_site/core/faq_technical.html +++ b/_site/core/faq_technical.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Blockstack Technical FAQ","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/faq_technical.html","headline":"Blockstack Technical FAQ","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/faq_technical.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                  - +
                                  • Who should build on Blockstack?
                                  • @@ -473,8 +473,8 @@ by asking a subdomain registrar to create one for you.

                                    Yes! It’s at https://explorer.blockstack.org

                                  @@ -521,7 +521,7 @@ by asking a subdomain registrar to create one for you.

                                    - +
                                  • @@ -642,17 +642,53 @@ by asking a subdomain registrar to create one for you.

                                    - + + + diff --git a/_site/core/install-api.html b/_site/core/install-api.html index 4be481c9..2be03f9a 100644 --- a/_site/core/install-api.html +++ b/_site/core/install-api.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Blockstack API","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/install-api.html","headline":"Blockstack API","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/install-api.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                    - +
                                    • Search Subsystem
                                    • @@ -376,8 +376,8 @@ sudo systemctl restart nginx instructions.

                                    @@ -424,7 +424,7 @@ instructions.

                                      - +
                                    • @@ -545,17 +545,53 @@ instructions.

                                      - + + + diff --git a/_site/core/memcached.html b/_site/core/memcached.html index c66f126d..42af889b 100644 --- a/_site/core/memcached.html +++ b/_site/core/memcached.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Installing Memcached","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/memcached.html","headline":"Installing Memcached","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/memcached.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                      - +

                                      The Blockstack API optionally uses memcached and pylibmc for scaling read-only calls. If you want to enable this functionality then you should have memcached @@ -312,8 +312,8 @@ $ echo stats | nc localhost 11211

                                      @@ -360,7 +360,7 @@ $ echo stats | nc localhost 11211
                                        - +
                                      • @@ -481,17 +481,53 @@ $ echo stats | nc localhost 11211 - + + + diff --git a/_site/core/naming/architecture.html b/_site/core/naming/architecture.html index a47371c9..6a08ec6e 100644 --- a/_site/core/naming/architecture.html +++ b/_site/core/naming/architecture.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Understand the Architecture","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/architecture.html","headline":"Understand the Architecture","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/architecture.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                        - +

                                        The BNS node is the heart of the system. It is responsible for building up and replicating global name state.

                                        @@ -362,8 +362,8 @@ sending their own transactions.

                                        the reader to client-specific documentation for registering and managing names.

                                        @@ -410,7 +410,7 @@ the reader to client-specific documentation for registering and managing names.<
                                          - +
                                        • @@ -531,17 +531,53 @@ the reader to client-specific documentation for registering and managing names.< - + + + diff --git a/_site/core/naming/comparison.html b/_site/core/naming/comparison.html index f2a5e283..67dad150 100644 --- a/_site/core/naming/comparison.html +++ b/_site/core/naming/comparison.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Naming system feature comparison","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/comparison.html","headline":"Naming system feature comparison","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/comparison.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                          - +

                                          BNS is not the only naming system in wide-spread use, nor is it the only decentralized naming system that implements human-readable, globally-unique, and @@ -499,8 +499,8 @@ name’s namespace. This has the effect of making the blockchain miners’ hold slightly more valuable.

                                          @@ -547,7 +547,7 @@ slightly more valuable.

                                            - +
                                          • @@ -668,17 +668,53 @@ slightly more valuable.

                                            - + + + diff --git a/_site/core/naming/creationhowto.html b/_site/core/naming/creationhowto.html index 83ebbb16..b1974615 100644 --- a/_site/core/naming/creationhowto.html +++ b/_site/core/naming/creationhowto.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Creating a Namespace","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/creationhowto.html","headline":"Creating a Namespace","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/creationhowto.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                            - +

                                            There are four steps to creating a namespace:

                                            @@ -331,8 +331,8 @@ developers individula support to create your own namespace, given the large amou cryptocurrency at stake.

                                            @@ -379,7 +379,7 @@ cryptocurrency at stake.

                                              - +
                                            • @@ -500,17 +500,53 @@ cryptocurrency at stake.

                                              - + + + diff --git a/_site/core/naming/did.html b/_site/core/naming/did.html index c1bbb415..e59b7e80 100644 --- a/_site/core/naming/did.html +++ b/_site/core/naming/did.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Decentralized Identifiers (DIDs)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/did.html","headline":"Decentralized Identifiers (DIDs)","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/did.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                              - +

                                              BNS nodes are compliant with the emerging Decentralized Identity Foundation protocol @@ -373,8 +373,8 @@ second is encoded with version byte 63).

                                              @@ -421,7 +421,7 @@ second is encoded with version byte 63).

                                                - +
                                              • @@ -542,17 +542,53 @@ second is encoded with version byte 63).

                                                - + + + diff --git a/_site/core/naming/forks.html b/_site/core/naming/forks.html index 1bc24642..db1296be 100644 --- a/_site/core/naming/forks.html +++ b/_site/core/naming/forks.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"BNS Forks","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/forks.html","headline":"BNS Forks","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/forks.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                - +

                                                BNS effectively uses a public blockchain to store a database log. A BNS peer bootstraps itself by downloading and replaying the database log from the @@ -404,8 +404,8 @@ to the fork-set with the highest cumulative burn.

                                                Work is currently underway to automate this process.

                                                @@ -452,7 +452,7 @@ to the fork-set with the highest cumulative burn.

                                                  - +
                                                • @@ -573,17 +573,53 @@ to the fork-set with the highest cumulative burn.

                                                  - + + + diff --git a/_site/core/naming/introduction.html b/_site/core/naming/introduction.html index ce3beb3b..8dfa8779 100644 --- a/_site/core/naming/introduction.html +++ b/_site/core/naming/introduction.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Blockstack Naming Service (BNS)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/introduction.html","headline":"Blockstack Naming Service (BNS)","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/introduction.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                  - +

                                                  This document gives an overview of how the Blockstack Naming Service work. This section introduces you to BNS and explains the following concepts:

                                                  @@ -486,8 +486,8 @@ between these name objects is presented below:

                                                  [1] Requires the cooperation of a BNS name owner to broadcast its transactions

                                                  @@ -534,7 +534,7 @@ between these name objects is presented below:

                                                    - +
                                                  • @@ -655,17 +655,53 @@ between these name objects is presented below:

                                                    - + + + diff --git a/_site/core/naming/manage.html b/_site/core/naming/manage.html index 2e2fc2e9..09c37f32 100644 --- a/_site/core/naming/manage.html +++ b/_site/core/naming/manage.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Manage BNS Names","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/manage.html","headline":"Manage BNS Names","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/manage.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                    - +

                                                    This section teaches you how to manage your namespace, it contains the following sections:

                                                    @@ -394,8 +394,8 @@ key hash and a new zone file hash. See the tra document for details on how to construct this transaction.

                                                    @@ -442,7 +442,7 @@ document for details on how to construct this transaction.

                                                      - +
                                                    • @@ -563,17 +563,53 @@ document for details on how to construct this transaction.

                                                      - + + + diff --git a/_site/core/naming/namespaces.html b/_site/core/naming/namespaces.html index fabc4d35..f98bfaa3 100644 --- a/_site/core/naming/namespaces.html +++ b/_site/core/naming/namespaces.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Understand Namespaces","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/namespaces.html","headline":"Understand Namespaces","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/namespaces.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                      - +

                                                      Namespaces are the top-level naming objects in BNS.

                                                      @@ -408,8 +408,8 @@ between these name objects is presented below:

                                                      [1] Requires the cooperation of a BNS name owner to broadcast its transactions

                                                      @@ -456,7 +456,7 @@ between these name objects is presented below:

                                                        - +
                                                      • @@ -577,17 +577,53 @@ between these name objects is presented below:

                                                        - + + + diff --git a/_site/core/naming/pickname.html b/_site/core/naming/pickname.html index fbdb9dfb..29195627 100644 --- a/_site/core/naming/pickname.html +++ b/_site/core/naming/pickname.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Choose a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/pickname.html","headline":"Choose a name","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/pickname.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                        - +

                                                        This section explains how to choose and create a namespace, it contains the following sections:

                                                        @@ -439,8 +439,8 @@ developers request individual support before creating their own space, given the cryptocurrency at stake.

                                                        @@ -487,7 +487,7 @@ cryptocurrency at stake.

                                                          - +
                                                        • @@ -608,17 +608,53 @@ cryptocurrency at stake.

                                                          - + + + diff --git a/_site/core/naming/register.html b/_site/core/naming/register.html index e1aabe04..dfac2dea 100644 --- a/_site/core/naming/register.html +++ b/_site/core/naming/register.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Register a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/register.html","headline":"Register a name","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/register.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                          - +

                                                          This section explains registering BNS names and provides instructions for methods you can use to understandt the cost of namespace registration.

                                                          @@ -390,8 +390,8 @@ dynamically and automatically, and broadcast both the transaction format document.

                                                          @@ -438,7 +438,7 @@ dynamically and automatically, and broadcast both the
                                                            - +
                                                          • @@ -559,17 +559,53 @@ dynamically and automatically, and broadcast both the + + + + + diff --git a/_site/core/naming/resolving.html b/_site/core/naming/resolving.html index 51c627af..e3f95d9b 100644 --- a/_site/core/naming/resolving.html +++ b/_site/core/naming/resolving.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Resolve a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/resolving.html","headline":"Resolve a name","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/resolving.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                            - +

                                                            This section explains resolving BNS names and provides instructions for methods you can use to accomplish namespace resolution.

                                                            @@ -560,8 +560,8 @@ under its previous owner, if the name expired and was reregistered.

                                                            subdomains.

                                                            @@ -608,7 +608,7 @@ under its previous owner, if the name expired and was reregistered.

                                                              - +
                                                            • @@ -729,17 +729,53 @@ under its previous owner, if the name expired and was reregistered.

                                                              - + + + diff --git a/_site/core/naming/search.html b/_site/core/naming/search.html index f87c0969..33699271 100644 --- a/_site/core/naming/search.html +++ b/_site/core/naming/search.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"How to build a Profile Search Index","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/search.html","headline":"How to build a Profile Search Index","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/search.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                              - +

                                                              The search subsystem for Blockstack Core creates an index for data associated with registered names in namespaces and makes that data searchable.

                                                              @@ -471,8 +471,8 @@ bin/elasticsearch -d (on linux)
                                                              @@ -519,7 +519,7 @@ bin/elasticsearch -d (on linux)
                                                                - +
                                                              • @@ -640,17 +640,53 @@ bin/elasticsearch -d (on linux) - + + + diff --git a/_site/core/naming/subdomains.html b/_site/core/naming/subdomains.html index a1b22771..e285d675 100644 --- a/_site/core/naming/subdomains.html +++ b/_site/core/naming/subdomains.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"BNS Subdomains","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/subdomains.html","headline":"BNS Subdomains","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/subdomains.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                                - +

                                                                This section explains BNS subdomains and provides instructions for methods you can use to work with them. The following topics are included:

                                                                @@ -530,8 +530,8 @@ Please see the tutorial on runni details on how to use it.

                                                                @@ -578,7 +578,7 @@ details on how to use it.

                                                                  - +
                                                                • @@ -699,17 +699,53 @@ details on how to use it.

                                                                  - + + + diff --git a/_site/core/naming/tutorial_subdomains.html b/_site/core/naming/tutorial_subdomains.html index 0e2077c6..49da8db5 100644 --- a/_site/core/naming/tutorial_subdomains.html +++ b/_site/core/naming/tutorial_subdomains.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Subdomain Design and Implementation","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/naming/tutorial_subdomains.html","headline":"Subdomain Design and Implementation","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/tutorial_subdomains.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                                  - +

                                                                  Subdomains allow us to provide names to end users cheaply (and quickly). This tutorial explains you how to create, register, and run a subdomain register, it @@ -607,8 +607,8 @@ correct environment variables for it to run).

                                                                  @@ -655,7 +655,7 @@ correct environment variables for it to run).

                                                                    - +
                                                                  • @@ -776,17 +776,53 @@ correct environment variables for it to run).

                                                                    - + + + diff --git a/_site/core/wire-format.html b/_site/core/wire-format.html index 21c043dc..d152f21b 100644 --- a/_site/core/wire-format.html +++ b/_site/core/wire-format.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"Bitcoin wire format","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/core/wire-format.html","headline":"Bitcoin wire format","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/wire-format.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                                    - +

                                                                    This page is for organizations who want to be able to create and send name operation transactions to the blockchain(s) Blockstack supports. It describes the transaction formats for the Bitcoin blockchain.

                                                                    @@ -868,8 +868,8 @@ def hash128(data):
                                                                    @@ -916,7 +916,7 @@ def hash128(data):
                                                                      - +
                                                                    • @@ -1037,17 +1037,53 @@ def hash128(data): - + + + diff --git a/_site/feed.xml b/_site/feed.xml index a96d9c69..c5d43b29 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2018-09-12T18:20:57-07:00https://zbabystack.netlify.com/BlockstackDocsBlockstackSite tags2017-05-25T00:00:00-07:002017-05-25T00:00:00-07:00https://zbabystack.netlify.com/2017/05/25/post63<p>https://zbabystack.netlify.com/assets/posts/</p> +Jekyll2018-09-13T13:03:45-07:00https://docs.blockstack.org/BlockstackDocsBlockstackSite tags2017-05-25T00:00:00-07:002017-05-25T00:00:00-07:00https://docs.blockstack.org/2017/05/25/post63<p>https://docs.blockstack.org/assets/posts/</p> <p>/2017/05/25/post63.html</p> @@ -10,9 +10,9 @@ <p>Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur.</p> <figure data-uk-lightbox="animation: slide"> - <!-- <a class="uk-inline" href="https://zbabystack.netlify.com/assets/posts/image1.png" caption="Image in lightbox"> --> + <!-- <a class="uk-inline" href="https://docs.blockstack.org/assets/posts/image1.png" caption="Image in lightbox"> --> <a class="uk-inline" href="/assets/posts/image1.png" caption="Image in lightbox"> - <!-- <img src="https://zbabystack.netlify.com/assets/posts/image1.png" alt="Alt for image"> --> + <!-- <img src="https://docs.blockstack.org/assets/posts/image1.png" alt="Alt for image"> --> <img src="/assets/posts/image1.png" alt="Alt for image" /> <div class="uk-position-center"> <span data-uk-overlay-icon=""></span> diff --git a/_site/index.html b/_site/index.html index 0e8231a5..ce490fd1 100644 --- a/_site/index.html +++ b/_site/index.html @@ -13,14 +13,14 @@ - - + + +{"name":"Blockstack","description":"Docs","author":{"@type":"Person","name":"Blockstack"},"@type":"WebSite","url":"https://docs.blockstack.org/","headline":"Blockstack","@context":"http://schema.org"} - + @@ -39,7 +39,7 @@
                                                                      - +
                                                                      • @@ -396,17 +396,53 @@ - + + + diff --git a/_site/ios/tutorial.html b/_site/ios/tutorial.html index 02c8c1a8..435eba75 100644 --- a/_site/ios/tutorial.html +++ b/_site/ios/tutorial.html @@ -13,16 +13,16 @@ - - + + - + +{"description":"iOS SDK Tutorial (Pre-release)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"https://docs.blockstack.org/ios/tutorial.html","headline":"iOS SDK Tutorial (Pre-release)","dateModified":"2018-09-13T13:03:45-07:00","datePublished":"2018-09-13T13:03:45-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/ios/tutorial.html"},"@context":"http://schema.org"} - + @@ -41,7 +41,7 @@
                                                                        @@ -987,8 +987,8 @@ the application display with the username.

                                                                        @@ -1035,7 +1035,7 @@ the application display with the username.

                                                                          - +
                                                                        • @@ -1156,17 +1156,53 @@ the application display with the username.

                                                                          - + + + diff --git a/_site/news/index.html b/_site/news/index.html index 5146705b..22ec5276 100644 --- a/_site/news/index.html +++ b/_site/news/index.html @@ -13,14 +13,14 @@ - - + + +{"description":"Docs","author":{"@type":"Person","name":"Blockstack"},"@type":"WebPage","url":"https://docs.blockstack.org/news/","headline":"News","@context":"http://schema.org"} - + @@ -39,7 +39,7 @@
                                                                          - +
                                                                          • @@ -269,17 +269,53 @@ - + + + diff --git a/_site/thanks/index.html b/_site/thanks/index.html index db222997..fe9374e6 100644 --- a/_site/thanks/index.html +++ b/_site/thanks/index.html @@ -13,14 +13,14 @@ - - + + +{"description":"Docs","author":{"@type":"Person","name":"Blockstack"},"@type":"WebPage","url":"https://docs.blockstack.org/thanks/","headline":"Thanks","@context":"http://schema.org"} - + @@ -39,7 +39,7 @@
                                                                            - +
                                                                            • @@ -245,17 +245,53 @@ - + + +