diff --git a/Gemfile b/Gemfile index 6fb28b40..68c74580 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 0391ca7b..b9a3b555 100644 --- a/Gemfile.lock +++ b/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 diff --git a/_config.yml b/_config.yml index 6d670fdd..4cf0bb7f 100644 --- a/_config.yml +++ b/_config.yml @@ -109,6 +109,8 @@ plugins: - jekyll-titles-from-headings - jekyll-sitemap - jekyll-toc + - jekyll-redirect-from + titles_from_headings: enabled: true diff --git a/_data/navigation_org.yml b/_data/navigation_org.yml index 88b3265c..37a9a378 100644 --- a/_data/navigation_org.yml +++ b/_data/navigation_org.yml @@ -15,7 +15,6 @@ - org/wallet-install - org/wallet-use - org/tokenholders - - org/voucherholder - title: Reference docs: - org/secureref diff --git a/_faqs/allFAQS.md b/_faqs/allFAQS.md index dc2d39d3..3a6b424c 100644 --- a/_faqs/allFAQS.md +++ b/_faqs/allFAQS.md @@ -1,6 +1,7 @@ --- layout: org permalink: /:collection/:path.html +redirect_from: /org/voucherholder --- # Blockstack FAQs diff --git a/_org/voucherholder.md b/_org/voucherholder.md deleted file mode 100644 index a32b9964..00000000 --- a/_org/voucherholder.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: org -permalink: /:collection/:path.html ---- -# Information for voucher holders - -
-

-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!.

-
-
- -For a list of frequent questions and answers about vouchers, [see the Stacks token FAQs](https://docs.blockstack.org/faqs/allfaqs#stacks-token-questions).