From 6ed7ec3a58b56b98b493d850590ffbdbf9b7b380 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Wed, 10 Apr 2019 13:05:33 -0700 Subject: [PATCH] updating all the faqs Signed-off-by: Mary Anthony --- _core/faq_developer.md | 8 +------- _core/faq_technical.md | 6 ++---- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/_core/faq_developer.md b/_core/faq_developer.md index e7f22802..dea598e3 100644 --- a/_core/faq_developer.md +++ b/_core/faq_developer.md @@ -7,7 +7,7 @@ permalink: /:collection/:path.html This document lists frequently-asked questions developers about Blockstack application development. If you are new to Blockstack, you should read the [general questions]({{site.baseurl}}/faqs/allFAQs.html) first. -For more technical questions about Blockstack Core nodes, the Stacks blockchain, and other architectural elements, see the [core developer questions]({{site.baseurl}}/core/faq_technical.html). +For more technical FAQs about Blockstack Core nodes, the Stacks blockchain, and other architectural elements, see the [entire set of technical FAQs]({{site.baseurl}}/core/faq_technical.html). If you have a technical question that gets frequently asked on the [forum](https://forum.blockstack.org) or [Slack](https://blockstack.slack.com), @@ -16,9 +16,6 @@ feel free to send a pull-request with the question and answer. * TOC {:toc} - -## DApp developers - {% for faq in site.data.theFAQs.faqs %} {% if faq.category == 'dappdevs' %} ### {{ faq.question }} @@ -26,9 +23,6 @@ feel free to send a pull-request with the question and answer. {% endif %} {% endfor %} - -## Open source developers - {% for faq in site.data.theFAQs.faqs %} {% if faq.category == 'opensource' %} ### {{ faq.question }} diff --git a/_core/faq_technical.md b/_core/faq_technical.md index 197d3cf8..a5853c52 100644 --- a/_core/faq_technical.md +++ b/_core/faq_technical.md @@ -2,12 +2,10 @@ layout: core permalink: /:collection/:path.html --- -# Core Developers FAQ +# Technical FAQ {:.no_toc} -This document lists frequently-asked questions by developers interested in working with Blockstack core components. If you are new to Blockstack, you should read the [general questions]({{site.baseurl}}/faqs/allFAQs.html) first. - -For more general questions about developing applications with the Blockstack platform, see the [DApp developer questions]({{site.baseurl}}/core/faq_developer.html). +This document lists frequently-asked questions by developers interested in working with Blockstack application and core components. If you are new to Blockstack, you should read the [general questions]({{site.baseurl}}/faqs/allFAQs.html) first. If you have a technical question that gets frequently asked on the [forum](https://forum.blockstack.org) or [Slack](https://blockstack.slack.com),