From 0283935341e6e9968efa43bcb124530579d3d83e Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Fri, 9 Jun 2017 13:44:30 -0700 Subject: [PATCH] Build the FAQ into the tutorials The FAQ file had to be moved into the tutorials folder to make this work for some reason. JSDoc did not want to take "../faq" as a name. Closes #865 Change-Id: I63ff5b181f494d72c04eaa054111d9fdc866064c --- .github/ISSUE_TEMPLATE.md | 2 +- README.md | 3 ++- docs/{ => tutorials}/faq.md | 0 docs/tutorials/index.json | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) rename docs/{ => tutorials}/faq.md (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e8e1692bcb..2802e458a8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -**Have you read the [FAQ](https://goo.gl/njDlGk) and checked for duplicate issues**: +**Have you read the [FAQ](https://goo.gl/JE1Sy5) and checked for duplicate issues**: **What version of Shaka Player are you using**: diff --git a/README.md b/README.md index 5574828072..50f7ad2cd0 100644 --- a/README.md +++ b/README.md @@ -150,4 +150,5 @@ contributors to follow. ## FAQ ## -For general help and before filing any bugs, please read the [FAQ](docs/faq.md). +For general help and before filing any bugs, please read the +[FAQ](docs/tutorials/faq.md). diff --git a/docs/faq.md b/docs/tutorials/faq.md similarity index 100% rename from docs/faq.md rename to docs/tutorials/faq.md diff --git a/docs/tutorials/index.json b/docs/tutorials/index.json index 548f2bc456..5eae98dd83 100644 --- a/docs/tutorials/index.json +++ b/docs/tutorials/index.json @@ -11,6 +11,7 @@ { "manifest-parser": { "title": "Manifest Parser Plugins" } }, { "architecture": { "title": "Architecture Diagrams" } }, { "service-worker": { "title": "Service Worker Caching" } }, + { "faq": { "title": "Frequently Asked Questions" } }, { "upgrade": { "title": "Upgrade Guide", "children": {