From 41112efc924fc44a6bc552456f40b5801ecf9736 Mon Sep 17 00:00:00 2001 From: Morgan Sutherland Date: Thu, 16 Nov 2017 18:05:41 +0100 Subject: [PATCH] add guides list to documentation section on get started page, change documentation section name, add guides link --- _src/_data/getstarted.yml | 14 ++++---------- ...l-car-telemetry-app.md => car-telemetry-app.md} | 2 +- _src/getstarted.html | 12 +++++++++++- 3 files changed, 16 insertions(+), 12 deletions(-) rename _src/_guides/{tutorial-car-telemetry-app.md => car-telemetry-app.md} (99%) diff --git a/_src/_data/getstarted.yml b/_src/_data/getstarted.yml index 132df4f..7675dbd 100644 --- a/_src/_data/getstarted.yml +++ b/_src/_data/getstarted.yml @@ -51,18 +51,12 @@ drivers: # ---------------------------- docs: - title: "Documentation & Examples" - description: "Dive into our documentation with tutorials, examples, terminology, references and more." - button: "See All Documentation" + title: "Guides & Documentation " + description: "Dive into our documentation with guides, examples, terminology, references and more." + button_documentation: "See All Documentation" + button_guides: "See All Guides" categories: - - title: "Tutorials" - items: - - title: "Set Up & Run a Dev/Test Node" - link: "https://docs.bigchaindb.com/projects/server/en/latest/dev-and-test/setup-run-node.html" - - title: "Production Deployment Template" - link: "https://docs.bigchaindb.com/projects/server/en/latest/production-deployment-template/index.html" - - title: "Code Examples" items: - title: "Basic Usage Examples" diff --git a/_src/_guides/tutorial-car-telemetry-app.md b/_src/_guides/car-telemetry-app.md similarity index 99% rename from _src/_guides/tutorial-car-telemetry-app.md rename to _src/_guides/car-telemetry-app.md index 8d19342..fbd4c0f 100644 --- a/_src/_guides/tutorial-car-telemetry-app.md +++ b/_src/_guides/car-telemetry-app.md @@ -1,7 +1,7 @@ --- layout: guide -title: Tutorial: Car Telemetry App +title: Car Telemetry App description: Build your own car telemetry application image: image.jpg --- diff --git a/_src/getstarted.html b/_src/getstarted.html index a70601b..09a1c54 100644 --- a/_src/getstarted.html +++ b/_src/getstarted.html @@ -290,6 +290,15 @@ conn.postTransaction(txSigned)
+ +
+

Guides

+ +
{% for category in content.docs.categories %} @@ -308,7 +317,8 @@ conn.postTransaction(txSigned)