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)