From cc13798cddb7d269181f47eb6289bf34852f6dff Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Wed, 22 Jan 2020 20:29:20 -0800 Subject: [PATCH] wip Signed-off-by: Mary Anthony --- README.md | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6022faa7..2cd56008 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ Directories that contain information used to build content. _faqs - Contains a JSON source file for all the FAQs. The JSON in this directory - + Contains files for single-sourcing all the FAQs. The Blockstack docs has a single page that lists all the faqs; then several pages in different sections re-use this information. See the FAQs section below for detail about how these files figure into FAQS. + Not related to repo. _includes - Information reused (markdown or html) in many places, common html used in pages and notes. - + Information reused (markdown or html) in many places, common html used in pages and notes. + These files don't correspond to a repository. _ios @@ -68,14 +68,9 @@ Directories that contain information used to build content. Purpose Notes - - _common - - - _data - + Source files for the FAQS. @@ -250,7 +245,19 @@ You can view [the source code](https://github.com/blockstack/blockstack-core/blo ## Understand how the shared FAQs work -The FAQ system servers single-sourced content that support the FAQs that appear in blockstack.org, app.co, and stacks.com site. JSON files are created by the Jekyll build and served through the documentation site. Single sourcing the content ensures that FAQs are the same regardless of which property they appear in. These files participate in the FAQ +The FAQ system servers single-sourced content that support the FAQs that appear in blockstack.org, app.co, and stacks.com site. We have FAQs that fall into these categories: + +* general +* appusers +* dappdevs +* appminers +* coredevs +* opensource +* miscquest +* wallet (Wallet users) +* tokens (Stacks owners) + +FAQ content is created by the Jekyll build and served throughout the documentation site. Single sourcing the content ensures that FAQs are the same regardless of where and on which property they appear in. These files participate in the FAQ: @@ -299,7 +306,8 @@ FAQs are usually written internally by a team that are unfamiliar with markdown This leaves behind plain html. 5. Add the new FAQs to the `_data/theFAQS.json` file. Currently this is manually done through cut and paste. -6. Copy the JSON for `appminers` categories to the `_data/appFAQ.json` file +6. Copy the JSON for `appminers` categories to the `_data/appFAQ.json` file. + # Technology Reference