Browse Source

Merge pull request #251 from moxiegirl/rm-voucherholder

Fixes #250 remove voucher holder
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
bb78fc9f8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Gemfile
  2. 3
      Gemfile.lock
  3. 2
      _config.yml
  4. 1
      _data/navigation_org.yml
  5. 1
      _faqs/allFAQS.md
  6. 13
      _org/voucherholder.md

1
Gemfile

@ -29,6 +29,7 @@ group :jekyll_plugins do
gem 'jekyll-titles-from-headings'
gem 'jekyll-sitemap'
gem 'jekyll-toc'
gem 'jekyll-redirect-from'
end
group :development do

3
Gemfile.lock

@ -45,6 +45,8 @@ GEM
em-websocket (~> 0.5)
jekyll (~> 3.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.12.1)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.5.0)
@ -110,6 +112,7 @@ DEPENDENCIES
jekyll-gist
jekyll-livereload
jekyll-paginate (~> 1.1)
jekyll-redirect-from
jekyll-seo-tag
jekyll-sitemap
jekyll-titles-from-headings

2
_config.yml

@ -109,6 +109,8 @@ plugins:
- jekyll-titles-from-headings
- jekyll-sitemap
- jekyll-toc
- jekyll-redirect-from
titles_from_headings:
enabled: true

1
_data/navigation_org.yml

@ -15,7 +15,6 @@
- org/wallet-install
- org/wallet-use
- org/tokenholders
- org/voucherholder
- title: Reference
docs:
- org/secureref

1
_faqs/allFAQS.md

@ -1,6 +1,7 @@
---
layout: org
permalink: /:collection/:path.html
redirect_from: /org/voucherholder
---
# Blockstack FAQs

13
_org/voucherholder.md

@ -1,13 +0,0 @@
---
layout: org
permalink: /:collection/:path.html
---
# Information for voucher holders
<div class="uk-card uk-card-default uk-card-body">
<p>
Stacks tokens are not yet available for purchase through the voucher program. Blockstack continues to work on a legally compliant framework to distribute tokens to voucher holders. We will update the community with any new developments. Thank you for your patience and continued support and interest in Blockstack!.</p>
</div>
<br>
For a list of frequent questions and answers about vouchers, [see the Stacks token FAQs](https://docs.blockstack.org/faqs/allfaqs#stacks-token-questions).
Loading…
Cancel
Save